com.polarion.alm.tracker.workflow.config.IActionSignaturesConfiguration


METHODS
Modifiers and TypeNameDescription
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 {@link IModule} s this means that users can sign or decline the workflow transition with this action (using {@link IModule#getWorkflowSignaturesManager()} ).
IOperation getSignaturePolicy() Returns the signature policy that should limit availability of the corresponding transition.
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.

Back to Index