Package org.bonitasoft.web.client.model
Class ArchivedActivity
java.lang.Object
org.bonitasoft.web.client.model.ArchivedActivity
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ArchivedActivity
extends Object
implements Serializable
Use this resource to retrieve finished activities (human or service tasks), call activities, and subprocesses.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivedDate(String archivedDate) assignedDate(String assignedDate) assignedId(String assignedId) description(String description) displayDescription(String displayDescription) displayName(String displayName) booleanexecutedBy(String executedBy) executedBySubstitute(String executedBySubstitute) the id of the actor that can execute this archived activity, null otherwisethe date (('yyyy-MM-dd HH:mm:ss.SSS')) when this archived activity was archived, for example '2014-10-17 16:05:42.626'the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current archived activity was assigned, for example '2014-10-17 16:05:42.626'the user id that this archived activity is assigned to, or 0 if it is unassignedthe archived activity descriptionthe human readable archived activity descriptionthe human readable archived activity namethe date ('yyyy-MM-dd HH:mm:ss.SSS') when this archived activity is due, for example '2014-10-17 16:05:42.626'the id of the user who performed this archived activity.the id of the user who did actually performed the archived activity when it has been done in the name of someone else.getId()the archived activity idthe date ('yyyy-MM-dd HH:mm:ss.SSS') when this archived activity was last updated, for example '2014-10-17 16:05:42.626)getName()the archived activity technical namethe immediate containing process instance id (a.k.a case id)Get prioritythe process definition id of the process instance which define this archived activitythe date ('yyyy-MM-dd HH:mm:ss.SSS') when this archived activity reached the current state, for example '2014-10-17 16:05:42.626'the top/root process instance id (a.k.a case id).same as `rootCaseId`the original id of the archived activity before it was archivedgetState()Get stategetType()Get typeinthashCode()lastUpdateDate(String lastUpdateDate) parentCaseId(String parentCaseId) priority(ActivityPriority priority) reachedStateDate(String reachedStateDate) rootCaseId(String rootCaseId) rootContainerId(String rootContainerId) voidsetActorId(String actorId) voidsetArchivedDate(String archivedDate) voidsetAssignedDate(String assignedDate) voidsetAssignedId(String assignedId) voidsetDescription(String description) voidsetDisplayDescription(String displayDescription) voidsetDisplayName(String displayName) voidsetDueDate(String dueDate) voidsetExecutedBy(String executedBy) voidsetExecutedBySubstitute(String executedBySubstitute) voidvoidsetLastUpdateDate(String lastUpdateDate) voidvoidsetParentCaseId(String parentCaseId) voidsetPriority(ActivityPriority priority) voidsetProcessId(String processId) voidsetReachedStateDate(String reachedStateDate) voidsetRootCaseId(String rootCaseId) voidsetRootContainerId(String rootContainerId) voidsetSourceObjectId(String sourceObjectId) voidsetState(ActivityState state) voidsetType(ActivityType type) sourceObjectId(String sourceObjectId) state(ActivityState state) toString()type(ActivityType type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_REACHED_STATE_DATE
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_PROCESS_ID
- See Also:
-
JSON_PROPERTY_PARENT_CASE_ID
- See Also:
-
JSON_PROPERTY_ROOT_CASE_ID
- See Also:
-
JSON_PROPERTY_ROOT_CONTAINER_ID
- See Also:
-
JSON_PROPERTY_EXECUTED_BY
- See Also:
-
JSON_PROPERTY_EXECUTED_BY_SUBSTITUTE
- See Also:
-
JSON_PROPERTY_ACTOR_ID
- See Also:
-
JSON_PROPERTY_ASSIGNED_ID
- See Also:
-
JSON_PROPERTY_ASSIGNED_DATE
- See Also:
-
JSON_PROPERTY_SOURCE_OBJECT_ID
- See Also:
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
-
Constructor Details
-
ArchivedActivity
public ArchivedActivity()
-
-
Method Details
-
id
-
getId
the archived activity id- Returns:
- id
-
setId
-
type
-
getType
Get type- Returns:
- type
-
setType
-
name
-
getName
the archived activity technical name- Returns:
- name
-
setName
-
displayName
-
getDisplayName
the human readable archived activity name- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
the archived activity description- Returns:
- description
-
setDescription
-
displayDescription
-
getDisplayDescription
the human readable archived activity description- Returns:
- displayDescription
-
setDisplayDescription
-
state
-
getState
Get state- Returns:
- state
-
setState
-
reachedStateDate
-
getReachedStateDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when this archived activity reached the current state, for example '2014-10-17 16:05:42.626'- Returns:
- reachedStateDate
-
setReachedStateDate
-
lastUpdateDate
-
getLastUpdateDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when this archived activity was last updated, for example '2014-10-17 16:05:42.626)- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
dueDate
-
getDueDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when this archived activity is due, for example '2014-10-17 16:05:42.626'- Returns:
- dueDate
-
setDueDate
-
priority
-
getPriority
Get priority- Returns:
- priority
-
setPriority
-
processId
-
getProcessId
the process definition id of the process instance which define this archived activity- Returns:
- processId
-
setProcessId
-
parentCaseId
-
getParentCaseId
the immediate containing process instance id (a.k.a case id)- Returns:
- parentCaseId
-
setParentCaseId
-
rootCaseId
-
getRootCaseId
the top/root process instance id (a.k.a case id). In case of an \"event sub process\", `parentCaseId` will the id of the process instance called while `rootCaseId` will be the one from the caller case- Returns:
- rootCaseId
-
setRootCaseId
-
rootContainerId
-
getRootContainerId
same as `rootCaseId`- Returns:
- rootContainerId
-
setRootContainerId
-
executedBy
-
getExecutedBy
the id of the user who performed this archived activity. The archived activity has to be a human task otherwise its value will be 0- Returns:
- executedBy
-
setExecutedBy
-
executedBySubstitute
-
getExecutedBySubstitute
the id of the user who did actually performed the archived activity when it has been done in the name of someone else. Value is 0 otherwise- Returns:
- executedBySubstitute
-
setExecutedBySubstitute
-
actorId
-
getActorId
the id of the actor that can execute this archived activity, null otherwise- Returns:
- actorId
-
setActorId
-
assignedId
-
getAssignedId
the user id that this archived activity is assigned to, or 0 if it is unassigned- Returns:
- assignedId
-
setAssignedId
-
assignedDate
-
getAssignedDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current archived activity was assigned, for example '2014-10-17 16:05:42.626'- Returns:
- assignedDate
-
setAssignedDate
-
sourceObjectId
-
getSourceObjectId
the original id of the archived activity before it was archived- Returns:
- sourceObjectId
-
setSourceObjectId
-
archivedDate
-
getArchivedDate
the date (('yyyy-MM-dd HH:mm:ss.SSS')) when this archived activity was archived, for example '2014-10-17 16:05:42.626'- Returns:
- archivedDate
-
setArchivedDate
-
equals
-
hashCode
public int hashCode() -
toString
-