Class WorkflowInstance

    • Field Detail

      • description

        @Deprecated
        public String description
        Deprecated.
        Workflow Instance description
      • active

        @Deprecated
        public boolean active
        Deprecated.
        Is this Workflow instance still "in-flight" or has it completed?
      • initiator

        @Deprecated
        public NodeRef initiator
        Deprecated.
        Initiator (cm:person) - null if System initiated
      • priority

        public Integer priority
        Workflow priority
      • startDate

        @Deprecated
        public Date startDate
        Deprecated.
        Workflow Start Date
      • dueDate

        public Date dueDate
        Workflow Due Date
      • workflowPackage

        @Deprecated
        public NodeRef workflowPackage
        Deprecated.
        Workflow Package
    • Method Detail

      • getSerialversionuid

        public static long getSerialversionuid()
        Returns:
        the serialversionuid
      • getId

        public String getId()
        Returns:
        the id
      • getDescription

        public String getDescription()
        Returns:
        the description
      • isActive

        public boolean isActive()
        Returns:
        the active
      • getInitiator

        public NodeRef getInitiator()
        Returns:
        the initiator
      • getPriority

        public Integer getPriority()
        Returns:
        the priority, null if there is no priority set
      • getStartDate

        public Date getStartDate()
        Returns:
        the startDate
      • getDueDate

        public Date getDueDate()
        Returns:
        the dueDate
      • getEndDate

        public Date getEndDate()
        Returns:
        the endDate
      • getWorkflowPackage

        public NodeRef getWorkflowPackage()
        Returns:
        the workflowPackage
      • getContext

        public NodeRef getContext()
        Returns:
        the context