Interface IActionSignaturesConfiguration.IAutoSignatureConfiguration

Enclosing interface:
IActionSignaturesConfiguration

public static interface IActionSignaturesConfiguration.IAutoSignatureConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Signer role of the automatically added signature.
    boolean
    Returns true if auto signing by current user is enabled for this action.
  • Method Details

    • isEnabled

      boolean isEnabled()
      Returns true if auto signing by current user is enabled for this action.
    • getSignerRole

      @Nullable String getSignerRole()
      Signer role of the automatically added signature. If it is not set, the added signature will have no signer role.
      See Also: