|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.util.CompaibilityUtil
Provides the backward compatibility for the user. Now support:
Backward compatibilty is different from other operations. It does not support undo/redo and won't send out events.
Constructor Summary | |
CompaibilityUtil()
|
Method Summary | |
static void |
updateResultSetinCachedMetaData(DataSetHandle setHandle,
java.util.List resultColumns)
Updates CachedMetaData.resultSet property with the given data set and the list of result set columns. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompaibilityUtil()
Method Detail |
public static void updateResultSetinCachedMetaData(DataSetHandle setHandle, java.util.List resultColumns) throws SemanticException
setHandle
- the data setresultColumns
- a list containing result set columns. Each item in the list is
ResultSetColumn
SemanticException
- if any result set column in the list has invalid values.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |