Class ArchivedActivityVariable

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ArchivedActivityVariable
    extends Object
    implements Serializable
    This resource enables you to retrieve the value of a specific archived variable name for a specific case (or process instance). Only persistent variables are concerned by this resource, not transient variables.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArchivedActivityVariable

        public ArchivedActivityVariable()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The name of the archived activity variable
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDescription

        @Nullable
        public String getDescription()
        The description of the variable if any
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getType

        @Nullable
        public String getType()
        The fully qualified class name of the variable type
        Returns:
        type
      • setType

        public void setType​(String type)
      • getContainerId

        @Nullable
        public String getContainerId()
        The ID of the activity containing this variable (same as the one passed as parameter)
        Returns:
        containerId
      • setContainerId

        public void setContainerId​(String containerId)
      • getContainerType

        @Nullable
        public String getContainerType()
        ACTIVITY_INSTANCE
        Returns:
        containerType
      • setContainerType

        public void setContainerType​(String containerType)
      • getValue

        @Nullable
        public String getValue()
        the value of this variable. The format of the value depends on the type of the variable
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • getArchivedDate

        @Nullable
        public String getArchivedDate()
        The date when this variable was archived. The date format is yyyy-MM-dd HH:mm:ss.SSS
        Returns:
        archivedDate
      • setArchivedDate

        public void setArchivedDate​(String archivedDate)
      • getSourcedObjectId

        @Nullable
        public String getSourcedObjectId()
        The id of the activity variable before it was archived
        Returns:
        sourcedObjectId
      • setSourcedObjectId

        public void setSourcedObjectId​(String sourcedObjectId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object