public class Y2YStreamConfigurationModel extends StreamConfigurationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AUTOGENERATEINFOEXPRESSION
Generated constant - Attribute key of
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync. |
static String |
AUTOGENERATEWHERECLAUSE
Generated constant - Attribute key of
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync. |
static String |
CATALOGVERSION
Generated constant - Attribute key of
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync. |
static String |
COLUMNDEFINITIONS
Generated constant - Attribute key of
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. |
static String |
DATAHUBTYPE
Generated constant - Attribute key of
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync. |
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION, ACTIVE, CONTAINER, EXCLUDEDTYPES, INFOEXPRESSION, ITEMTYPEFORSTREAM, STREAMID, VERSIONSELECTCLAUSE, WHERECLAUSE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
Y2YStreamConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
Y2YStreamConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
Y2YStreamConfigurationModel(StreamConfigurationContainerModel _container,
ComposedTypeModel _itemTypeForStream,
ItemModel _owner,
String _streamId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Y2YStreamConfigurationModel(StreamConfigurationContainerModel _container,
ComposedTypeModel _itemTypeForStream,
String _streamId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoGenerateInfoExpression()
Generated method - Getter of the
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync. |
Boolean |
getAutoGenerateWhereClause()
Generated method - Getter of the
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync. |
Set<Y2YColumnDefinitionModel> |
getColumnDefinitions()
Generated method - Getter of the
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. |
String |
getDataHubType()
Generated method - Getter of the
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync. |
void |
setAutoGenerateInfoExpression(Boolean value)
Generated method - Setter of
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync. |
void |
setAutoGenerateWhereClause(Boolean value)
Generated method - Setter of
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync. |
void |
setColumnDefinitions(Set<Y2YColumnDefinitionModel> value)
Generated method - Setter of
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. |
void |
setDataHubType(String value)
Generated method - Setter of
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync. |
getActive, getContainer, getExcludedTypes, getInfoExpression, getItemTypeForStream, getStreamId, getVersionSelectClause, getWhereClause, setActive, setContainer, setExcludedTypes, setInfoExpression, setItemTypeForStream, setStreamId, setVersionSelectClause, setWhereClausegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CATALOGVERSION
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync.public static final String AUTOGENERATEWHERECLAUSE
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.public static final String AUTOGENERATEINFOEXPRESSION
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.public static final String DATAHUBTYPE
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.public static final String COLUMNDEFINITIONS
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.public Y2YStreamConfigurationModel()
public Y2YStreamConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public Y2YStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, String _streamId)
_container - initial attribute declared by type StreamConfiguration at extension deltadetection_itemTypeForStream - initial attribute declared by type StreamConfiguration at extension deltadetection_streamId - initial attribute declared by type StreamConfiguration at extension deltadetection@Deprecated public Y2YStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, ItemModel _owner, String _streamId)
_container - initial attribute declared by type StreamConfiguration at extension deltadetection_itemTypeForStream - initial attribute declared by type StreamConfiguration at extension deltadetection_owner - initial attribute declared by type Item at extension core_streamId - initial attribute declared by type StreamConfiguration at extension deltadetection@Accessor(qualifier="autoGenerateInfoExpression", type=GETTER) public Boolean getAutoGenerateInfoExpression()
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.@Accessor(qualifier="autoGenerateWhereClause", type=GETTER) public Boolean getAutoGenerateWhereClause()
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync.@Accessor(qualifier="columnDefinitions", type=GETTER) public Set<Y2YColumnDefinitionModel> getColumnDefinitions()
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="dataHubType", type=GETTER) public String getDataHubType()
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.@Accessor(qualifier="autoGenerateInfoExpression", type=SETTER) public void setAutoGenerateInfoExpression(Boolean value)
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.value - the autoGenerateInfoExpression@Accessor(qualifier="autoGenerateWhereClause", type=SETTER) public void setAutoGenerateWhereClause(Boolean value)
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.value - the autoGenerateWhereClause@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync.value - the catalogVersion@Accessor(qualifier="columnDefinitions", type=SETTER) public void setColumnDefinitions(Set<Y2YColumnDefinitionModel> value)
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.value - the columnDefinitionsCopyright © 2017 SAP SE. All Rights Reserved.