public class TaskModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONDITIONS
Generated constant - Attribute key of
Task.conditions attribute defined at extension processing. |
static java.lang.String |
CONTEXT
Generated constant - Attribute key of
Task.context attribute defined at extension processing. |
static java.lang.String |
CONTEXTITEM
Generated constant - Attribute key of
Task.contextItem attribute defined at extension processing. |
static java.lang.String |
EXECUTIONDATE
Generated constant - Attribute key of
Task.executionDate attribute defined at extension processing. |
static java.lang.String |
EXECUTIONHOURMILLIS
Generated constant - Attribute key of
Task.executionHourMillis attribute defined at extension processing. |
static java.lang.String |
EXECUTIONTIMEMILLIS
Generated constant - Attribute key of
Task.executionTimeMillis attribute defined at extension processing. |
static java.lang.String |
EXPIRATIONDATE
Generated constant - Attribute key of
Task.expirationDate attribute defined at extension processing. |
static java.lang.String |
EXPIRATIONTIMEMILLIS
Generated constant - Attribute key of
Task.expirationTimeMillis attribute defined at extension processing. |
static java.lang.String |
FAILED
Generated constant - Attribute key of
Task.failed attribute defined at extension processing. |
static java.lang.String |
NODEGROUP
Generated constant - Attribute key of
Task.nodeGroup attribute defined at extension processing. |
static java.lang.String |
NODEID
Generated constant - Attribute key of
Task.nodeId attribute defined at extension processing. |
static java.lang.String |
RETRY
Generated constant - Attribute key of
Task.retry attribute defined at extension processing. |
static java.lang.String |
RUNNERBEAN
Generated constant - Attribute key of
Task.runnerBean attribute defined at extension processing. |
static java.lang.String |
RUNNINGONCLUSTERNODE
Generated constant - Attribute key of
Task.runningOnClusterNode attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.lang.String _runnerBean)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TaskModel(java.lang.String _runnerBean)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TaskConditionModel> |
getConditions()
Generated method - Getter of the
Task.conditions attribute defined at extension processing. |
java.lang.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. |
java.util.Date |
getExecutionDate()
Generated method - Getter of the
Task.executionDate dynamic attribute defined at extension processing. |
java.lang.Long |
getExecutionTimeMillis()
Generated method - Getter of the
Task.executionTimeMillis attribute defined at extension processing. |
java.util.Date |
getExpirationDate()
Generated method - Getter of the
Task.expirationDate dynamic attribute defined at extension processing. |
java.lang.Long |
getExpirationTimeMillis()
Generated method - Getter of the
Task.expirationTimeMillis attribute defined at extension processing. |
java.lang.Boolean |
getFailed()
Generated method - Getter of the
Task.failed attribute defined at extension processing. |
java.lang.String |
getNodeGroup()
Generated method - Getter of the
Task.nodeGroup attribute defined at extension processing. |
java.lang.Integer |
getNodeId()
Generated method - Getter of the
Task.nodeId attribute defined at extension processing. |
java.lang.Integer |
getRetry()
Generated method - Getter of the
Task.retry attribute defined at extension processing. |
java.lang.String |
getRunnerBean()
Generated method - Getter of the
Task.runnerBean attribute defined at extension processing. |
java.lang.Integer |
getRunningOnClusterNode()
Generated method - Getter of the
Task.runningOnClusterNode attribute defined at extension processing. |
void |
setConditions(java.util.Set<TaskConditionModel> value)
Generated method - Setter of
Task.conditions attribute defined at extension processing. |
void |
setContext(java.lang.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(java.util.Date value)
Generated method - Setter of
Task.executionDate dynamic attribute defined at extension processing. |
void |
setExecutionHourMillis(java.lang.Long value)
Generated method - Setter of
Task.executionHourMillis attribute defined at extension processing. |
void |
setExecutionTimeMillis(java.lang.Long value)
Generated method - Setter of
Task.executionTimeMillis attribute defined at extension processing. |
void |
setExpirationDate(java.util.Date value)
Generated method - Setter of
Task.expirationDate dynamic attribute defined at extension processing. |
void |
setExpirationTimeMillis(java.lang.Long value)
Generated method - Setter of
Task.expirationTimeMillis attribute defined at extension processing. |
void |
setFailed(java.lang.Boolean value)
Generated method - Setter of
Task.failed attribute defined at extension processing. |
void |
setNodeGroup(java.lang.String value)
Generated method - Setter of
Task.nodeGroup attribute defined at extension processing. |
void |
setNodeId(java.lang.Integer value)
Generated method - Setter of
Task.nodeId attribute defined at extension processing. |
void |
setRetry(java.lang.Integer value)
Generated method - Setter of
Task.retry attribute defined at extension processing. |
void |
setRunnerBean(java.lang.String value)
Generated method - Setter of
Task.runnerBean attribute defined at extension processing. |
void |
setRunningOnClusterNode(java.lang.Integer value)
Generated method - Setter of
Task.runningOnClusterNode 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 RUNNERBEAN
Task.runnerBean attribute defined at extension processing.public static final java.lang.String EXECUTIONDATE
Task.executionDate attribute defined at extension processing.public static final java.lang.String EXECUTIONTIMEMILLIS
Task.executionTimeMillis attribute defined at extension processing.public static final java.lang.String EXECUTIONHOURMILLIS
Task.executionHourMillis attribute defined at extension processing.public static final java.lang.String FAILED
Task.failed attribute defined at extension processing.public static final java.lang.String EXPIRATIONDATE
Task.expirationDate attribute defined at extension processing.public static final java.lang.String EXPIRATIONTIMEMILLIS
Task.expirationTimeMillis attribute defined at extension processing.public static final java.lang.String CONTEXT
Task.context attribute defined at extension processing.public static final java.lang.String CONTEXTITEM
Task.contextItem attribute defined at extension processing.public static final java.lang.String NODEID
Task.nodeId attribute defined at extension processing.public static final java.lang.String NODEGROUP
Task.nodeGroup attribute defined at extension processing.public static final java.lang.String RETRY
Task.retry attribute defined at extension processing.public static final java.lang.String RUNNINGONCLUSTERNODE
Task.runningOnClusterNode attribute defined at extension processing.public static final java.lang.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(java.lang.String _runnerBean)
_runnerBean - initial attribute declared by type Task at extension processing@Deprecated public TaskModel(ItemModel _owner, java.lang.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 java.util.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 java.lang.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 java.util.Date getExecutionDate()
Task.executionDate dynamic attribute defined at extension processing.@Accessor(qualifier="executionTimeMillis", type=GETTER) public java.lang.Long getExecutionTimeMillis()
Task.executionTimeMillis attribute defined at extension processing.@Accessor(qualifier="expirationDate", type=GETTER) public java.util.Date getExpirationDate()
Task.expirationDate dynamic attribute defined at extension processing.@Accessor(qualifier="expirationTimeMillis", type=GETTER) public java.lang.Long getExpirationTimeMillis()
Task.expirationTimeMillis attribute defined at extension processing.@Accessor(qualifier="failed", type=GETTER) public java.lang.Boolean getFailed()
Task.failed attribute defined at extension processing.@Accessor(qualifier="nodeGroup", type=GETTER) public java.lang.String getNodeGroup()
Task.nodeGroup attribute defined at extension processing.@Accessor(qualifier="nodeId", type=GETTER) public java.lang.Integer getNodeId()
Task.nodeId attribute defined at extension processing.@Accessor(qualifier="retry", type=GETTER) public java.lang.Integer getRetry()
Task.retry attribute defined at extension processing.@Accessor(qualifier="runnerBean", type=GETTER) public java.lang.String getRunnerBean()
Task.runnerBean attribute defined at extension processing.@Accessor(qualifier="runningOnClusterNode", type=GETTER) public java.lang.Integer getRunningOnClusterNode()
Task.runningOnClusterNode attribute defined at extension processing.@Accessor(qualifier="conditions", type=SETTER) public void setConditions(java.util.Set<TaskConditionModel> value)
Task.conditions attribute defined at extension processing.value - the conditions@Accessor(qualifier="context", type=SETTER) public void setContext(java.lang.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(java.util.Date value)
Task.executionDate dynamic attribute defined at extension processing.value - the executionDate - Date after this task is to be executed@Accessor(qualifier="executionHourMillis", type=SETTER) public void setExecutionHourMillis(java.lang.Long value)
Task.executionHourMillis attribute defined at extension processing.value - the executionHourMillis - Internal representation to overcome database limitations!@Accessor(qualifier="executionTimeMillis", type=SETTER) public void setExecutionTimeMillis(java.lang.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(java.util.Date value)
Task.expirationDate dynamic attribute defined at extension processing.value - the expirationDate@Accessor(qualifier="expirationTimeMillis", type=SETTER) public void setExpirationTimeMillis(java.lang.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(java.lang.Boolean value)
Task.failed attribute defined at extension processing.value - the failed@Accessor(qualifier="nodeGroup", type=SETTER) public void setNodeGroup(java.lang.String value)
Task.nodeGroup attribute defined at extension processing.value - the nodeGroup@Accessor(qualifier="nodeId", type=SETTER) public void setNodeId(java.lang.Integer value)
Task.nodeId attribute defined at extension processing.value - the nodeId@Accessor(qualifier="retry", type=SETTER) public void setRetry(java.lang.Integer value)
Task.retry attribute defined at extension processing.value - the retry@Accessor(qualifier="runnerBean", type=SETTER) public void setRunnerBean(java.lang.String value)
Task.runnerBean attribute defined at extension processing.value - the runnerBeanCopyright © 2018 SAP SE. All Rights Reserved.