Package com.polarion.alm.tracker.model
Interface IDocumentPermissions
- All Superinterfaces:
IPObjectPermissions
,IWorkflowObjectPermissions
- Since:
- 3.8.2
- Author:
- Roman Kratochvil, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
createWorkItemOfType
(String typeId) boolean
Checks whether the user is entitled to create some workitem type in the document regardless of the workitem types configured for it.boolean
boolean
boolean
Checks if current user can change the status or the custom fields of this document instanceboolean
boolean
rename()
boolean
reuse()
boolean
Checks if Teamcenter Share is configured and the license of the current user allows for its use.Methods inherited from interface com.polarion.platform.persistence.model.IPObjectPermissions
delete, modify, modifyKey, read, readKey
Methods inherited from interface com.polarion.alm.tracker.model.IWorkflowObjectPermissions
comment, manageSignatures, sign
-
Method Details
-
rename
boolean rename() -
reuse
boolean reuse() -
createWorkItemOfType
-
createWorkItemOfTypes
-
manageDocument
boolean manageDocument() -
modifyContent
boolean modifyContent() -
changeType
boolean changeType() -
modifyFields
boolean modifyFields()Checks if current user can change the status or the custom fields of this document instance -
createWorkItems
boolean createWorkItems()Checks whether the user is entitled to create some workitem type in the document regardless of the workitem types configured for it.- Since:
- 3.20.2
-
publishToTeamcenter
boolean publishToTeamcenter()- Since:
- 3.21.2
-