public class StepModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CRONJOBPENDINGSTEPSRELATION
Generated relation code constant for relation
CronJobPendingStepsRelation defining source attribute pendingCronJobs in extension processing. |
static java.lang.String |
_CRONJOBPROCESSEDSTEPSRELATION
Generated relation code constant for relation
CronJobProcessedStepsRelation defining source attribute processedCronJobs in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BATCHJOB
Generated constant - Attribute key of
Step.batchJob attribute defined at extension processing. |
static java.lang.String |
CODE
Generated constant - Attribute key of
Step.code attribute defined at extension processing. |
static java.lang.String |
ERRORMODE
Generated constant - Attribute key of
Step.errorMode attribute defined at extension processing. |
static java.lang.String |
PENDINGCRONJOBS
Generated constant - Attribute key of
Step.pendingCronJobs attribute defined at extension processing. |
static java.lang.String |
PROCESSEDCRONJOBS
Generated constant - Attribute key of
Step.processedCronJobs attribute defined at extension processing. |
static java.lang.String |
SEQUENCENUMBER
Generated constant - Attribute key of
Step.sequenceNumber attribute defined at extension processing. |
static java.lang.String |
SYNCHRONOUS
Generated constant - Attribute key of
Step.synchronous attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StepModel()
Generated constructor - Default constructor for generic creation.
|
StepModel(BatchJobModel _batchJob,
java.lang.String _code,
java.lang.Integer _sequenceNumber)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StepModel(BatchJobModel _batchJob,
java.lang.String _code,
ItemModel _owner,
java.lang.Integer _sequenceNumber)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StepModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BatchJobModel |
getBatchJob()
Generated method - Getter of the
Step.batchJob attribute defined at extension processing. |
java.lang.String |
getCode()
Generated method - Getter of the
Step.code attribute defined at extension processing. |
ErrorMode |
getErrorMode()
Generated method - Getter of the
Step.errorMode attribute defined at extension processing. |
java.lang.Integer |
getSequenceNumber()
Generated method - Getter of the
Step.sequenceNumber attribute defined at extension processing. |
java.lang.Boolean |
getSynchronous()
Generated method - Getter of the
Step.synchronous attribute defined at extension processing. |
void |
setBatchJob(BatchJobModel value)
Generated method - Initial setter of
Step.batchJob attribute defined at extension processing. |
void |
setCode(java.lang.String value)
Generated method - Setter of
Step.code attribute defined at extension processing. |
void |
setErrorMode(ErrorMode value)
Generated method - Setter of
Step.errorMode attribute defined at extension processing. |
void |
setSequenceNumber(java.lang.Integer value)
Generated method - Setter of
Step.sequenceNumber attribute defined at extension processing. |
void |
setSynchronous(java.lang.Boolean value)
Generated method - Setter of
Step.synchronous attribute defined at extension processing. |
getComments, 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 _CRONJOBPROCESSEDSTEPSRELATION
CronJobProcessedStepsRelation defining source attribute processedCronJobs in extension processing.public static final java.lang.String _CRONJOBPENDINGSTEPSRELATION
CronJobPendingStepsRelation defining source attribute pendingCronJobs in extension processing.public static final java.lang.String BATCHJOB
Step.batchJob attribute defined at extension processing.public static final java.lang.String CODE
Step.code attribute defined at extension processing.public static final java.lang.String SEQUENCENUMBER
Step.sequenceNumber attribute defined at extension processing.public static final java.lang.String SYNCHRONOUS
Step.synchronous attribute defined at extension processing.public static final java.lang.String ERRORMODE
Step.errorMode attribute defined at extension processing.public static final java.lang.String PROCESSEDCRONJOBS
Step.processedCronJobs attribute defined at extension processing.public static final java.lang.String PENDINGCRONJOBS
Step.pendingCronJobs attribute defined at extension processing.public StepModel()
public StepModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StepModel(BatchJobModel _batchJob, java.lang.String _code, java.lang.Integer _sequenceNumber)
_batchJob - initial attribute declared by type Step at extension processing_code - initial attribute declared by type Step at extension processing_sequenceNumber - initial attribute declared by type Step at extension processing@Deprecated public StepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)
_batchJob - initial attribute declared by type Step at extension processing_code - initial attribute declared by type Step at extension processing_owner - initial attribute declared by type Item at extension core_sequenceNumber - initial attribute declared by type Step at extension processing@Accessor(qualifier="batchJob", type=GETTER) public BatchJobModel getBatchJob()
Step.batchJob attribute defined at extension processing.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Step.code attribute defined at extension processing.@Accessor(qualifier="errorMode", type=GETTER) public ErrorMode getErrorMode()
Step.errorMode attribute defined at extension processing.@Accessor(qualifier="sequenceNumber", type=GETTER) public java.lang.Integer getSequenceNumber()
Step.sequenceNumber attribute defined at extension processing.@Accessor(qualifier="synchronous", type=GETTER) public java.lang.Boolean getSynchronous()
Step.synchronous attribute defined at extension processing.@Accessor(qualifier="batchJob", type=SETTER) public void setBatchJob(BatchJobModel value)
Step.batchJob attribute defined at extension processing. Can only be used at creation of model - before first save.value - the batchJob@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Step.code attribute defined at extension processing.value - the code@Accessor(qualifier="errorMode", type=SETTER) public void setErrorMode(ErrorMode value)
Step.errorMode attribute defined at extension processing.value - the errorMode@Accessor(qualifier="sequenceNumber", type=SETTER) public void setSequenceNumber(java.lang.Integer value)
Step.sequenceNumber attribute defined at extension processing.value - the sequenceNumberCopyright © 2018 SAP SE. All Rights Reserved.