Interface DocumentPermissions
- All Superinterfaces:
ModelObjectPermissions
,ModelPermissions
,WorkflowObjectPermissions
- 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 TypeMethodDescriptionboolean
boolean
comment()
boolean
createWorkItemOfType
(String typeId) boolean
Checks if the license of current user allows creating workitems in the documentboolean
boolean
Checks if current user can manage Wiki content of the document.boolean
boolean
Checks if current user can change the status or the custom fields of this document instanceboolean
Checks if the license of current user allows modification of the documentboolean
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.alm.shared.api.model.ModelObjectPermissions
delete
Methods inherited from interface com.polarion.alm.shared.api.model.ModelPermissions
modify, read
Methods inherited from interface com.polarion.alm.shared.api.model.workflow.WorkflowObjectPermissions
manageSignatures, sign
-
Method Details
-
rename
boolean rename() -
reuse
boolean reuse()- Returns:
- whether or not this Document can be reused in the current Project
-
comment
boolean comment() -
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 -
modifyWithCurrentLicense
boolean modifyWithCurrentLicense()Checks if the license of current user allows modification of the document -
createWorkitems
boolean createWorkitems()Checks if the license of current user allows creating workitems in the document- 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
-