public class TaskDetails extends TaskSummary
SORT_BY_ACCEPTED_TIME, SORT_BY_ACCEPTMODE, SORT_BY_ASSIGNED_TIME, SORT_BY_COMPLETED_TIME, SORT_BY_DESCRIPTION, SORT_BY_ELAPSED, SORT_BY_ELAPSED_MILLISECONDS, SORT_BY_ID, SORT_BY_NAME, SORT_BY_ONE_USER_ASSIGNED, SORT_BY_OWNERS, SORT_BY_PRIORITY_ID, SORT_BY_PRIORITY_NAME, SORT_BY_PROCESS_INITIATOR, SORT_BY_PROCESS_NAME, SORT_BY_PROCESSID, SORT_BY_STATUS, TASK_STATUS_ABORTED, TASK_STATUS_ACCEPTED, TASK_STATUS_ASSIGNED, TASK_STATUS_CANCELLED, TASK_STATUS_COMPLETED, TASK_STATUS_ERROR, TASK_STATUS_NOT_STARTED, TASK_STATUS_PAUSED, TASK_STATUS_PAUSED_BY_EXCEPTION, TASK_STATUS_RUNNING, TASK_STATUS_SKIPPED, TASK_STATUS_SUBMITTED, TASK_STATUS_UNATTENDED
Constructor and Description |
---|
TaskDetails() |
Modifier and Type | Method and Description |
---|---|
Attachment[] |
getAttachments()
Deprecated.
Attachments and Notes are now loaded in a separate grid.
|
EscalationInstance[] |
getEscalationInstances()
Returns the task's escalation properties
|
int |
getFormType()
Gets the type of form used with this task.
|
Note[] |
getNotes()
Deprecated.
Attachments and Notes are now loaded in a separate grid.
|
ScheduleInstance |
getScheduleInstance()
Returns the schedule information for the task
|
void |
setAttachments(Attachment[] attachments_)
Deprecated.
Attachments and Notes are now loaded in a separate grid.
|
void |
setEscalationInstances(EscalationInstance[] instances_)
Sets the task's escalation properties
|
void |
setFormType(int formType)
Sets the type of form used in this task.
|
void |
setNotes(Note[] notes_)
Deprecated.
Attachments and Notes are now loaded in a separate grid.
|
void |
setScheduleInstance(ScheduleInstance instance_)
Sets the schedule information for the task
|
getAcceptedTime, getAcceptMode, getAssignedTime, getAssignees, getChildProcessId, getCompletedTime, getElapsed, getElapsedMilliseconds, getException, getFavorite, getFormCapability, getIsAttended, getOwners, getPermissions, getProcessDeadline, getProcessId, getProcessInitiator, getProcessName, getProcessStatus, getStatus, getStatusBy, getStatusTime, getTaskDeadline, getTemplateId, isAllowInlineApproval, isCompleted, isInChain, isMobileEnabled, isMutablePriority, isOneUserAssigned, setAcceptedTime, setAcceptMode, setAllowInlineApproval, setAssignedTime, setAssignees, setChildProcessId, setCompletedTime, setElapsed, setElapsedMilliseconds, setException, setFavorite, setFormCapability, setInChain, setIsAttended, setMobileEnabled, setMutablePriority, setOneUserAssigned, setOwners, setPermissions, setProcessDeadline, setProcessId, setProcessInitiator, setProcessName, setProcessStatus, setStatus, setStatusBy, setStatusTime, setTaskDeadline, setTemplateId
getDescription, getDisplayName, getPriority, getUuid, setDescription, setDisplayName, setPriority, setUuid, toString
public Note[] getNotes()
Array
of the Note
objects attached
to the taskpublic void setNotes(Note[] notes_)
notes_
- the notes to set.public Attachment[] getAttachments()
public void setAttachments(Attachment[] attachments_)
attachments_
- the attachmentspublic EscalationInstance[] getEscalationInstances()
Array
of the escalation propertiespublic void setEscalationInstances(EscalationInstance[] instances_)
instances_
- an Array
of escalation propertiespublic ScheduleInstance getScheduleInstance()
null
if the task is not
scheduledpublic void setScheduleInstance(ScheduleInstance instance_)
instance_
- the schedule informationpublic int getFormType()
public void setFormType(int formType)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.