public class ChangeDetectionJobModel extends ServicelayerJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
OUTPUT
Generated constant - Attribute key of
ChangeDetectionJob.output attribute defined at extension deltadetection. |
static java.lang.String |
STREAMID
Generated constant - Attribute key of
ChangeDetectionJob.streamId attribute defined at extension deltadetection. |
static java.lang.String |
TYPEPK
Generated constant - Attribute key of
ChangeDetectionJob.typePK attribute defined at extension deltadetection. |
SPRINGID, SPRINGIDCRONJOBFACTORYACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ChangeDetectionJobModel()
Generated constructor - Default constructor for generic creation.
|
ChangeDetectionJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ChangeDetectionJobModel(java.lang.String _code,
java.lang.Integer _nodeID,
ItemModel _owner,
java.lang.String _springId,
java.lang.String _streamId,
ComposedTypeModel _typePK)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ChangeDetectionJobModel(java.lang.String _code,
java.lang.String _springId,
java.lang.String _streamId,
ComposedTypeModel _typePK)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
MediaModel |
getOutput()
Generated method - Getter of the
ChangeDetectionJob.output attribute defined at extension deltadetection. |
java.lang.String |
getStreamId()
Generated method - Getter of the
ChangeDetectionJob.streamId attribute defined at extension deltadetection. |
ComposedTypeModel |
getTypePK()
Generated method - Getter of the
ChangeDetectionJob.typePK attribute defined at extension deltadetection. |
void |
setOutput(MediaModel value)
Generated method - Setter of
ChangeDetectionJob.output attribute defined at extension deltadetection. |
void |
setStreamId(java.lang.String value)
Generated method - Setter of
ChangeDetectionJob.streamId attribute defined at extension deltadetection. |
void |
setTypePK(ComposedTypeModel value)
Generated method - Setter of
ChangeDetectionJob.typePK attribute defined at extension deltadetection. |
getSpringId, getSpringIdCronJobFactory, setSpringId, setSpringIdCronJobFactorygetActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getCode, getCronJobs, getEmailAddress, getEmailNotificationTemplate, getErrorMode, getLogLevelDatabase, getLogLevelFile, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPriority, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getRestrictions, getRetry, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setErrorMode, setLogLevelDatabase, setLogLevelFile, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPriority, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setRestrictions, setRetry, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setTriggersgetComments, 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 TYPEPK
ChangeDetectionJob.typePK attribute defined at extension deltadetection.public static final java.lang.String STREAMID
ChangeDetectionJob.streamId attribute defined at extension deltadetection.public static final java.lang.String OUTPUT
ChangeDetectionJob.output attribute defined at extension deltadetection.public ChangeDetectionJobModel()
public ChangeDetectionJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ChangeDetectionJobModel(java.lang.String _code,
java.lang.String _springId,
java.lang.String _streamId,
ComposedTypeModel _typePK)
_code - initial attribute declared by type Job at extension processing_springId - initial attribute declared by type ChangeDetectionJob at extension deltadetection_streamId - initial attribute declared by type ChangeDetectionJob at extension deltadetection_typePK - initial attribute declared by type ChangeDetectionJob at extension deltadetection@Deprecated
public ChangeDetectionJobModel(java.lang.String _code,
java.lang.Integer _nodeID,
ItemModel _owner,
java.lang.String _springId,
java.lang.String _streamId,
ComposedTypeModel _typePK)
_code - initial attribute declared by type Job at extension processing_nodeID - initial attribute declared by type Job at extension processing_owner - initial attribute declared by type Item at extension core_springId - initial attribute declared by type ChangeDetectionJob at extension deltadetection_streamId - initial attribute declared by type ChangeDetectionJob at extension deltadetection_typePK - initial attribute declared by type ChangeDetectionJob at extension deltadetection@Accessor(qualifier="output", type=GETTER) public MediaModel getOutput()
ChangeDetectionJob.output attribute defined at extension deltadetection.@Accessor(qualifier="streamId", type=GETTER) public java.lang.String getStreamId()
ChangeDetectionJob.streamId attribute defined at extension deltadetection.@Accessor(qualifier="typePK", type=GETTER) public ComposedTypeModel getTypePK()
ChangeDetectionJob.typePK attribute defined at extension deltadetection.@Accessor(qualifier="output", type=SETTER) public void setOutput(MediaModel value)
ChangeDetectionJob.output attribute defined at extension deltadetection.value - the output@Accessor(qualifier="streamId", type=SETTER) public void setStreamId(java.lang.String value)
ChangeDetectionJob.streamId attribute defined at extension deltadetection.value - the streamId@Accessor(qualifier="typePK", type=SETTER) public void setTypePK(ComposedTypeModel value)
ChangeDetectionJob.typePK attribute defined at extension deltadetection.value - the typePKCopyright © 2018 SAP SE. All Rights Reserved.