public class SimpleBatchModel extends BatchModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONTEXT
Generated constant - Attribute key of
SimpleBatch.context attribute defined at extension processing. |
static java.lang.String |
RESULTBATCHID
Generated constant - Attribute key of
SimpleBatch.resultBatchId attribute defined at extension processing. |
static java.lang.String |
RETRIES
Generated constant - Attribute key of
SimpleBatch.retries attribute defined at extension processing. |
static java.lang.String |
SCRIPTCODE
Generated constant - Attribute key of
SimpleBatch.scriptCode attribute defined at extension processing. |
_DISTRIBUTEDPROCESS2BATCHRELATION, EXECUTIONID, ID, PROCESS, REMAININGWORKLOAD, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SimpleBatchModel()
Generated constructor - Default constructor for generic creation.
|
SimpleBatchModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SimpleBatchModel(java.lang.String _executionId,
java.lang.String _id,
DistributedProcessModel _process,
int _retries,
BatchType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SimpleBatchModel(java.lang.String _executionId,
java.lang.String _id,
ItemModel _owner,
DistributedProcessModel _process,
int _retries,
BatchType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContext()
Generated method - Getter of the
SimpleBatch.context attribute defined at extension processing. |
java.lang.String |
getResultBatchId()
Generated method - Getter of the
SimpleBatch.resultBatchId attribute defined at extension processing. |
int |
getRetries()
Generated method - Getter of the
SimpleBatch.retries attribute defined at extension processing. |
java.lang.String |
getScriptCode()
Generated method - Getter of the
SimpleBatch.scriptCode attribute defined at extension processing. |
void |
setContext(java.lang.Object value)
Generated method - Setter of
SimpleBatch.context attribute defined at extension processing. |
void |
setResultBatchId(java.lang.String value)
Generated method - Setter of
SimpleBatch.resultBatchId attribute defined at extension processing. |
void |
setRetries(int value)
Generated method - Setter of
SimpleBatch.retries attribute defined at extension processing. |
void |
setScriptCode(java.lang.String value)
Generated method - Setter of
SimpleBatch.scriptCode attribute defined at extension processing. |
getExecutionId, getId, getProcess, getRemainingWorkLoad, getType, setExecutionId, setId, setProcess, setRemainingWorkLoad, setTypegetComments, 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 RESULTBATCHID
SimpleBatch.resultBatchId attribute defined at extension processing.public static final java.lang.String RETRIES
SimpleBatch.retries attribute defined at extension processing.public static final java.lang.String SCRIPTCODE
SimpleBatch.scriptCode attribute defined at extension processing.public static final java.lang.String CONTEXT
SimpleBatch.context attribute defined at extension processing.public SimpleBatchModel()
public SimpleBatchModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SimpleBatchModel(java.lang.String _executionId,
java.lang.String _id,
DistributedProcessModel _process,
int _retries,
BatchType _type)
_executionId - initial attribute declared by type Batch at extension processing_id - initial attribute declared by type Batch at extension processing_process - initial attribute declared by type Batch at extension processing_retries - initial attribute declared by type SimpleBatch at extension processing_type - initial attribute declared by type Batch at extension processing@Deprecated
public SimpleBatchModel(java.lang.String _executionId,
java.lang.String _id,
ItemModel _owner,
DistributedProcessModel _process,
int _retries,
BatchType _type)
_executionId - initial attribute declared by type Batch at extension processing_id - initial attribute declared by type Batch at extension processing_owner - initial attribute declared by type Item at extension core_process - initial attribute declared by type Batch at extension processing_retries - initial attribute declared by type SimpleBatch at extension processing_type - initial attribute declared by type Batch at extension processing@Accessor(qualifier="context", type=GETTER) public java.lang.Object getContext()
SimpleBatch.context attribute defined at extension processing.@Accessor(qualifier="resultBatchId", type=GETTER) public java.lang.String getResultBatchId()
SimpleBatch.resultBatchId attribute defined at extension processing.@Accessor(qualifier="retries", type=GETTER) public int getRetries()
SimpleBatch.retries attribute defined at extension processing.@Accessor(qualifier="scriptCode", type=GETTER) public java.lang.String getScriptCode()
SimpleBatch.scriptCode attribute defined at extension processing.@Accessor(qualifier="context", type=SETTER) public void setContext(java.lang.Object value)
SimpleBatch.context attribute defined at extension processing.value - the context@Accessor(qualifier="resultBatchId", type=SETTER) public void setResultBatchId(java.lang.String value)
SimpleBatch.resultBatchId attribute defined at extension processing.value - the resultBatchId@Accessor(qualifier="retries", type=SETTER) public void setRetries(int value)
SimpleBatch.retries attribute defined at extension processing.value - the retriesCopyright © 2018 SAP SE. All Rights Reserved.