Class ArchivedActivity

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ArchivedActivity
    extends Object
    implements Serializable
    Use this resource to retrieve finished activities (human or service tasks), call activities, and subprocesses.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArchivedActivity

        public ArchivedActivity()
    • Method Detail

      • getId

        @Nullable
        public String getId()
        the archived activity id
        Returns:
        id
      • setId

        public void setId​(String id)
      • getName

        @Nullable
        public String getName()
        the archived activity technical name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        the human readable archived activity name
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getDescription

        @Nullable
        public String getDescription()
        the archived activity description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getDisplayDescription

        @Nullable
        public String getDisplayDescription()
        the human readable archived activity description
        Returns:
        displayDescription
      • setDisplayDescription

        public void setDisplayDescription​(String displayDescription)
      • getReachedStateDate

        @Nullable
        public String 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

        public void setReachedStateDate​(String reachedStateDate)
      • getLastUpdateDate

        @Nullable
        public String 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

        public void setLastUpdateDate​(String lastUpdateDate)
      • getDueDate

        @Nullable
        public String 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

        public void setDueDate​(String dueDate)
      • getProcessId

        @Nullable
        public String getProcessId()
        the process definition id of the process instance which define this archived activity
        Returns:
        processId
      • setProcessId

        public void setProcessId​(String processId)
      • getParentCaseId

        @Nullable
        public String getParentCaseId()
        the immediate containing process instance id (a.k.a case id)
        Returns:
        parentCaseId
      • setParentCaseId

        public void setParentCaseId​(String parentCaseId)
      • getRootCaseId

        @Nullable
        public String 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

        public void setRootCaseId​(String rootCaseId)
      • getRootContainerId

        @Nullable
        public String getRootContainerId()
        same as `rootCaseId`
        Returns:
        rootContainerId
      • setRootContainerId

        public void setRootContainerId​(String rootContainerId)
      • getExecutedBy

        @Nullable
        public String 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

        public void setExecutedBy​(String executedBy)
      • getExecutedBySubstitute

        @Nullable
        public String 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

        public void setExecutedBySubstitute​(String executedBySubstitute)
      • getActorId

        @Nullable
        public String getActorId()
        the id of the actor that can execute this archived activity, null otherwise
        Returns:
        actorId
      • setActorId

        public void setActorId​(String actorId)
      • getAssignedId

        @Nullable
        public String getAssignedId()
        the user id that this archived activity is assigned to, or 0 if it is unassigned
        Returns:
        assignedId
      • setAssignedId

        public void setAssignedId​(String assignedId)
      • getAssignedDate

        @Nullable
        public String 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

        public void setAssignedDate​(String assignedDate)
      • getSourceObjectId

        @Nullable
        public String getSourceObjectId()
        the original id of the archived activity before it was archived
        Returns:
        sourceObjectId
      • setSourceObjectId

        public void setSourceObjectId​(String sourceObjectId)
      • getArchivedDate

        @Nullable
        public String 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

        public void setArchivedDate​(String archivedDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object