com.polarion.alm.tracker.ITrackerPolicy
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| boolean | canSeeVotes(IWorkItem) | |
| boolean | canVote(IWorkItem) | |
| boolean | canUnvote(IWorkItem) | |
| boolean | canAddVote(IWorkItem,ITrackerUser) | |
| boolean | canRemoveVote(IWorkItem,ITrackerUser) | |
| boolean | canApproveDisapproveOthers(IWorkItem) | |
| boolean | canResetApprovals(IContextId) | |
| void | checkCanApproveDisapproveOthers(IWorkItem) | |
| void | checkCanApproveDisapprove(IWorkItem) | |
| void | checkCanApproveDisapprove(IWorkItem,IApprovalStruct,IEnumOption) | Checks whether approval with the status can be added/removed. |
| void | checkCanSeeVotes(IWorkItem) | |
| void | checkCanVote(IWorkItem) | |
| void | checkCanUnvote(IWorkItem) | |
| void | checkCanAddVote(IWorkItem,ITrackerUser) | |
| void | checkCanRemoveVote(IWorkItem,ITrackerUser) | |
| boolean | canSeeWatches(IWorkItem) | |
| boolean | canWatch(IWorkItem) | |
| boolean | canAddWatch(IWorkItem,ITrackerUser) | |
| boolean | canRemoveWatch(IWorkItem,ITrackerUser) | |
| void | checkCanSeeWatches(IWorkItem) | |
| void | checkCanWatch(IWorkItem) | |
| void | checkCanUnwatch(IWorkItem) | |
| void | checkCanAddWatch(IWorkItem,ITrackerUser) | |
| void | checkCanRemoveWatch(IWorkItem,ITrackerUser) | |
| boolean | canCreateWorkReport(IContextId) | Determine if the current user is allowed to trigger creation of work reports. |
| boolean | canUseCalendarEditor() | |
| boolean | canUseCalendarFromSVN() | |
| boolean | canUseCalendarFromSVN(String) | |
| boolean | canUseTimeMatrix() | |
| boolean | canUseWFDesigner() | |
| boolean | canUsePDI() | |
| boolean | canUseFormConfiguration() | |
| boolean | canUseTrMatrix() | |
| boolean | canUseTreeMultiEdit() | |
| boolean | canUseWorkReport() | |
| boolean | canUseTreeTable() | |
| boolean | canUseTreeTableExport() | |
| boolean | canUseModules() | |
| boolean | canReadDocuments() | |
| boolean | canUseMSProjectImpExp() | |
| boolean | canUseExport() | |
| boolean | canUseImport() | |
| boolean | canUseWordExcelExport() | Only controls Excel exporter. |
| boolean | canUseExcelTraceabilityReportExport() | |
| boolean | canUseBaselines() | |
| boolean | canUseWFFromSVN() | |
| boolean | canUseWiki() | |
| boolean | canUseBuilds() | |
| boolean | canUsePercentualAssignement() | |
| boolean | canUseExcelRoundTrip() | |
| boolean | canUseExcelImport() | |
| boolean | canUseExcelImportOfTestSteps() | |
| void | checkCanUseExcelImportOfTestSteps() | |
| boolean | canUsePercentualAssignment(String) | |
| boolean | canUseProjectTemplates() | |
| boolean | canUseUnrestrictedWiki() | |
| boolean | canUseXmlExport() | |
| boolean | canUseAccessManagement() | |
| boolean | canImportModule(IContextId) | |
| boolean | canCreateDocument(IContextId) | |
| boolean | canModifyWorkitems() | Whether license allows general write access to Work Items (modifying some Work Item fields may be allowed). |
| boolean | canModifyPlans() | Whether license allows general write access to Plans. |
| boolean | canCreateWorkItems(IContextId) | |
| boolean | canModifyWorkItems(IContextId) | |
| boolean | canBranchDocuments() | |
| boolean | canCommentDocuments(IContextId) | |
| boolean | canUseDiagramming() | |
| boolean | canUseRichPages() | Checks if the current user can use Rich Pages |
| boolean | canModifyRichPages() | Checks if the current user can modify Rich Pages |
| boolean | canModifyRichPageWidgets() | Checks if the current user can add/edit widget in Rich Pages |
| boolean | canUsePlans() | |
| String | getCannotUseReqIfReason(IContextId) | Check why ReqIF Roundtrip export and import is disabled for passed context. |
| String | getCannotUseReqIfReason(IContextId,boolean) | Check why ReqIF Roundtrip export or import is disabled for passed context. |
| boolean | canUseRif11a() | Checks if the current user can use RIF 1.1a Roundtrip. |
| boolean | canUseVariantManagement() | Checks if the current user can use the Variant management feature |
| void | checkCanUseVariantManagement() | Checks whether or not the current user can access variant management. |
| boolean | canInsertReferencedWorkItems() | Checks whether or not the current user can insert/freeze/unfreeze referenced Work Items in Documents. |
| boolean | canConfigureResourceTraceability() | Checks if the current user can configure Resource Traceability. |
| boolean | canUseCollections() | Checks if the user can use Collections feature. |
| boolean | canUseTeamcenterShare() | Checks if Teamcenter Share is configured and the license of the current user allows for its use. |
| boolean | canCreateOrModifySpaces() | Checks if the current user has license to Create or Modify Spaces. |
| boolean | canUseAutomaticMerge() | Checks if Automatic Merge is available. |
| boolean | canModifyPlannedIn() | Checks if the User has permission to modify the Planned In field. |
| boolean | canUsePolarionScripting() | Checks if Polarion Scripting is available. |
| boolean | canModifyRestrictedWidgets(IContextId) | Checks if the current user has permission to modify restricted widgets (like Script widgets and custom Java widgets) that implement com.polarion.alm.shared.api.model.rp.widget.RichPageWidget.isRestricted() to return true, and velocity widgets that have the isRestricted=true property. |
| void | checkCanModifyRestrictedWidgets(IContextId) | Checks if the current user has permission to modify restricted widgets (like Script widgets and custom Java widgets) that implement com.polarion.alm.shared.api.model.rp.widget.RichPageWidget.isRestricted() to return true, and velocity widgets that have the isRestricted=true property. |
Back to Index