Interface ISignatureStateOpt

All Superinterfaces:
IEnumOption

public interface ISignatureStateOpt extends IEnumOption
Overall signature state of a workflow signature.
  • Field Details

  • Method Details

    • canPerformTransition

      boolean canPerformTransition()
      Checks if it is allowed to perform the workflow transition if its workflow signature has this signature state.
    • isObsolete

      boolean isObsolete()
      Checks whether it is obsolete
    • isClosed

      boolean isClosed()
      Returns true if this option represents a closed state of the workflow signature, i.e. if this option is OPT_DONE or OPT_OBSOLETE.
    • isActive

      boolean isActive()
      Returns true if this option represents an active state of the workflow signature, i.e. state when signature verdicts can be set (OPT_PENDING, OPT_READY or OPT_DECLINED).