public class StreamConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION
Generated relation code constant for relation
StreamConfigurationContainer2StreamConfiguration defining source attribute container in extension deltadetection. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
StreamConfiguration.active attribute defined at extension deltadetection. |
static String |
CONTAINER
Generated constant - Attribute key of
StreamConfiguration.container attribute defined at extension deltadetection. |
static String |
EXCLUDEDTYPES
Generated constant - Attribute key of
StreamConfiguration.excludedTypes attribute defined at extension deltadetection. |
static String |
INFOEXPRESSION
Generated constant - Attribute key of
StreamConfiguration.infoExpression attribute defined at extension deltadetection. |
static String |
ITEMTYPEFORSTREAM
Generated constant - Attribute key of
StreamConfiguration.itemTypeForStream attribute defined at extension deltadetection. |
static String |
STREAMID
Generated constant - Attribute key of
StreamConfiguration.streamId attribute defined at extension deltadetection. |
static String |
VERSIONSELECTCLAUSE
Generated constant - Attribute key of
StreamConfiguration.versionSelectClause attribute defined at extension deltadetection. |
static String |
WHERECLAUSE
Generated constant - Attribute key of
StreamConfiguration.whereClause attribute defined at extension deltadetection. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StreamConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
StreamConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
StreamConfigurationModel(StreamConfigurationContainerModel _container,
ComposedTypeModel _itemTypeForStream,
ItemModel _owner,
String _streamId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StreamConfigurationModel(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 |
getActive()
Generated method - Getter of the
StreamConfiguration.active attribute defined at extension deltadetection. |
StreamConfigurationContainerModel |
getContainer()
Generated method - Getter of the
StreamConfiguration.container attribute defined at extension deltadetection. |
Set<ComposedTypeModel> |
getExcludedTypes()
Generated method - Getter of the
StreamConfiguration.excludedTypes attribute defined at extension deltadetection. |
String |
getInfoExpression()
Generated method - Getter of the
StreamConfiguration.infoExpression attribute defined at extension deltadetection. |
ComposedTypeModel |
getItemTypeForStream()
Generated method - Getter of the
StreamConfiguration.itemTypeForStream attribute defined at extension deltadetection. |
String |
getStreamId()
Generated method - Getter of the
StreamConfiguration.streamId attribute defined at extension deltadetection. |
String |
getVersionSelectClause()
Generated method - Getter of the
StreamConfiguration.versionSelectClause attribute defined at extension deltadetection. |
String |
getWhereClause()
Generated method - Getter of the
StreamConfiguration.whereClause attribute defined at extension deltadetection. |
void |
setActive(Boolean value)
Generated method - Setter of
StreamConfiguration.active attribute defined at extension deltadetection. |
void |
setContainer(StreamConfigurationContainerModel value)
Generated method - Initial setter of
StreamConfiguration.container attribute defined at extension deltadetection. |
void |
setExcludedTypes(Set<ComposedTypeModel> value)
Generated method - Setter of
StreamConfiguration.excludedTypes attribute defined at extension deltadetection. |
void |
setInfoExpression(String value)
Generated method - Setter of
StreamConfiguration.infoExpression attribute defined at extension deltadetection. |
void |
setItemTypeForStream(ComposedTypeModel value)
Generated method - Setter of
StreamConfiguration.itemTypeForStream attribute defined at extension deltadetection. |
void |
setStreamId(String value)
Generated method - Initial setter of
StreamConfiguration.streamId attribute defined at extension deltadetection. |
void |
setVersionSelectClause(String value)
Generated method - Setter of
StreamConfiguration.versionSelectClause attribute defined at extension deltadetection. |
void |
setWhereClause(String value)
Generated method - Setter of
StreamConfiguration.whereClause attribute defined at extension deltadetection. |
getComments, 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 _STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION
StreamConfigurationContainer2StreamConfiguration defining source attribute container in extension deltadetection.public static final String STREAMID
StreamConfiguration.streamId attribute defined at extension deltadetection.public static final String ITEMTYPEFORSTREAM
StreamConfiguration.itemTypeForStream attribute defined at extension deltadetection.public static final String WHERECLAUSE
StreamConfiguration.whereClause attribute defined at extension deltadetection.public static final String VERSIONSELECTCLAUSE
StreamConfiguration.versionSelectClause attribute defined at extension deltadetection.public static final String ACTIVE
StreamConfiguration.active attribute defined at extension deltadetection.public static final String INFOEXPRESSION
StreamConfiguration.infoExpression attribute defined at extension deltadetection.public static final String CONTAINER
StreamConfiguration.container attribute defined at extension deltadetection.public static final String EXCLUDEDTYPES
StreamConfiguration.excludedTypes attribute defined at extension deltadetection.public StreamConfigurationModel()
public StreamConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StreamConfigurationModel(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 StreamConfigurationModel(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="active", type=GETTER) public Boolean getActive()
StreamConfiguration.active attribute defined at extension deltadetection.@Accessor(qualifier="container", type=GETTER) public StreamConfigurationContainerModel getContainer()
StreamConfiguration.container attribute defined at extension deltadetection.@Accessor(qualifier="excludedTypes", type=GETTER) public Set<ComposedTypeModel> getExcludedTypes()
StreamConfiguration.excludedTypes attribute defined at extension deltadetection.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="infoExpression", type=GETTER) public String getInfoExpression()
StreamConfiguration.infoExpression attribute defined at extension deltadetection.@Accessor(qualifier="itemTypeForStream", type=GETTER) public ComposedTypeModel getItemTypeForStream()
StreamConfiguration.itemTypeForStream attribute defined at extension deltadetection.@Accessor(qualifier="streamId", type=GETTER) public String getStreamId()
StreamConfiguration.streamId attribute defined at extension deltadetection.@Accessor(qualifier="versionSelectClause", type=GETTER) public String getVersionSelectClause()
StreamConfiguration.versionSelectClause attribute defined at extension deltadetection.@Accessor(qualifier="whereClause", type=GETTER) public String getWhereClause()
StreamConfiguration.whereClause attribute defined at extension deltadetection.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
StreamConfiguration.active attribute defined at extension deltadetection.value - the active@Accessor(qualifier="container", type=SETTER) public void setContainer(StreamConfigurationContainerModel value)
StreamConfiguration.container attribute defined at extension deltadetection. Can only be used at creation of model - before first save.value - the container@Accessor(qualifier="excludedTypes", type=SETTER) public void setExcludedTypes(Set<ComposedTypeModel> value)
StreamConfiguration.excludedTypes attribute defined at extension deltadetection.value - the excludedTypes@Accessor(qualifier="infoExpression", type=SETTER) public void setInfoExpression(String value)
StreamConfiguration.infoExpression attribute defined at extension deltadetection.value - the infoExpression@Accessor(qualifier="itemTypeForStream", type=SETTER) public void setItemTypeForStream(ComposedTypeModel value)
StreamConfiguration.itemTypeForStream attribute defined at extension deltadetection.value - the itemTypeForStream@Accessor(qualifier="streamId", type=SETTER) public void setStreamId(String value)
StreamConfiguration.streamId attribute defined at extension deltadetection. Can only be used at creation of model - before first save.value - the streamId@Accessor(qualifier="versionSelectClause", type=SETTER) public void setVersionSelectClause(String value)
StreamConfiguration.versionSelectClause attribute defined at extension deltadetection.value - the versionSelectClauseCopyright © 2017 SAP SE. All Rights Reserved.