public class ProcessTaskLogModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_PROCESS2TASKLOGRELATION
Generated relation code constant for relation
Process2TaskLogRelation defining source attribute process in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIONID
Generated constant - Attribute key of
ProcessTaskLog.actionId attribute defined at extension processing. |
static java.lang.String |
CLUSTERID
Generated constant - Attribute key of
ProcessTaskLog.clusterId attribute defined at extension processing. |
static java.lang.String |
ENDDATE
Generated constant - Attribute key of
ProcessTaskLog.endDate attribute defined at extension processing. |
static java.lang.String |
LOGMESSAGES
Generated constant - Attribute key of
ProcessTaskLog.logMessages attribute defined at extension processing. |
static java.lang.String |
PROCESS
Generated constant - Attribute key of
ProcessTaskLog.process attribute defined at extension processing. |
static java.lang.String |
RETURNCODE
Generated constant - Attribute key of
ProcessTaskLog.returnCode attribute defined at extension processing. |
static java.lang.String |
STARTDATE
Generated constant - Attribute key of
ProcessTaskLog.startDate attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ProcessTaskLogModel()
Generated constructor - Default constructor for generic creation.
|
ProcessTaskLogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ProcessTaskLogModel(java.lang.String _actionId,
java.lang.Integer _clusterId,
BusinessProcessModel _process)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ProcessTaskLogModel(java.lang.String _actionId,
java.lang.Integer _clusterId,
ItemModel _owner,
BusinessProcessModel _process)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionId()
Generated method - Getter of the
ProcessTaskLog.actionId attribute defined at extension processing. |
java.lang.Integer |
getClusterId()
Generated method - Getter of the
ProcessTaskLog.clusterId attribute defined at extension processing. |
java.util.Date |
getEndDate()
Generated method - Getter of the
ProcessTaskLog.endDate attribute defined at extension processing. |
java.lang.String |
getLogMessages()
Generated method - Getter of the
ProcessTaskLog.logMessages attribute defined at extension processing. |
BusinessProcessModel |
getProcess()
Generated method - Getter of the
ProcessTaskLog.process attribute defined at extension processing. |
java.lang.String |
getReturnCode()
Generated method - Getter of the
ProcessTaskLog.returnCode attribute defined at extension processing. |
java.util.Date |
getStartDate()
Generated method - Getter of the
ProcessTaskLog.startDate attribute defined at extension processing. |
void |
setActionId(java.lang.String value)
Generated method - Setter of
ProcessTaskLog.actionId attribute defined at extension processing. |
void |
setClusterId(java.lang.Integer value)
Generated method - Setter of
ProcessTaskLog.clusterId attribute defined at extension processing. |
void |
setEndDate(java.util.Date value)
Generated method - Setter of
ProcessTaskLog.endDate attribute defined at extension processing. |
void |
setLogMessages(java.lang.String value)
Generated method - Setter of
ProcessTaskLog.logMessages attribute defined at extension processing. |
void |
setProcess(BusinessProcessModel value)
Generated method - Setter of
ProcessTaskLog.process attribute defined at extension processing. |
void |
setReturnCode(java.lang.String value)
Generated method - Setter of
ProcessTaskLog.returnCode attribute defined at extension processing. |
void |
setStartDate(java.util.Date value)
Generated method - Setter of
ProcessTaskLog.startDate 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 _PROCESS2TASKLOGRELATION
Process2TaskLogRelation defining source attribute process in extension processing.public static final java.lang.String RETURNCODE
ProcessTaskLog.returnCode attribute defined at extension processing.public static final java.lang.String STARTDATE
ProcessTaskLog.startDate attribute defined at extension processing.public static final java.lang.String ENDDATE
ProcessTaskLog.endDate attribute defined at extension processing.public static final java.lang.String ACTIONID
ProcessTaskLog.actionId attribute defined at extension processing.public static final java.lang.String CLUSTERID
ProcessTaskLog.clusterId attribute defined at extension processing.public static final java.lang.String LOGMESSAGES
ProcessTaskLog.logMessages attribute defined at extension processing.public static final java.lang.String PROCESS
ProcessTaskLog.process attribute defined at extension processing.public ProcessTaskLogModel()
public ProcessTaskLogModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ProcessTaskLogModel(java.lang.String _actionId,
java.lang.Integer _clusterId,
BusinessProcessModel _process)
_actionId - initial attribute declared by type ProcessTaskLog at extension processing_clusterId - initial attribute declared by type ProcessTaskLog at extension processing_process - initial attribute declared by type ProcessTaskLog at extension processing@Deprecated
public ProcessTaskLogModel(java.lang.String _actionId,
java.lang.Integer _clusterId,
ItemModel _owner,
BusinessProcessModel _process)
_actionId - initial attribute declared by type ProcessTaskLog at extension processing_clusterId - initial attribute declared by type ProcessTaskLog at extension processing_owner - initial attribute declared by type Item at extension core_process - initial attribute declared by type ProcessTaskLog at extension processing@Accessor(qualifier="actionId", type=GETTER) public java.lang.String getActionId()
ProcessTaskLog.actionId attribute defined at extension processing.@Accessor(qualifier="clusterId", type=GETTER) public java.lang.Integer getClusterId()
ProcessTaskLog.clusterId attribute defined at extension processing.@Accessor(qualifier="endDate", type=GETTER) public java.util.Date getEndDate()
ProcessTaskLog.endDate attribute defined at extension processing.@Accessor(qualifier="logMessages", type=GETTER) public java.lang.String getLogMessages()
ProcessTaskLog.logMessages attribute defined at extension processing.@Accessor(qualifier="process", type=GETTER) public BusinessProcessModel getProcess()
ProcessTaskLog.process attribute defined at extension processing.@Accessor(qualifier="returnCode", type=GETTER) public java.lang.String getReturnCode()
ProcessTaskLog.returnCode attribute defined at extension processing.@Accessor(qualifier="startDate", type=GETTER) public java.util.Date getStartDate()
ProcessTaskLog.startDate attribute defined at extension processing.@Accessor(qualifier="actionId", type=SETTER) public void setActionId(java.lang.String value)
ProcessTaskLog.actionId attribute defined at extension processing.value - the actionId - ID of the action performed@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(java.lang.Integer value)
ProcessTaskLog.clusterId attribute defined at extension processing.value - the clusterId - ID of the cluster where action performed@Accessor(qualifier="endDate", type=SETTER) public void setEndDate(java.util.Date value)
ProcessTaskLog.endDate attribute defined at extension processing.value - the endDate - Date when task was ended@Accessor(qualifier="logMessages", type=SETTER) public void setLogMessages(java.lang.String value)
ProcessTaskLog.logMessages attribute defined at extension processing.value - the logMessages - Messages given during the process.@Accessor(qualifier="process", type=SETTER) public void setProcess(BusinessProcessModel value)
ProcessTaskLog.process attribute defined at extension processing.value - the process@Accessor(qualifier="returnCode", type=SETTER) public void setReturnCode(java.lang.String value)
ProcessTaskLog.returnCode attribute defined at extension processing.value - the returnCode - Return code of the task.Copyright © 2018 SAP SE. All Rights Reserved.