public class TaskModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONDITIONS
Generated constant - Attribute key of
Task.conditions attribute defined at extension processing. |
static String |
CONTEXT
Generated constant - Attribute key of
Task.context attribute defined at extension processing. |
static String |
CONTEXTITEM
Generated constant - Attribute key of
Task.contextItem attribute defined at extension processing. |
static String |
EXECUTIONDATE
Generated constant - Attribute key of
Task.executionDate attribute defined at extension processing. |
static String |
EXECUTIONTIMEMILLIS
Generated constant - Attribute key of
Task.executionTimeMillis attribute defined at extension processing. |
static String |
EXPIRATIONDATE
Generated constant - Attribute key of
Task.expirationDate attribute defined at extension processing. |
static String |
EXPIRATIONTIMEMILLIS
Generated constant - Attribute key of
Task.expirationTimeMillis attribute defined at extension processing. |
static String |
FAILED
Generated constant - Attribute key of
Task.failed attribute defined at extension processing. |
static String |
NODEGROUP
Generated constant - Attribute key of
Task.nodeGroup attribute defined at extension processing. |
static String |
NODEID
Generated constant - Attribute key of
Task.nodeId attribute defined at extension processing. |
static String |
RETRY
Generated constant - Attribute key of
Task.retry attribute defined at extension processing. |
static String |
RUNNERBEAN
Generated constant - Attribute key of
Task.runnerBean attribute defined at extension processing. |
static String |
RUNNINGONCLUSTERNODE
Generated constant - Attribute key of
Task.runningOnClusterNode attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TaskModel()
Generated constructor - Default constructor for generic creation.
|
TaskModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
TaskModel(ItemModel _owner,
String _runnerBean)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TaskModel(String _runnerBean)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Set<TaskConditionModel> |
getConditions()
Generated method - Getter of the
Task.conditions attribute defined at extension processing. |
Object |
getContext()
Generated method - Getter of the
Task.context attribute defined at extension processing. |
ItemModel |
getContextItem()
Generated method - Getter of the
Task.contextItem attribute defined at extension processing. |
Date |
getExecutionDate()
Generated method - Getter of the
Task.executionDate dynamic attribute defined at extension processing. |
Long |
getExecutionTimeMillis()
Generated method - Getter of the
Task.executionTimeMillis attribute defined at extension processing. |
Date |
getExpirationDate()
Generated method - Getter of the
Task.expirationDate dynamic attribute defined at extension processing. |
Long |
getExpirationTimeMillis()
Generated method - Getter of the
Task.expirationTimeMillis attribute defined at extension processing. |
Boolean |
getFailed()
Generated method - Getter of the
Task.failed attribute defined at extension processing. |
String |
getNodeGroup()
Generated method - Getter of the
Task.nodeGroup attribute defined at extension processing. |
Integer |
getNodeId()
Generated method - Getter of the
Task.nodeId attribute defined at extension processing. |
Integer |
getRetry()
Generated method - Getter of the
Task.retry attribute defined at extension processing. |
String |
getRunnerBean()
Generated method - Getter of the
Task.runnerBean attribute defined at extension processing. |
Integer |
getRunningOnClusterNode()
Generated method - Getter of the
Task.runningOnClusterNode attribute defined at extension processing. |
void |
setConditions(Set<TaskConditionModel> value)
Generated method - Setter of
Task.conditions attribute defined at extension processing. |
void |
setContext(Object value)
Generated method - Setter of
Task.context attribute defined at extension processing. |
void |
setContextItem(ItemModel value)
Generated method - Setter of
Task.contextItem attribute defined at extension processing. |
void |
setExecutionDate(Date value)
Generated method - Setter of
Task.executionDate dynamic attribute defined at extension processing. |
void |
setExecutionTimeMillis(Long value)
Generated method - Setter of
Task.executionTimeMillis attribute defined at extension processing. |
void |
setExpirationDate(Date value)
Generated method - Setter of
Task.expirationDate dynamic attribute defined at extension processing. |
void |
setExpirationTimeMillis(Long value)
Generated method - Setter of
Task.expirationTimeMillis attribute defined at extension processing. |
void |
setFailed(Boolean value)
Generated method - Setter of
Task.failed attribute defined at extension processing. |
void |
setNodeGroup(String value)
Generated method - Setter of
Task.nodeGroup attribute defined at extension processing. |
void |
setNodeId(Integer value)
Generated method - Setter of
Task.nodeId attribute defined at extension processing. |
void |
setRetry(Integer value)
Generated method - Setter of
Task.retry attribute defined at extension processing. |
void |
setRunnerBean(String value)
Generated method - Setter of
Task.runnerBean attribute defined at extension processing. |
void |
setRunningOnClusterNode(Integer value)
Generated method - Setter of
Task.runningOnClusterNode 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 RUNNERBEAN
Task.runnerBean attribute defined at extension processing.public static final String EXECUTIONDATE
Task.executionDate attribute defined at extension processing.public static final String EXECUTIONTIMEMILLIS
Task.executionTimeMillis attribute defined at extension processing.public static final String FAILED
Task.failed attribute defined at extension processing.public static final String EXPIRATIONDATE
Task.expirationDate attribute defined at extension processing.public static final String EXPIRATIONTIMEMILLIS
Task.expirationTimeMillis attribute defined at extension processing.public static final String CONTEXT
Task.context attribute defined at extension processing.public static final String CONTEXTITEM
Task.contextItem attribute defined at extension processing.public static final String NODEID
Task.nodeId attribute defined at extension processing.public static final String NODEGROUP
Task.nodeGroup attribute defined at extension processing.public static final String RETRY
Task.retry attribute defined at extension processing.public static final String RUNNINGONCLUSTERNODE
Task.runningOnClusterNode attribute defined at extension processing.public static final String CONDITIONS
Task.conditions attribute defined at extension processing.public TaskModel()
public TaskModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TaskModel(String _runnerBean)
_runnerBean - initial attribute declared by type Task at extension processing@Deprecated public TaskModel(ItemModel _owner, String _runnerBean)
_owner - initial attribute declared by type Item at extension core_runnerBean - initial attribute declared by type Task at extension processing@Accessor(qualifier="conditions", type=GETTER) public Set<TaskConditionModel> getConditions()
Task.conditions attribute defined at extension processing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="context", type=GETTER) public Object getContext()
Task.context attribute defined at extension processing.@Accessor(qualifier="contextItem", type=GETTER) public ItemModel getContextItem()
Task.contextItem attribute defined at extension processing.@Accessor(qualifier="executionDate", type=GETTER) public Date getExecutionDate()
Task.executionDate dynamic attribute defined at extension processing.@Accessor(qualifier="executionTimeMillis", type=GETTER) public Long getExecutionTimeMillis()
Task.executionTimeMillis attribute defined at extension processing.@Accessor(qualifier="expirationDate", type=GETTER) public Date getExpirationDate()
Task.expirationDate dynamic attribute defined at extension processing.@Accessor(qualifier="expirationTimeMillis", type=GETTER) public Long getExpirationTimeMillis()
Task.expirationTimeMillis attribute defined at extension processing.@Accessor(qualifier="failed", type=GETTER) public Boolean getFailed()
Task.failed attribute defined at extension processing.@Accessor(qualifier="nodeGroup", type=GETTER) public String getNodeGroup()
Task.nodeGroup attribute defined at extension processing.@Accessor(qualifier="nodeId", type=GETTER) public Integer getNodeId()
Task.nodeId attribute defined at extension processing.@Accessor(qualifier="retry", type=GETTER) public Integer getRetry()
Task.retry attribute defined at extension processing.@Accessor(qualifier="runnerBean", type=GETTER) public String getRunnerBean()
Task.runnerBean attribute defined at extension processing.@Accessor(qualifier="runningOnClusterNode", type=GETTER) public Integer getRunningOnClusterNode()
Task.runningOnClusterNode attribute defined at extension processing.@Accessor(qualifier="conditions", type=SETTER) public void setConditions(Set<TaskConditionModel> value)
Task.conditions attribute defined at extension processing.value - the conditions@Accessor(qualifier="context", type=SETTER) public void setContext(Object value)
Task.context attribute defined at extension processing.value - the context@Accessor(qualifier="contextItem", type=SETTER) public void setContextItem(ItemModel value)
Task.contextItem attribute defined at extension processing.value - the contextItem@Accessor(qualifier="executionDate", type=SETTER) public void setExecutionDate(Date value)
Task.executionDate dynamic attribute defined at extension processing.value - the executionDate - Date after this task is to be executed@Accessor(qualifier="executionTimeMillis", type=SETTER) public void setExecutionTimeMillis(Long value)
Task.executionTimeMillis attribute defined at extension processing.value - the executionTimeMillis - Internal representation to overcome database limitations!@Accessor(qualifier="expirationDate", type=SETTER) public void setExpirationDate(Date value)
Task.expirationDate dynamic attribute defined at extension processing.value - the expirationDate@Accessor(qualifier="expirationTimeMillis", type=SETTER) public void setExpirationTimeMillis(Long value)
Task.expirationTimeMillis attribute defined at extension processing.value - the expirationTimeMillis - Date when this task is to be executed@Accessor(qualifier="failed", type=SETTER) public void setFailed(Boolean value)
Task.failed attribute defined at extension processing.value - the failed@Accessor(qualifier="nodeGroup", type=SETTER) public void setNodeGroup(String value)
Task.nodeGroup attribute defined at extension processing.value - the nodeGroup@Accessor(qualifier="nodeId", type=SETTER) public void setNodeId(Integer value)
Task.nodeId attribute defined at extension processing.value - the nodeId@Accessor(qualifier="retry", type=SETTER) public void setRetry(Integer value)
Task.retry attribute defined at extension processing.value - the retry@Accessor(qualifier="runnerBean", type=SETTER) public void setRunnerBean(String value)
Task.runnerBean attribute defined at extension processing.value - the runnerBeanCopyright © 2017 SAP SE. All Rights Reserved.