public class TaskInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String[] |
acceptedByList
List of principal IDs that have accepted this task
|
String[] |
assignedToList
List of principal IDs that have been assigned to this task
|
Hashtable |
attributes
A Map of task attributes
|
String |
auditContext
The audit context identifier of this task
|
String |
collaborationProcessID |
String |
collaborationStepID |
String |
createdBy
The user ID that originally created this task
|
Date |
createdDate
The Data this task was create
|
boolean |
currentUserAccepted
Has this task been accepted by the current user
|
String |
customTaskID
An arbitrary custom task ID assigned to this wask
|
String |
delegatedFrom |
String[] |
delegatedFromList
List of principal IDs that have been delegated this task from some other principal
|
String[] |
delegatedToList
List of principal IDs that delegated this task to some other principal.
|
String |
description
The description text of this task
|
String |
errorCode
The errorCode ID of the last error generated by the processing of this task
|
String |
errorMessage
The error text of the last error generated by the processing of this task
|
Date |
expireDate
The data that this task is set to expire.
|
String |
lastAcceptedBy
The userID of the most recent user to accept this task
|
Date |
lastAcceptedDate
The date when this task was last accepted by a user
|
String |
lastModifiedBy
The userID of the user that most recently modified this task
|
Date |
lastModifiedDate
The date this task was last modified
|
String |
name
The name of this task
|
String |
parentTaskID
The ID of the parent task, in the case where this is a child subtask
|
String |
priority
The priority code of this task, from the possible values:
none
low
medium
high
critical
|
String |
processInstanceID
The instance ID of the process that created this task instance
|
int |
processIteration |
String |
processModelID
The model ID of the process that created this task instance
|
String |
processModelVersion
The version string of the process model that created this task instance
|
String |
status
The status of this task.
|
String |
stepID
The stepID of this task when generated as a step within a process
|
int |
stepIteration |
String |
taskID
The unique ID of this task instance
|
String |
taskTypeID
The identifier of the Task Type that this task is an instance of
|
String |
taskURL
The browser URL to view this task in the MWS runtime
|
int |
taskVersionNumber
The version of this task
|
Constructor and Description |
---|
TaskInfo() |
public String[] acceptedByList
public String[] assignedToList
public String[] delegatedToList
public String[] delegatedFromList
public Hashtable attributes
public String auditContext
public String createdBy
public String delegatedFrom
public Date createdDate
public String customTaskID
public boolean currentUserAccepted
public String description
public String errorCode
public String errorMessage
public Date expireDate
public String lastAcceptedBy
public String lastModifiedBy
public Date lastModifiedDate
public Date lastAcceptedDate
public String name
public String priority
public String processInstanceID
public String processModelID
public String processModelVersion
public String stepID
public int processIteration
public int stepIteration
public String status
public String taskID
public String taskTypeID
public String taskURL
public int taskVersionNumber
public String parentTaskID
public String collaborationProcessID
public String collaborationStepID
public Hashtable getAttributes()
public void setAttributes(Hashtable value)
public Hashtable getDelegationMap()
public void setDelegationMap(Hashtable value)
public String[] getAcceptedByList()
public void setAcceptedByList(String[] value)
public String[] getAssignedToList()
public void setAssignedToList(String[] value)
public String getAuditContext()
public void setAuditContext(String value)
public String getCollaborationProcessID()
public void setCollaborationProcessID(String value)
public String getCollaborationStepID()
public void setCollaborationStepID(String value)
public String getCreatedBy()
public void setCreatedBy(String value)
public Date getCreatedDate()
public void setCreatedDate(Date value)
public boolean isCurrentUserAccepted()
public void setCurrentUserAccepted(boolean value)
public String getCustomTaskID()
public void setCustomTaskID(String value)
public String getDelegatedFrom()
public void setDelegatedFrom(String value)
public String[] getDelegatedFromList()
public void setDelegatedFromList(String[] value)
public String[] getDelegatedToList()
public void setDelegatedToList(String[] value)
public String getDescription()
public void setDescription(String value)
public String getErrorCode()
public void setErrorCode(String value)
public String getErrorMessage()
public void setErrorMessage(String value)
public Date getExpireDate()
public void setExpireDate(Date value)
public String getLastAcceptedBy()
public void setLastAcceptedBy(String value)
public Date getLastAcceptedDate()
public void setLastAcceptedDate(Date value)
public String getLastModifiedBy()
public void setLastModifiedBy(String value)
public Date getLastModifiedDate()
public void setLastModifiedDate(Date value)
public String getName()
public void setName(String value)
public String getParentTaskID()
public void setParentTaskID(String value)
public String getPriority()
public void setPriority(String value)
public String getProcessInstanceID()
public void setProcessInstanceID(String value)
public int getProcessIteration()
public void setProcessIteration(int value)
public String getProcessModelID()
public void setProcessModelID(String value)
public String getProcessModelVersion()
public void setProcessModelVersion(String value)
public String getStatus()
public void setStatus(String value)
public String getStepID()
public void setStepID(String value)
public int getStepIteration()
public void setStepIteration(int value)
public String getTaskID()
public void setTaskID(String value)
public String getTaskTypeID()
public void setTaskTypeID(String value)
public String getTaskURL()
public void setTaskURL(String value)
public int getTaskVersionNumber()
public void setTaskVersionNumber(int value)