public class ProcessTaskLogModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_PROCESS2TASKLOGRELATION
Generated relation code constant for relation
Process2TaskLogRelation defining source attribute process in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONID
Generated constant - Attribute key of
ProcessTaskLog.actionId attribute defined at extension processing. |
static String |
CLUSTERID
Generated constant - Attribute key of
ProcessTaskLog.clusterId attribute defined at extension processing. |
static String |
ENDDATE
Generated constant - Attribute key of
ProcessTaskLog.endDate attribute defined at extension processing. |
static String |
LOGMESSAGES
Generated constant - Attribute key of
ProcessTaskLog.logMessages attribute defined at extension processing. |
static String |
PROCESS
Generated constant - Attribute key of
ProcessTaskLog.process attribute defined at extension processing. |
static String |
RETURNCODE
Generated constant - Attribute key of
ProcessTaskLog.returnCode attribute defined at extension processing. |
static String |
STARTDATE
Generated constant - Attribute key of
ProcessTaskLog.startDate attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _actionId,
Integer _clusterId,
BusinessProcessModel _process)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ProcessTaskLogModel(String _actionId,
Integer _clusterId,
ItemModel _owner,
BusinessProcessModel _process)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionId()
Generated method - Getter of the
ProcessTaskLog.actionId attribute defined at extension processing. |
Integer |
getClusterId()
Generated method - Getter of the
ProcessTaskLog.clusterId attribute defined at extension processing. |
Date |
getEndDate()
Generated method - Getter of the
ProcessTaskLog.endDate attribute defined at extension processing. |
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. |
String |
getReturnCode()
Generated method - Getter of the
ProcessTaskLog.returnCode attribute defined at extension processing. |
Date |
getStartDate()
Generated method - Getter of the
ProcessTaskLog.startDate attribute defined at extension processing. |
void |
setActionId(String value)
Generated method - Setter of
ProcessTaskLog.actionId attribute defined at extension processing. |
void |
setClusterId(Integer value)
Generated method - Setter of
ProcessTaskLog.clusterId attribute defined at extension processing. |
void |
setEndDate(Date value)
Generated method - Setter of
ProcessTaskLog.endDate attribute defined at extension processing. |
void |
setLogMessages(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(String value)
Generated method - Setter of
ProcessTaskLog.returnCode attribute defined at extension processing. |
void |
setStartDate(Date value)
Generated method - Setter of
ProcessTaskLog.startDate 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 _PROCESS2TASKLOGRELATION
Process2TaskLogRelation defining source attribute process in extension processing.public static final String RETURNCODE
ProcessTaskLog.returnCode attribute defined at extension processing.public static final String STARTDATE
ProcessTaskLog.startDate attribute defined at extension processing.public static final String ENDDATE
ProcessTaskLog.endDate attribute defined at extension processing.public static final String ACTIONID
ProcessTaskLog.actionId attribute defined at extension processing.public static final String CLUSTERID
ProcessTaskLog.clusterId attribute defined at extension processing.public static final String LOGMESSAGES
ProcessTaskLog.logMessages attribute defined at extension processing.public static final 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(String _actionId, 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(String _actionId, 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 String getActionId()
ProcessTaskLog.actionId attribute defined at extension processing.@Accessor(qualifier="clusterId", type=GETTER) public Integer getClusterId()
ProcessTaskLog.clusterId attribute defined at extension processing.@Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
ProcessTaskLog.endDate attribute defined at extension processing.@Accessor(qualifier="logMessages", type=GETTER) public 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 String getReturnCode()
ProcessTaskLog.returnCode attribute defined at extension processing.@Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
ProcessTaskLog.startDate attribute defined at extension processing.@Accessor(qualifier="actionId", type=SETTER) public void setActionId(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(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(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(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(String value)
ProcessTaskLog.returnCode attribute defined at extension processing.value - the returnCode - Return code of the task.Copyright © 2017 SAP SE. All Rights Reserved.