Interface DraftWorkflowScheme

All Superinterfaces:
WorkflowScheme
All Known Implementing Classes:
MockDraftWorkflowScheme

public interface DraftWorkflowScheme extends WorkflowScheme
Since:
v5.2
  • Method Details

    • getLastModifiedUser

      ApplicationUser getLastModifiedUser()
      The user that last modified the scheme.
      Returns:
      the user that last modified the scheme. Can be null.
    • getLastModifiedDate

      @Nonnull Date getLastModifiedDate()
      The date the scheme was last updated (or created).
      Returns:
      the date the scheme was last updated or created.
    • getParentScheme

      AssignableWorkflowScheme getParentScheme()
      Return a reference to the parent of the draft scheme.
      Returns:
      a reference to the parent of the draft scheme.
    • builder

      Return a builder initialised with the state of the current workflow scheme.
      Returns:
      a new builder initialised with the state of the current workflow scheme.