public class CompatibilityUtil
extends java.lang.Object
Backward compatibilty is different from other operations. It does not support undo/redo and won't send out events.
Constructor and Description |
---|
CompatibilityUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addResultSetColumn(DataSetHandle dataSetHandle,
java.util.List columns)
Adds ResultSetColumn without sending out event.
|
static void |
addStructures(PropertyHandle propHandle,
java.util.List structures)
Adds the given structures to the corresponding property values.
|
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.
|
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.public static void addStructures(PropertyHandle propHandle, java.util.List structures) throws SemanticException
propHandle
- the property handlestructures
- the list containing structuresSemanticException
- if any structure in the list has invalid values.public static void addResultSetColumn(DataSetHandle dataSetHandle, java.util.List columns) throws SemanticException
dataSetHandle
- data set handlecolumns
- list contains OdaResultSetColumnSemanticException
- if any result set column in the list has invalid values.Copyright © 2008 Actuate Corp. All rights reserved.