public class Y2YStreamConfigurationModel extends StreamConfigurationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AUTOGENERATEINFOEXPRESSION
Generated constant - Attribute key of
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync. |
static java.lang.String |
AUTOGENERATEWHERECLAUSE
Generated constant - Attribute key of
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync. |
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync. |
static java.lang.String |
COLUMNDEFINITIONS
Generated constant - Attribute key of
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. |
static java.lang.String |
DATAHUBTYPE
Generated constant - Attribute key of
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync. |
static java.lang.String |
RESETSTREAM
Generated constant - Attribute key of
Y2YStreamConfiguration.resetStream attribute defined at extension initiateyaasconfigurationsync. |
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION, ACTIVE, CONTAINER, EXCLUDEDTYPES, INFOEXPRESSION, ITEMTYPEFORSTREAM, STREAMID, VERSIONSELECTCLAUSE, WHERECLAUSE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.lang.String _streamId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Y2YStreamConfigurationModel(StreamConfigurationContainerModel _container,
ComposedTypeModel _itemTypeForStream,
java.lang.String _streamId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAutoGenerateInfoExpression()
Generated method - Getter of the
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync. |
java.lang.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. |
java.util.Set<Y2YColumnDefinitionModel> |
getColumnDefinitions()
Generated method - Getter of the
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. |
java.lang.String |
getDataHubType()
Generated method - Getter of the
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync. |
java.lang.Boolean |
getResetStream()
Generated method - Getter of the
Y2YStreamConfiguration.resetStream attribute defined at extension initiateyaasconfigurationsync. |
void |
setAutoGenerateInfoExpression(java.lang.Boolean value)
Generated method - Setter of
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync. |
void |
setAutoGenerateWhereClause(java.lang.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(java.util.Set<Y2YColumnDefinitionModel> value)
Generated method - Setter of
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. |
void |
setDataHubType(java.lang.String value)
Generated method - Setter of
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync. |
void |
setResetStream(java.lang.Boolean value)
Generated method - Setter of
Y2YStreamConfiguration.resetStream attribute defined at extension initiateyaasconfigurationsync. |
getActive, getContainer, getExcludedTypes, getInfoExpression, getItemTypeForStream, getStreamId, getVersionSelectClause, getWhereClause, setActive, setContainer, setExcludedTypes, setInfoExpression, setItemTypeForStream, setStreamId, setVersionSelectClause, setWhereClausegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CATALOGVERSION
Y2YStreamConfiguration.catalogVersion attribute defined at extension y2ysync.public static final java.lang.String AUTOGENERATEWHERECLAUSE
Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.public static final java.lang.String AUTOGENERATEINFOEXPRESSION
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.public static final java.lang.String DATAHUBTYPE
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.public static final java.lang.String COLUMNDEFINITIONS
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.public static final java.lang.String RESETSTREAM
Y2YStreamConfiguration.resetStream attribute defined at extension initiateyaasconfigurationsync.public Y2YStreamConfigurationModel()
public Y2YStreamConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public Y2YStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, java.lang.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, java.lang.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 java.lang.Boolean getAutoGenerateInfoExpression()
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.@Accessor(qualifier="autoGenerateWhereClause", type=GETTER) public java.lang.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 java.util.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 java.lang.String getDataHubType()
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.@Accessor(qualifier="resetStream", type=GETTER) public java.lang.Boolean getResetStream()
Y2YStreamConfiguration.resetStream attribute defined at extension initiateyaasconfigurationsync.@Accessor(qualifier="autoGenerateInfoExpression", type=SETTER) public void setAutoGenerateInfoExpression(java.lang.Boolean value)
Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.value - the autoGenerateInfoExpression@Accessor(qualifier="autoGenerateWhereClause", type=SETTER) public void setAutoGenerateWhereClause(java.lang.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(java.util.Set<Y2YColumnDefinitionModel> value)
Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.value - the columnDefinitions@Accessor(qualifier="dataHubType", type=SETTER) public void setDataHubType(java.lang.String value)
Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.value - the dataHubType@Accessor(qualifier="resetStream", type=SETTER) public void setResetStream(java.lang.Boolean value)
Y2YStreamConfiguration.resetStream attribute defined at extension initiateyaasconfigurationsync.value - the resetStream - Reset the streams before run the y2y sync job.Copyright © 2018 SAP SE. All Rights Reserved.