Interface WorkflowObjectPermissions

All Superinterfaces:
ModelObjectPermissions, ModelPermissions
All Known Subinterfaces:
DocumentPermissions, TestRunPermissions, WorkItemPermissions

public interface WorkflowObjectPermissions extends ModelObjectPermissions
Since:
3.9.1
  • Field Summary

    Fields inherited from interface com.polarion.alm.shared.api.model.ModelObjectPermissions

    ALLOWED

    Fields inherited from interface com.polarion.alm.shared.api.model.ModelPermissions

    DENIED
  • Method Summary

    Modifier and Type
    Method
    Description
    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.alm.shared.api.model.ModelObjectPermissions

    delete

    Methods inherited from interface com.polarion.alm.shared.api.model.ModelPermissions

    modify, read
  • 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).