com.polarion.alm.tracker.model.ITrackerProjectPermissions
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| boolean | createWorkItemOfType(String) | |
| Collection | createWorkItemOfTypes() | |
| boolean | readDocument(String) | Checks if current user can read Documents in space with given space id |
| boolean | createDocument(String) | Checks if current user can create Documents in space with given space id |
| boolean | createWikiPage(String) | Checks if current user can create Wiki Pages in space with given space id |
| boolean | createRichPage(String) | Checks if current user can create Rich Pages in space with given space id |
Back to Index