Interface WorkflowSignatureFields

All Superinterfaces:
Fields, Iterable<Field>, IterableWithSize<Field>
All Known Subinterfaces:
DocumentWorkflowSignatureFields

public interface WorkflowSignatureFields extends Fields
Since:
3.10.0
  • Method Details

    • id

      @NotNull IdField id()
      Since:
      3.19.2
    • project

      @NotNull ProjectField project()
      Since:
      3.19.2
    • targetStatus

      @NotNull EnumOptionField targetStatus()
      The target workflow status of the parent workflow object, transition to which is signed by this object.
    • transitionRevision

      @NotNull StringField transitionRevision()
      Revision of the parent object in which the workflow transition was performed, or null if the transition was not performed yet.
    • signatures

      @NotNull SignaturesField signatures()
      Returns all signatures. Returned list is live, so changes to it are reflected in the workflow signature.
    • signatureState

      @NotNull EnumOptionField signatureState()
      Returns the current signature state, calculates the current state if necessary.
    • workflowObject

      @NotNull Field workflowObject()
      Since:
      3.19.2