Class ArchivedProcessInstanceAllOf

    • Constructor Detail

      • ArchivedProcessInstanceAllOf

        public ArchivedProcessInstanceAllOf()
    • Method Detail

      • getSourceObjectId

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

        public void setSourceObjectId​(String sourceObjectId)
      • getArchivedDate

        @Nullable
        public String getArchivedDate()
        the date set when the process instance was archived
        Returns:
        archivedDate
      • setArchivedDate

        public void setArchivedDate​(String archivedDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object