Class ArchivedFlowNodeAllOf

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ArchivedFlowNodeAllOf
    extends Object
    implements Serializable
    A flow node (gateway or event or task) in an archived instance of a process.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArchivedFlowNodeAllOf

        public ArchivedFlowNodeAllOf()
    • Method Detail

      • getSourceObjectId

        @Nullable
        public String getSourceObjectId()
        the original id of the flowNode 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 the current task was assigned 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