Class ProcessTaskLogModel

All Implemented Interfaces:
Serializable

public class ProcessTaskLogModel extends ItemModel
Generated model class for type ProcessTaskLog first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _PROCESS2TASKLOGRELATION

      public static final String _PROCESS2TASKLOGRELATION
      Generated relation code constant for relation Process2TaskLogRelation defining source attribute process in extension processing.
      See Also:
    • RETURNCODE

      public static final String RETURNCODE
      Generated constant - Attribute key of ProcessTaskLog.returnCode attribute defined at extension processing.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Generated constant - Attribute key of ProcessTaskLog.startDate attribute defined at extension processing.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Generated constant - Attribute key of ProcessTaskLog.endDate attribute defined at extension processing.
      See Also:
    • ACTIONID

      public static final String ACTIONID
      Generated constant - Attribute key of ProcessTaskLog.actionId attribute defined at extension processing.
      See Also:
    • CLUSTERID

      public static final String CLUSTERID
      Generated constant - Attribute key of ProcessTaskLog.clusterId attribute defined at extension processing.
      See Also:
    • LOGMESSAGES

      public static final String LOGMESSAGES
      Generated constant - Attribute key of ProcessTaskLog.logMessages attribute defined at extension processing.
      See Also:
    • PROCESS

      public static final String PROCESS
      Generated constant - Attribute key of ProcessTaskLog.process attribute defined at extension processing.
      See Also:
  • Constructor Details

    • ProcessTaskLogModel

      public ProcessTaskLogModel()
      Generated constructor - Default constructor for generic creation.
    • ProcessTaskLogModel

      public ProcessTaskLogModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ProcessTaskLogModel

      @Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskLogModel(String _actionId, Integer _clusterId, BusinessProcessModel _process)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _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
    • ProcessTaskLogModel

      @Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskLogModel(String _actionId, Integer _clusterId, ItemModel _owner, BusinessProcessModel _process)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • Method Details

    • getActionId

      @Accessor(qualifier="actionId", type=GETTER) public String getActionId()
      Generated method - Getter of the ProcessTaskLog.actionId attribute defined at extension processing.
      Returns:
      the actionId - ID of the action performed
    • getClusterId

      @Accessor(qualifier="clusterId", type=GETTER) public Integer getClusterId()
      Generated method - Getter of the ProcessTaskLog.clusterId attribute defined at extension processing.
      Returns:
      the clusterId - ID of the cluster where action performed
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Generated method - Getter of the ProcessTaskLog.endDate attribute defined at extension processing.
      Returns:
      the endDate - Date when task was ended
    • getLogMessages

      @Accessor(qualifier="logMessages", type=GETTER) public String getLogMessages()
      Generated method - Getter of the ProcessTaskLog.logMessages attribute defined at extension processing.
      Returns:
      the logMessages - Messages given during the process.
    • getProcess

      @Accessor(qualifier="process", type=GETTER) public BusinessProcessModel getProcess()
      Generated method - Getter of the ProcessTaskLog.process attribute defined at extension processing.
      Returns:
      the process
    • getReturnCode

      @Accessor(qualifier="returnCode", type=GETTER) public String getReturnCode()
      Generated method - Getter of the ProcessTaskLog.returnCode attribute defined at extension processing.
      Returns:
      the returnCode - Return code of the task.
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Generated method - Getter of the ProcessTaskLog.startDate attribute defined at extension processing.
      Returns:
      the startDate - Date when task was started
    • setActionId

      @Accessor(qualifier="actionId", type=SETTER) public void setActionId(String value)
      Generated method - Setter of ProcessTaskLog.actionId attribute defined at extension processing.
      Parameters:
      value - the actionId - ID of the action performed
    • setClusterId

      @Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(Integer value)
      Generated method - Setter of ProcessTaskLog.clusterId attribute defined at extension processing.
      Parameters:
      value - the clusterId - ID of the cluster where action performed
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Generated method - Setter of ProcessTaskLog.endDate attribute defined at extension processing.
      Parameters:
      value - the endDate - Date when task was ended
    • setLogMessages

      @Accessor(qualifier="logMessages", type=SETTER) public void setLogMessages(String value)
      Generated method - Setter of ProcessTaskLog.logMessages attribute defined at extension processing.
      Parameters:
      value - the logMessages - Messages given during the process.
    • setProcess

      @Accessor(qualifier="process", type=SETTER) public void setProcess(BusinessProcessModel value)
      Generated method - Setter of ProcessTaskLog.process attribute defined at extension processing.
      Parameters:
      value - the process
    • setReturnCode

      @Accessor(qualifier="returnCode", type=SETTER) public void setReturnCode(String value)
      Generated method - Setter of ProcessTaskLog.returnCode attribute defined at extension processing.
      Parameters:
      value - the returnCode - Return code of the task.
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Generated method - Setter of ProcessTaskLog.startDate attribute defined at extension processing.
      Parameters:
      value - the startDate - Date when task was started