public class TaskConditionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TASKCONDITIONRELATION
Generated relation code constant for relation
TaskConditionRelation defining source attribute task in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CHOICE
Generated constant - Attribute key of
TaskCondition.choice attribute defined at extension processing. |
static java.lang.String |
CONSUMED
Generated constant - Attribute key of
TaskCondition.consumed attribute defined at extension processing. |
static java.lang.String |
COUNTER
Generated constant - Attribute key of
TaskCondition.counter attribute defined at extension processing. |
static java.lang.String |
EXPIRATIONDATE
Generated constant - Attribute key of
TaskCondition.expirationDate attribute defined at extension processing. |
static java.lang.String |
EXPIRATIONTIMEMILLIS
Generated constant - Attribute key of
TaskCondition.expirationTimeMillis attribute defined at extension processing. |
static java.lang.String |
FULFILLED
Generated constant - Attribute key of
TaskCondition.fulfilled attribute defined at extension processing. |
static java.lang.String |
PROCESSEDDATE
Generated constant - Attribute key of
TaskCondition.processedDate attribute defined at extension processing. |
static java.lang.String |
TASK
Generated constant - Attribute key of
TaskCondition.task attribute defined at extension processing. |
static java.lang.String |
UNIQUEID
Generated constant - Attribute key of
TaskCondition.uniqueID attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TaskConditionModel()
Generated constructor - Default constructor for generic creation.
|
TaskConditionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
TaskConditionModel(ItemModel _owner,
java.lang.String _uniqueID)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TaskConditionModel(java.lang.String _uniqueID)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChoice()
Generated method - Getter of the
TaskCondition.choice attribute defined at extension processing. |
java.lang.Boolean |
getConsumed()
Generated method - Getter of the
TaskCondition.consumed attribute defined at extension processing. |
java.lang.Integer |
getCounter()
Generated method - Getter of the
TaskCondition.counter attribute defined at extension processing. |
java.util.Date |
getExpirationDate()
Generated method - Getter of the
TaskCondition.expirationDate dynamic attribute defined at extension processing. |
java.lang.Long |
getExpirationTimeMillis()
Generated method - Getter of the
TaskCondition.expirationTimeMillis attribute defined at extension processing. |
java.lang.Boolean |
getFulfilled()
Generated method - Getter of the
TaskCondition.fulfilled attribute defined at extension processing. |
java.util.Date |
getProcessedDate()
Generated method - Getter of the
TaskCondition.processedDate attribute defined at extension processing. |
TaskModel |
getTask()
Generated method - Getter of the
TaskCondition.task attribute defined at extension processing. |
java.lang.String |
getUniqueID()
Generated method - Getter of the
TaskCondition.uniqueID attribute defined at extension processing. |
void |
setChoice(java.lang.String value)
Generated method - Setter of
TaskCondition.choice attribute defined at extension processing. |
void |
setConsumed(java.lang.Boolean value)
Generated method - Setter of
TaskCondition.consumed attribute defined at extension processing. |
void |
setCounter(java.lang.Integer value)
Generated method - Setter of
TaskCondition.counter attribute defined at extension processing. |
void |
setExpirationDate(java.util.Date value)
Generated method - Setter of
TaskCondition.expirationDate dynamic attribute defined at extension processing. |
void |
setExpirationTimeMillis(java.lang.Long value)
Generated method - Setter of
TaskCondition.expirationTimeMillis attribute defined at extension processing. |
void |
setFulfilled(java.lang.Boolean value)
Generated method - Setter of
TaskCondition.fulfilled attribute defined at extension processing. |
void |
setProcessedDate(java.util.Date value)
Generated method - Setter of
TaskCondition.processedDate attribute defined at extension processing. |
void |
setTask(TaskModel value)
Generated method - Setter of
TaskCondition.task attribute defined at extension processing. |
void |
setUniqueID(java.lang.String value)
Generated method - Setter of
TaskCondition.uniqueID 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 _TASKCONDITIONRELATION
TaskConditionRelation defining source attribute task in extension processing.public static final java.lang.String UNIQUEID
TaskCondition.uniqueID attribute defined at extension processing.public static final java.lang.String EXPIRATIONDATE
TaskCondition.expirationDate attribute defined at extension processing.public static final java.lang.String EXPIRATIONTIMEMILLIS
TaskCondition.expirationTimeMillis attribute defined at extension processing.public static final java.lang.String PROCESSEDDATE
TaskCondition.processedDate attribute defined at extension processing.public static final java.lang.String FULFILLED
TaskCondition.fulfilled attribute defined at extension processing.public static final java.lang.String CONSUMED
TaskCondition.consumed attribute defined at extension processing.public static final java.lang.String CHOICE
TaskCondition.choice attribute defined at extension processing.public static final java.lang.String COUNTER
TaskCondition.counter attribute defined at extension processing.public static final java.lang.String TASK
TaskCondition.task attribute defined at extension processing.public TaskConditionModel()
public TaskConditionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TaskConditionModel(java.lang.String _uniqueID)
_uniqueID - initial attribute declared by type TaskCondition at extension processing@Deprecated public TaskConditionModel(ItemModel _owner, java.lang.String _uniqueID)
_owner - initial attribute declared by type Item at extension core_uniqueID - initial attribute declared by type TaskCondition at extension processing@Accessor(qualifier="choice", type=GETTER) public java.lang.String getChoice()
TaskCondition.choice attribute defined at extension processing.@Accessor(qualifier="consumed", type=GETTER) public java.lang.Boolean getConsumed()
TaskCondition.consumed attribute defined at extension processing.@Accessor(qualifier="counter", type=GETTER) public java.lang.Integer getCounter()
TaskCondition.counter attribute defined at extension processing.@Accessor(qualifier="expirationDate", type=GETTER) public java.util.Date getExpirationDate()
TaskCondition.expirationDate dynamic attribute defined at extension processing.@Accessor(qualifier="expirationTimeMillis", type=GETTER) public java.lang.Long getExpirationTimeMillis()
TaskCondition.expirationTimeMillis attribute defined at extension processing.@Accessor(qualifier="fulfilled", type=GETTER) public java.lang.Boolean getFulfilled()
TaskCondition.fulfilled attribute defined at extension processing.@Accessor(qualifier="processedDate", type=GETTER) public java.util.Date getProcessedDate()
TaskCondition.processedDate attribute defined at extension processing.@Accessor(qualifier="task", type=GETTER) public TaskModel getTask()
TaskCondition.task attribute defined at extension processing.@Accessor(qualifier="uniqueID", type=GETTER) public java.lang.String getUniqueID()
TaskCondition.uniqueID attribute defined at extension processing.@Accessor(qualifier="choice", type=SETTER) public void setChoice(java.lang.String value)
TaskCondition.choice attribute defined at extension processing.value - the choice - Additional value which can be provided by the user when triggering an event@Accessor(qualifier="consumed", type=SETTER) public void setConsumed(java.lang.Boolean value)
TaskCondition.consumed attribute defined at extension processing.value - the consumed@Accessor(qualifier="counter", type=SETTER) public void setCounter(java.lang.Integer value)
TaskCondition.counter attribute defined at extension processing.value - the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.@Accessor(qualifier="expirationDate", type=SETTER) public void setExpirationDate(java.util.Date value)
TaskCondition.expirationDate dynamic attribute defined at extension processing.value - the expirationDate - The maximum allowed time to wait for completion@Accessor(qualifier="expirationTimeMillis", type=SETTER) public void setExpirationTimeMillis(java.lang.Long value)
TaskCondition.expirationTimeMillis attribute defined at extension processing.value - the expirationTimeMillis - The maximum allowed time to wait for completion@Accessor(qualifier="fulfilled", type=SETTER) public void setFulfilled(java.lang.Boolean value)
TaskCondition.fulfilled attribute defined at extension processing.value - the fulfilled@Accessor(qualifier="processedDate", type=SETTER) public void setProcessedDate(java.util.Date value)
TaskCondition.processedDate attribute defined at extension processing.value - the processedDate - The date when this condition has been processed.
Then state is switched to FULFILLED or REJECTED.@Accessor(qualifier="task", type=SETTER) public void setTask(TaskModel value)
TaskCondition.task attribute defined at extension processing.value - the task@Accessor(qualifier="uniqueID", type=SETTER) public void setUniqueID(java.lang.String value)
TaskCondition.uniqueID attribute defined at extension processing.value - the uniqueID - The unique id of this condition - may be created by number series !?Copyright © 2018 SAP SE. All Rights Reserved.