public class DistributedProcessModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BATCHES
Generated constant - Attribute key of
DistributedProcess.batches attribute defined at extension processing. |
static String |
CODE
Generated constant - Attribute key of
DistributedProcess.code attribute defined at extension processing. |
static String |
CURRENTEXECUTIONID
Generated constant - Attribute key of
DistributedProcess.currentExecutionId attribute defined at extension processing. |
static String |
EXTENDEDSTATUS
Generated constant - Attribute key of
DistributedProcess.extendedStatus attribute defined at extension processing. |
static String |
HANDLERBEANID
Generated constant - Attribute key of
DistributedProcess.handlerBeanId attribute defined at extension processing. |
static String |
NODEGROUP
Generated constant - Attribute key of
DistributedProcess.nodeGroup attribute defined at extension processing. |
static String |
PROGRESS
Generated constant - Attribute key of
DistributedProcess.progress attribute defined at extension processing. |
static String |
STATE
Generated constant - Attribute key of
DistributedProcess.state attribute defined at extension processing. |
static String |
STATUS
Generated constant - Attribute key of
DistributedProcess.status attribute defined at extension processing. |
static String |
STOPREQUESTED
Generated constant - Attribute key of
DistributedProcess.stopRequested attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DistributedProcessModel()
Generated constructor - Default constructor for generic creation.
|
DistributedProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DistributedProcessModel(String _code,
String _currentExecutionId,
DistributedProcessState _state)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
DistributedProcessModel(String _code,
String _currentExecutionId,
String _handlerBeanId,
String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchModel> |
getBatches()
Generated method - Getter of the
DistributedProcess.batches attribute defined at extension processing. |
String |
getCode()
Generated method - Getter of the
DistributedProcess.code attribute defined at extension processing. |
String |
getCurrentExecutionId()
Generated method - Getter of the
DistributedProcess.currentExecutionId attribute defined at extension processing. |
String |
getExtendedStatus()
Generated method - Getter of the
DistributedProcess.extendedStatus attribute defined at extension processing. |
String |
getHandlerBeanId()
Generated method - Getter of the
DistributedProcess.handlerBeanId attribute defined at extension processing. |
String |
getNodeGroup()
Generated method - Getter of the
DistributedProcess.nodeGroup attribute defined at extension processing. |
Double |
getProgress()
Generated method - Getter of the
DistributedProcess.progress attribute defined at extension processing. |
DistributedProcessState |
getState()
Generated method - Getter of the
DistributedProcess.state attribute defined at extension processing. |
String |
getStatus()
Generated method - Getter of the
DistributedProcess.status attribute defined at extension processing. |
boolean |
isStopRequested()
Generated method - Getter of the
DistributedProcess.stopRequested attribute defined at extension processing. |
void |
setBatches(Collection<BatchModel> value)
Generated method - Setter of
DistributedProcess.batches attribute defined at extension processing. |
void |
setCode(String value)
Generated method - Initial setter of
DistributedProcess.code attribute defined at extension processing. |
void |
setCurrentExecutionId(String value)
Generated method - Setter of
DistributedProcess.currentExecutionId attribute defined at extension processing. |
void |
setExtendedStatus(String value)
Generated method - Setter of
DistributedProcess.extendedStatus attribute defined at extension processing. |
void |
setHandlerBeanId(String value)
Generated method - Initial setter of
DistributedProcess.handlerBeanId attribute defined at extension processing. |
void |
setNodeGroup(String value)
Generated method - Initial setter of
DistributedProcess.nodeGroup attribute defined at extension processing. |
void |
setProgress(Double value)
Generated method - Setter of
DistributedProcess.progress attribute defined at extension processing. |
void |
setState(DistributedProcessState value)
Generated method - Setter of
DistributedProcess.state attribute defined at extension processing. |
void |
setStatus(String value)
Generated method - Setter of
DistributedProcess.status attribute defined at extension processing. |
void |
setStopRequested(boolean value)
Generated method - Setter of
DistributedProcess.stopRequested attribute defined at extension processing. |
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 CODE
DistributedProcess.code attribute defined at extension processing.public static final String HANDLERBEANID
DistributedProcess.handlerBeanId attribute defined at extension processing.public static final String CURRENTEXECUTIONID
DistributedProcess.currentExecutionId attribute defined at extension processing.public static final String STATE
DistributedProcess.state attribute defined at extension processing.public static final String STOPREQUESTED
DistributedProcess.stopRequested attribute defined at extension processing.public static final String NODEGROUP
DistributedProcess.nodeGroup attribute defined at extension processing.public static final String STATUS
DistributedProcess.status attribute defined at extension processing.public static final String EXTENDEDSTATUS
DistributedProcess.extendedStatus attribute defined at extension processing.public static final String PROGRESS
DistributedProcess.progress attribute defined at extension processing.public static final String BATCHES
DistributedProcess.batches attribute defined at extension processing.public DistributedProcessModel()
public DistributedProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state)
_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_state - initial attribute declared by type DistributedProcess at extension processing@Deprecated public DistributedProcessModel(String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state)
_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_handlerBeanId - initial attribute declared by type DistributedProcess at extension processing_nodeGroup - initial attribute declared by type DistributedProcess at extension processing_owner - initial attribute declared by type Item at extension core_state - initial attribute declared by type DistributedProcess at extension processing@Accessor(qualifier="batches", type=GETTER) public Collection<BatchModel> getBatches()
DistributedProcess.batches attribute defined at extension processing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
DistributedProcess.code attribute defined at extension processing.@Accessor(qualifier="currentExecutionId", type=GETTER) public String getCurrentExecutionId()
DistributedProcess.currentExecutionId attribute defined at extension processing.@Accessor(qualifier="extendedStatus", type=GETTER) public String getExtendedStatus()
DistributedProcess.extendedStatus attribute defined at extension processing.@Accessor(qualifier="handlerBeanId", type=GETTER) public String getHandlerBeanId()
DistributedProcess.handlerBeanId attribute defined at extension processing.@Accessor(qualifier="nodeGroup", type=GETTER) public String getNodeGroup()
DistributedProcess.nodeGroup attribute defined at extension processing.@Accessor(qualifier="progress", type=GETTER) public Double getProgress()
DistributedProcess.progress attribute defined at extension processing.@Accessor(qualifier="state", type=GETTER) public DistributedProcessState getState()
DistributedProcess.state attribute defined at extension processing.@Accessor(qualifier="status", type=GETTER) public String getStatus()
DistributedProcess.status attribute defined at extension processing.@Accessor(qualifier="stopRequested", type=GETTER) public boolean isStopRequested()
DistributedProcess.stopRequested attribute defined at extension processing.@Accessor(qualifier="batches", type=SETTER) public void setBatches(Collection<BatchModel> value)
DistributedProcess.batches attribute defined at extension processing.value - the batches@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
DistributedProcess.code attribute defined at extension processing. Can only be used at creation of model - before first save.value - the code@Accessor(qualifier="currentExecutionId", type=SETTER) public void setCurrentExecutionId(String value)
DistributedProcess.currentExecutionId attribute defined at extension processing.value - the currentExecutionId@Accessor(qualifier="extendedStatus", type=SETTER) public void setExtendedStatus(String value)
DistributedProcess.extendedStatus attribute defined at extension processing.value - the extendedStatus@Accessor(qualifier="handlerBeanId", type=SETTER) public void setHandlerBeanId(String value)
DistributedProcess.handlerBeanId attribute defined at extension processing. Can only be used at creation of model - before first save.value - the handlerBeanId@Accessor(qualifier="nodeGroup", type=SETTER) public void setNodeGroup(String value)
DistributedProcess.nodeGroup attribute defined at extension processing. Can only be used at creation of model - before first save.value - the nodeGroup@Accessor(qualifier="progress", type=SETTER) public void setProgress(Double value)
DistributedProcess.progress attribute defined at extension processing.value - the progress@Accessor(qualifier="state", type=SETTER) public void setState(DistributedProcessState value)
DistributedProcess.state attribute defined at extension processing.value - the state@Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
DistributedProcess.status attribute defined at extension processing.value - the statusCopyright © 2017 SAP SE. All Rights Reserved.