public class TaskConditionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TASKCONDITIONRELATION
Generated relation code constant for relation
TaskConditionRelation defining source attribute task in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHOICE
Generated constant - Attribute key of
TaskCondition.choice attribute defined at extension processing. |
static String |
CONSUMED
Generated constant - Attribute key of
TaskCondition.consumed attribute defined at extension processing. |
static String |
COUNTER
Generated constant - Attribute key of
TaskCondition.counter attribute defined at extension processing. |
static String |
EXPIRATIONDATE
Generated constant - Attribute key of
TaskCondition.expirationDate attribute defined at extension processing. |
static String |
EXPIRATIONTIMEMILLIS
Generated constant - Attribute key of
TaskCondition.expirationTimeMillis attribute defined at extension processing. |
static String |
FULFILLED
Generated constant - Attribute key of
TaskCondition.fulfilled attribute defined at extension processing. |
static String |
PROCESSEDDATE
Generated constant - Attribute key of
TaskCondition.processedDate attribute defined at extension processing. |
static String |
TASK
Generated constant - Attribute key of
TaskCondition.task attribute defined at extension processing. |
static String |
UNIQUEID
Generated constant - Attribute key of
TaskCondition.uniqueID attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
String _uniqueID)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TaskConditionModel(String _uniqueID)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChoice()
Generated method - Getter of the
TaskCondition.choice attribute defined at extension processing. |
Boolean |
getConsumed()
Generated method - Getter of the
TaskCondition.consumed attribute defined at extension processing. |
Integer |
getCounter()
Generated method - Getter of the
TaskCondition.counter attribute defined at extension processing. |
Date |
getExpirationDate()
Generated method - Getter of the
TaskCondition.expirationDate dynamic attribute defined at extension processing. |
Long |
getExpirationTimeMillis()
Generated method - Getter of the
TaskCondition.expirationTimeMillis attribute defined at extension processing. |
Boolean |
getFulfilled()
Generated method - Getter of the
TaskCondition.fulfilled attribute defined at extension processing. |
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. |
String |
getUniqueID()
Generated method - Getter of the
TaskCondition.uniqueID attribute defined at extension processing. |
void |
setChoice(String value)
Generated method - Setter of
TaskCondition.choice attribute defined at extension processing. |
void |
setConsumed(Boolean value)
Generated method - Setter of
TaskCondition.consumed attribute defined at extension processing. |
void |
setCounter(Integer value)
Generated method - Setter of
TaskCondition.counter attribute defined at extension processing. |
void |
setExpirationDate(Date value)
Generated method - Setter of
TaskCondition.expirationDate dynamic attribute defined at extension processing. |
void |
setExpirationTimeMillis(Long value)
Generated method - Setter of
TaskCondition.expirationTimeMillis attribute defined at extension processing. |
void |
setFulfilled(Boolean value)
Generated method - Setter of
TaskCondition.fulfilled attribute defined at extension processing. |
void |
setProcessedDate(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(String value)
Generated method - Setter of
TaskCondition.uniqueID 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 _TASKCONDITIONRELATION
TaskConditionRelation defining source attribute task in extension processing.public static final String UNIQUEID
TaskCondition.uniqueID attribute defined at extension processing.public static final String EXPIRATIONDATE
TaskCondition.expirationDate attribute defined at extension processing.public static final String EXPIRATIONTIMEMILLIS
TaskCondition.expirationTimeMillis attribute defined at extension processing.public static final String PROCESSEDDATE
TaskCondition.processedDate attribute defined at extension processing.public static final String FULFILLED
TaskCondition.fulfilled attribute defined at extension processing.public static final String CONSUMED
TaskCondition.consumed attribute defined at extension processing.public static final String CHOICE
TaskCondition.choice attribute defined at extension processing.public static final String COUNTER
TaskCondition.counter attribute defined at extension processing.public static final 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(String _uniqueID)
_uniqueID - initial attribute declared by type TaskCondition at extension processing@Deprecated public TaskConditionModel(ItemModel _owner, 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 String getChoice()
TaskCondition.choice attribute defined at extension processing.@Accessor(qualifier="consumed", type=GETTER) public Boolean getConsumed()
TaskCondition.consumed attribute defined at extension processing.@Accessor(qualifier="counter", type=GETTER) public Integer getCounter()
TaskCondition.counter attribute defined at extension processing.@Accessor(qualifier="expirationDate", type=GETTER) public Date getExpirationDate()
TaskCondition.expirationDate dynamic attribute defined at extension processing.@Accessor(qualifier="expirationTimeMillis", type=GETTER) public Long getExpirationTimeMillis()
TaskCondition.expirationTimeMillis attribute defined at extension processing.@Accessor(qualifier="fulfilled", type=GETTER) public Boolean getFulfilled()
TaskCondition.fulfilled attribute defined at extension processing.@Accessor(qualifier="processedDate", type=GETTER) public 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 String getUniqueID()
TaskCondition.uniqueID attribute defined at extension processing.@Accessor(qualifier="choice", type=SETTER) public void setChoice(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(Boolean value)
TaskCondition.consumed attribute defined at extension processing.value - the consumed@Accessor(qualifier="counter", type=SETTER) public void setCounter(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(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(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(Boolean value)
TaskCondition.fulfilled attribute defined at extension processing.value - the fulfilled@Accessor(qualifier="processedDate", type=SETTER) public void setProcessedDate(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 taskCopyright © 2017 SAP SE. All Rights Reserved.