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 TypeMethodDescriptionbooleanbooleancreateWorkItemOfType(String typeId) booleanChecks whether the user is entitled to create some workitem type in the document regardless of the workitem types configured for it.booleanbooleanChecks if current user can manage Wiki content of the document.booleanbooleanChecks if current user can change the status or the custom fields of this document instancebooleanbooleanrename()booleanreuse()booleanChecks 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, readKeyMethods 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
-
manageWikiContent
boolean manageWikiContent()Checks if current user can manage Wiki content of the document.- Since:
- 3.25.6
-