public class ProcessDetails extends ProcessSummary
ProcessSummary
, maintains the lists of users
and groups that own the task, notes and attachments that belong
to the process, and the configuration of the form that is shown to
the user that starts the process.SORT_BY_PROCESS_COMPLETED_TASK_COUNT, SORT_BY_PROCESS_CURRENT_TASK_COUNT, SORT_BY_PROCESS_ELAPSED_MILLISECONDS, SORT_BY_PROCESS_END_TIME, SORT_BY_PROCESS_ID, SORT_BY_PROCESS_INITIATOR, SORT_BY_PROCESS_MODEL_NAME, SORT_BY_PROCESS_NAME, SORT_BY_PROCESS_PARENT_NAME, SORT_BY_PROCESS_PRIORITY, SORT_BY_PROCESS_PRIORITY_NAME, SORT_BY_PROCESS_START_TIME, SORT_BY_PROCESS_STATUS_NAME, STATE_ACTIVE, STATE_CANCELLED, STATE_COMPLETED, STATE_PAUSED, STATE_PAUSED_BY_EXCEPTION
Constructor and Description |
---|
ProcessDetails() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getDeadline()
Gets the deadline of this process.
|
FormConfig |
getFormConfig()
Gets the configuration of the form that is shown to the user who
starts the process.
|
java.lang.Long[] |
getGroupOwners()
Deprecated.
property is no longer used
|
java.lang.String |
getLockedBy() |
Note[] |
getNotes()
Gets the notes associated with this process.
|
java.lang.String |
getTimezone()
Gets the timezone associated with this process.
|
java.lang.String[] |
getUserOwners()
Deprecated.
property is no longer used
|
void |
setDeadline(java.sql.Timestamp deadline_)
Sets the deadline of this process.
|
void |
setFormConfig(FormConfig formConfig_)
Sets the configuration of the form that is shown to the user who
starts this process.
|
void |
setGroupOwners(java.lang.Long[] owners_)
Deprecated.
property is no longer used
|
void |
setLockedBy(java.lang.String lockedBy_) |
void |
setNotes(Note[] notes_)
Sets the notes associated with this process.
|
void |
setTimezone(java.lang.String timezone_)
Sets the timezone associated with this process.
|
void |
setUserOwners(java.lang.String[] owners_)
Deprecated.
property is no longer used
|
getCompletedTaskCount, getCurrentTaskCount, getDashboardId, getElapsedMilliseconds, getEndTime, getException, getFavorite, getMutablePriority, getParentId, getParentName, getPermissions, getProcessModelId, getProcessModelName, getProcessModelVersion, getStartTime, getStatus, getStatusName, setCompletedTaskCount, setCurrentTaskCount, setDashboardId, setElapsedMilliseconds, setEndTime, setException, setFavorite, setMutablePriority, setParentId, setParentName, setPermissions, setProcessModelId, setProcessModelName, setProcessModelVersion, setStartTime, setStatus, setStatusName, toXML
getInitiator, getPriority, setInitiator, setPriority, toString
public java.lang.String getLockedBy()
public void setLockedBy(java.lang.String lockedBy_)
public FormConfig getFormConfig()
public void setFormConfig(FormConfig formConfig_)
formConfig_
- the form configuration.@Deprecated public java.lang.Long[] getGroupOwners()
@Deprecated public void setGroupOwners(java.lang.Long[] owners_)
owners_
- the groups that own this process.public Note[] getNotes()
public void setNotes(Note[] notes_)
notes_
- the notes associated with this process.@Deprecated public java.lang.String[] getUserOwners()
@Deprecated public void setUserOwners(java.lang.String[] owners_)
owners_
- the users who own this process.public java.lang.String getTimezone()
public void setTimezone(java.lang.String timezone_)
timezone_
- the timezone id associated with this process.public java.sql.Timestamp getDeadline()
public void setDeadline(java.sql.Timestamp deadline_)
deadline_
- the deadline of this process.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.