Interface IWorkflowObjectPermissions

All Superinterfaces:
IPObjectPermissions
All Known Subinterfaces:
IDocumentPermissions, IWorkItemPermissions

public interface IWorkflowObjectPermissions extends IPObjectPermissions
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if current user can comment on the workflow object
    boolean
    Checks if current user can remove signatures, reset signatures to invited status, and invite other users for signature (i.e.
    boolean
    Checks if current user can sign or decline workflow transitions of the workflow object.

    Methods inherited from interface com.polarion.platform.persistence.model.IPObjectPermissions

    delete, modify, modifyKey, read, readKey
  • Method Details

    • sign

      boolean sign()
      Checks if current user can sign or decline workflow transitions of the workflow object.
    • manageSignatures

      boolean manageSignatures()
      Checks if current user can remove signatures, reset signatures to invited status, and invite other users for signature (i.e. add signatures in invited status for other users).
    • comment

      boolean comment()
      Checks if current user can comment on the workflow object
      Since:
      3.10.2