Package com.polarion.alm.tracker.model
Interface IWorkflowObjectPermissions
- All Superinterfaces:
IPObjectPermissions
- All Known Subinterfaces:
IDocumentPermissions
,IWorkItemPermissions
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
comment()
Checks if current user can comment on the workflow objectboolean
Checks if current user can remove signatures, reset signatures to invited status, and invite other users for signature (i.e.boolean
sign()
Checks if current user can sign or decline workflow transitions of the workflow object.
-
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
-