Interface IActionSignaturesConfiguration
public interface IActionSignaturesConfiguration
Signatures settings for a workflow action.
- Since:
- 3.9.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if signatures for this action are enabled.Returns configuration of the automated signature by this action.Returns the signature policy that should limit availability of the corresponding transition.
-
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. ForIModule
s this means that users can sign or decline the workflow transition with this action (usingIModule.getWorkflowSignaturesManager()
). -
getSignaturePolicy
Returns the signature policy that should limit availability of the corresponding transition. -
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.
-