Package com.polarion.alm.tracker.model
Interface ITrackerProjectPermissions
- All Superinterfaces:
IPObjectPermissions
- Since:
- 3.8.2
- Author:
- Roman Kratochvil, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionboolean
createDocument
(String spaceId) Checks if current user can create Documents in space with given space idboolean
createRichPage
(String spaceId) Checks if current user can create Rich Pages in space with given space idboolean
createWikiPage
(String spaceId) Checks if current user can create Wiki Pages in space with given space idboolean
createWorkItemOfType
(String typeId) boolean
readDocument
(String spaceId) Checks if current user can read Documents in space with given space id
-
Method Details
-
createWorkItemOfType
-
createWorkItemOfTypes
-
readDocument
Checks if current user can read Documents in space with given space id- Parameters:
spaceId
- the id of the space to perform the check. If the parameter is null, the check will be performed in default space- Since:
- 3.9.2
-
createDocument
Checks if current user can create Documents in space with given space id- Parameters:
spaceId
- the id of the space to perform the check. If the parameter is null, the check will be performed in default space- Since:
- 3.9.2
-
createWikiPage
Checks if current user can create Wiki Pages in space with given space id- Parameters:
spaceId
- the id of the space to perform the check. If the parameter is null, the check will be performed in default space- Since:
- 3.9.2
-
createRichPage
Checks if current user can create Rich Pages in space with given space id- Parameters:
spaceId
- the id of the space to perform the check. If the parameter is null, the check will be performed in default space- Since:
- 3.9.2
-