public class DistributedProcessTransitionTaskModel extends TaskModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
STATE
Generated constant - Attribute key of
DistributedProcessTransitionTask.state attribute defined at extension processing. |
CONDITIONS, CONTEXT, CONTEXTITEM, EXECUTIONDATE, EXECUTIONHOURMILLIS, EXECUTIONTIMEMILLIS, EXPIRATIONDATE, EXPIRATIONTIMEMILLIS, FAILED, NODEGROUP, NODEID, RETRY, RUNNERBEAN, RUNNINGONCLUSTERNODE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DistributedProcessTransitionTaskModel()
Generated constructor - Default constructor for generic creation.
|
DistributedProcessTransitionTaskModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DistributedProcessTransitionTaskModel(ItemModel _owner,
java.lang.String _runnerBean,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DistributedProcessTransitionTaskModel(java.lang.String _runnerBean,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessModel |
getContextItem()
Generated method - Getter of the
Task.contextItem attribute defined at extension processing and redeclared at extension processing. |
DistributedProcessState |
getState()
Generated method - Getter of the
DistributedProcessTransitionTask.state attribute defined at extension processing. |
void |
setContextItem(ItemModel value)
Generated method - Setter of
Task.contextItem attribute defined at extension processing and redeclared at extension processing. |
void |
setState(DistributedProcessState value)
Generated method - Initial setter of
DistributedProcessTransitionTask.state attribute defined at extension processing. |
getConditions, getContext, getExecutionDate, getExecutionTimeMillis, getExpirationDate, getExpirationTimeMillis, getFailed, getNodeGroup, getNodeId, getRetry, getRunnerBean, getRunningOnClusterNode, setConditions, setContext, setExecutionDate, setExecutionHourMillis, setExecutionTimeMillis, setExpirationDate, setExpirationTimeMillis, setFailed, setNodeGroup, setNodeId, setRetry, setRunnerBean, setRunningOnClusterNodegetComments, 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 STATE
DistributedProcessTransitionTask.state attribute defined at extension processing.public DistributedProcessTransitionTaskModel()
public DistributedProcessTransitionTaskModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public DistributedProcessTransitionTaskModel(java.lang.String _runnerBean,
DistributedProcessState _state)
_runnerBean - initial attribute declared by type Task at extension processing_state - initial attribute declared by type DistributedProcessTransitionTask at extension processing@Deprecated public DistributedProcessTransitionTaskModel(ItemModel _owner, java.lang.String _runnerBean, DistributedProcessState _state)
_owner - initial attribute declared by type Item at extension core_runnerBean - initial attribute declared by type Task at extension processing_state - initial attribute declared by type DistributedProcessTransitionTask at extension processing@Accessor(qualifier="contextItem", type=GETTER) public DistributedProcessModel getContextItem()
Task.contextItem attribute defined at extension processing and redeclared at extension processing.getContextItem in class TaskModel@Accessor(qualifier="state", type=GETTER) public DistributedProcessState getState()
DistributedProcessTransitionTask.state attribute defined at extension processing.@Accessor(qualifier="contextItem", type=SETTER) public void setContextItem(ItemModel value)
Task.contextItem attribute defined at extension processing and redeclared at extension processing. Will only accept values of type DistributedProcessModel.setContextItem in class TaskModelvalue - the contextItem@Accessor(qualifier="state", type=SETTER) public void setState(DistributedProcessState value)
DistributedProcessTransitionTask.state attribute defined at extension processing. Can only be used at creation of model - before first save.value - the stateCopyright © 2018 SAP SE. All Rights Reserved.