Interface IActionSignaturesConfiguration


public interface IActionSignaturesConfiguration
Signatures settings for a workflow action.
Since:
3.9.0
  • Method Details

    • areSignaturesEnabled

      boolean areSignaturesEnabled()
      Returns true if signatures for this action are enabled. For Work Items this means that if e-signature are switched on, users must e-sign this action when performing the action in the UI. For IModules this means that users can sign or decline the workflow transition with this action (using IModule.getWorkflowSignaturesManager()).
    • getSignaturePolicy

      @Nullable IOperation getSignaturePolicy()
      Returns the signature policy that should limit availability of the corresponding transition.
    • getAutoSignatureConfiguration

      @NotNull IActionSignaturesConfiguration.IAutoSignatureConfiguration getAutoSignatureConfiguration()
      Returns configuration of the automated signature by this action. If enabled the action will sign the transition by the user that performs the transition.