com.polarion.alm.tracker.model.IDocumentPermissions
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| boolean | rename() | |
| boolean | reuse() | |
| boolean | createWorkItemOfType(String) | |
| Collection | createWorkItemOfTypes() | |
| boolean | manageDocument() | |
| boolean | modifyContent() | |
| boolean | changeType() | |
| boolean | modifyFields() | Checks if current user can change the status or the custom fields of this document instance |
| boolean | createWorkItems() | Checks whether the user is entitled to create some workitem type in the document regardless of the workitem types configured for it. |
| boolean | publishToTeamcenter() | |
| boolean | useTeamcenterShare() | Checks if Teamcenter Share is configured and the license of the current user allows for its use. |
| boolean | manageWikiContent() | Checks if current user can manage Wiki content of the document. |
Back to Index