Interface DocumentsPermissions
public interface DocumentsPermissions
- Since:
- 3.9.1
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbranch()Checks the license if the current user can branch the Documents.booleanChecks the license to see whether or not the user can use Automatic Merge.inScope()Defines the scope and checks common permissions for Documents, including the license check.booleanChecks the license to see whether or not the user can insert/freeze/unfreeze referenced Work Items.inSpace()booleanuse()Checks the license if the current user can use the Documents at all.
-
Method Details
-
inSpace
-
inScope
Defines the scope and checks common permissions for Documents, including the license check.- Since:
- 3.23.4
-
use
boolean use()Checks the license if the current user can use the Documents at all. -
branch
boolean branch()Checks the license if the current user can branch the Documents. -
insertReferencedWorkItems
boolean insertReferencedWorkItems()Checks the license to see whether or not the user can insert/freeze/unfreeze referenced Work Items.- Since:
- 3.10.3
-
canUseAutomaticMerge
boolean canUseAutomaticMerge()Checks the license to see whether or not the user can use Automatic Merge.- Since:
- 3.24.4
-