Class OperationConstants

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.OperationConstants

public class OperationConstants extends Object
List of access control operations constants.
  • Field Details

    • PROJECT_ADMIN_ADMIN

      public static final String PROJECT_ADMIN_ADMIN
      Operation type ("Project.admin.admin")
      See Also:
    • PROJECT_ADMIN_MANAGE_MEMBERSHIP

      public static final String PROJECT_ADMIN_MANAGE_MEMBERSHIP
      Operation type ("Project.admin.manage_membership")
      See Also:
    • PROJECT_DELETE_DELETE

      public static final String PROJECT_DELETE_DELETE
      Operation type ("Project.delete.delete")
      See Also:
    • PROJECT_EDIT_EDIT

      public static final String PROJECT_EDIT_EDIT
      Operation type ("Project.edit.edit")
      See Also:
    • PROJECT_CREATE_CREATEROLE

      public static final String PROJECT_CREATE_CREATEROLE
      Operation type ("Project.create.createRole")
      See Also:
    • PROJECT_VIEW_VIEW

      public static final String PROJECT_VIEW_VIEW
      Operation type ("Project.view.view")
      See Also:
    • ROLE_EDIT_EDIT

      public static final String ROLE_EDIT_EDIT
      Operation type ("Role.edit.edit")
      See Also:
    • ROLE_EDIT_ADDDEFAULTUSERCLASS

      public static final String ROLE_EDIT_ADDDEFAULTUSERCLASS
      Operation type ("Role.edit.addDefaultUserClass")
      See Also:
    • ROLE_EDIT_ADDOPERATION

      public static final String ROLE_EDIT_ADDOPERATION
      Operation type ("Role.edit.addOperation")
      See Also:
    • ROLE_EDIT_ADDUSER

      public static final String ROLE_EDIT_ADDUSER
      Operation type ("Role.edit.addUser")
      See Also:
    • ROLE_EDIT_REMOVEDEFAULTUSERCLASS

      public static final String ROLE_EDIT_REMOVEDEFAULTUSERCLASS
      Operation type ("Role.edit.removeDefaultUserClass")
      See Also:
    • ROLE_EDIT_REMOVEOPERATION

      public static final String ROLE_EDIT_REMOVEOPERATION
      Operation type ("Role.edit.removeOperation")
      See Also:
    • ROLE_EDIT_REMOVEUSER

      public static final String ROLE_EDIT_REMOVEUSER
      Operation type ("Role.edit.removeUser")
      See Also:
    • ROLE_DELETE_DELETE

      public static final String ROLE_DELETE_DELETE
      Operation type ("Role.delete.delete")
      See Also:
    • ROLE_VIEW_VIEW

      public static final String ROLE_VIEW_VIEW
      Operation type ("Role.view.view")
      See Also:
    • ROLE_ADMIN_ADMIN

      public static final String ROLE_ADMIN_ADMIN
      Operation type ("Role.admin.admin")
      See Also:
    • PROJECT_INFO_VIEW

      public static final String PROJECT_INFO_VIEW
      Operation type ("Project.info.view")
      See Also:
    • PROJECT_ADMIN_SITEWIDEPROJECTADMIN

      public static final String PROJECT_ADMIN_SITEWIDEPROJECTADMIN
      Operation type ("Project.admin.siteWideProjectAdmin")
      See Also:
    • PROJECT_CREATE_CREATEPROJECT

      public static final String PROJECT_CREATE_CREATEPROJECT
      Operation type ("Project.create.createProject")
      See Also:
    • PROJECT_DELETE_DELETEPROJECT

      public static final String PROJECT_DELETE_DELETEPROJECT
      Operation type ("Project.delete.deleteProject")
      See Also:
    • PROJECT_VIEW_LIST

      public static final String PROJECT_VIEW_LIST
      Operation type ("Project.view.list")
      See Also:
    • NEWSAPPFOLDER_CREATE_CREATEPOST

      public static final String NEWSAPPFOLDER_CREATE_CREATEPOST
      Operation type ("NewsAppFolder.create.createPost")
      See Also:
    • NEWSPOST_DELETE_DELETE

      public static final String NEWSPOST_DELETE_DELETE
      Operation type ("NewsPost.delete.delete")
      See Also:
    • NEWSPOST_EDIT_EDIT

      public static final String NEWSPOST_EDIT_EDIT
      Operation type ("NewsPost.edit.edit")
      See Also:
    • ROLE_CREATE_CREATE

      public static final String ROLE_CREATE_CREATE
      Operation type ("Role.create.create")
      See Also:
    • ROLE_VIEW_LIST

      public static final String ROLE_VIEW_LIST
      Operation type ("Role.view.list")
      See Also:
    • DISCUSSIONAPPFOLDER_CREATE_CREATEFORUM

      public static final String DISCUSSIONAPPFOLDER_CREATE_CREATEFORUM
      Operation type ("DiscussionAppFolder.create.createForum")
      See Also:
    • DISCUSSIONAPPFOLDER_VIEW_VIEWPRIVATEFOLDERFORUM

      public static final String DISCUSSIONAPPFOLDER_VIEW_VIEWPRIVATEFOLDERFORUM
      Operation type ("DiscussionAppFolder.view.viewPrivateFolderForum")
      See Also:
    • DISCUSSIONAPPFOLDER_VIEW_VIEW

      public static final String DISCUSSIONAPPFOLDER_VIEW_VIEW
      Operation type ("DiscussionAppFolder.view.view")
      See Also:
    • DISCUSSIONAPPFOLDER_ADMIN_ADMIN

      public static final String DISCUSSIONAPPFOLDER_ADMIN_ADMIN
      Operation type ("DiscussionAppFolder.admin.admin")
      See Also:
    • FORUM_VIEW_VIEW

      public static final String FORUM_VIEW_VIEW
      Operation type ("Forum.view.view")
      See Also:
    • FORUM_CREATE_CREATETOPIC

      public static final String FORUM_CREATE_CREATETOPIC
      Operation type ("Forum.create.createTopic")
      See Also:
    • FORUM_EDIT_EDIT

      public static final String FORUM_EDIT_EDIT
      Operation type ("Forum.edit.edit")
      See Also:
    • FORUM_DELETE_DELETE

      public static final String FORUM_DELETE_DELETE
      Operation type ("Forum.delete.delete")
      See Also:
    • FORUM_VIEW_VIEWPRIVATEFORUM

      public static final String FORUM_VIEW_VIEWPRIVATEFORUM
      Operation type ("Forum.view.viewPrivateForum")
      See Also:
    • FORUM_CREATE_CREATEPRIVATETOPIC

      public static final String FORUM_CREATE_CREATEPRIVATETOPIC
      Operation type ("Forum.create.createPrivateTopic")
      See Also:
    • FORUM_DELETE_DELETEPRIVATEFORUM

      public static final String FORUM_DELETE_DELETEPRIVATEFORUM
      Operation type ("Forum.delete.deletePrivateForum")
      See Also:
    • TOPIC_VIEW_VIEW

      public static final String TOPIC_VIEW_VIEW
      Operation type ("Topic.view.view")
      See Also:
    • TOPIC_CREATE_CREATEPOST

      public static final String TOPIC_CREATE_CREATEPOST
      Operation type ("Topic.create.createPost")
      See Also:
    • TOPIC_EDIT_EDIT

      public static final String TOPIC_EDIT_EDIT
      Operation type ("Topic.edit.edit")
      See Also:
    • TOPIC_DELETE_DELETE

      public static final String TOPIC_DELETE_DELETE
      Operation type ("Topic.delete.delete")
      See Also:
    • TOPIC_VIEW_VIEWPRIVATETOPIC

      public static final String TOPIC_VIEW_VIEWPRIVATETOPIC
      Operation type ("Topic.view.viewPrivateTopic")
      See Also:
    • TOPIC_CREATE_CREATEPRIVATEPOST

      public static final String TOPIC_CREATE_CREATEPRIVATEPOST
      Operation type ("Topic.create.createPrivatePost")
      See Also:
    • TOPIC_EDIT_EDITPRIVATETOPIC

      public static final String TOPIC_EDIT_EDITPRIVATETOPIC
      Operation type ("Topic.edit.editPrivateTopic")
      See Also:
    • TOPIC_DELETE_DELETEPRIVATETOPIC

      public static final String TOPIC_DELETE_DELETEPRIVATETOPIC
      Operation type ("Topic.delete.deletePrivateTopic")
      See Also:
    • POST_VIEW_VIEW

      public static final String POST_VIEW_VIEW
      Operation type ("Post.view.view")
      See Also:
    • POST_EDIT_EDIT

      public static final String POST_EDIT_EDIT
      Operation type ("Post.edit.edit")
      See Also:
    • POST_DELETE_DELETE

      public static final String POST_DELETE_DELETE
      Operation type ("Post.delete.delete")
      See Also:
    • POST_VIEW_VIEWPRIVATEPOST

      public static final String POST_VIEW_VIEWPRIVATEPOST
      Operation type ("Post.view.viewPrivatePost")
      See Also:
    • POST_EDIT_EDITPRIVATEPOST

      public static final String POST_EDIT_EDITPRIVATEPOST
      Operation type ("Post.edit.editPrivatePost")
      See Also:
    • POST_DELETE_DELETEPRIVATEPOST

      public static final String POST_DELETE_DELETEPRIVATEPOST
      Operation type ("Post.delete.deletePrivatePost")
      See Also:
    • DOCUMENTAPPFOLDER_VIEW_VIEW

      public static final String DOCUMENTAPPFOLDER_VIEW_VIEW
      Operation type ("DocumentAppFolder.view.view")
      See Also:
    • DOCUMENTFOLDER_ADMIN_ADMIN

      public static final String DOCUMENTFOLDER_ADMIN_ADMIN
      Operation type ("DocumentFolder.admin.admin")
      See Also:
    • DOCUMENTFOLDER_CREATE_CREATEDOCUMENTFOLDER

      public static final String DOCUMENTFOLDER_CREATE_CREATEDOCUMENTFOLDER
      Operation type ("DocumentFolder.create.createDocumentFolder")
      See Also:
    • DOCUMENTFOLDER_CREATE_CREATEDOCUMENT

      public static final String DOCUMENTFOLDER_CREATE_CREATEDOCUMENT
      Operation type ("DocumentFolder.create.createDocument")
      See Also:
    • DOCUMENTFOLDER_DELETE_DELETE

      public static final String DOCUMENTFOLDER_DELETE_DELETE
      Operation type ("DocumentFolder.delete.delete")
      See Also:
    • DOCUMENTFOLDER_EDIT_EDIT

      public static final String DOCUMENTFOLDER_EDIT_EDIT
      Operation type ("DocumentFolder.edit.edit")
      See Also:
    • DOCUMENTFOLDER_VIEW_VIEW

      public static final String DOCUMENTFOLDER_VIEW_VIEW
      Operation type ("DocumentFolder.view.view")
      See Also:
    • DOCUMENT_ADMIN_FORCE_UNLOCK

      public static final String DOCUMENT_ADMIN_FORCE_UNLOCK
      Operation type ("Document.admin.force_unlock")
      See Also:
    • DOCUMENT_DELETE_DELETE

      public static final String DOCUMENT_DELETE_DELETE
      Operation type ("Document.delete.delete")
      See Also:
    • DOCUMENT_EDIT_EDIT

      public static final String DOCUMENT_EDIT_EDIT
      Operation type ("Document.edit.edit")
      See Also:
    • DOCUMENT_VIEW_VIEW

      public static final String DOCUMENT_VIEW_VIEW
      Operation type ("Document.view.view")
      See Also:
    • FRSAPPFOLDER_CREATE_CREATEPACKAGE

      public static final String FRSAPPFOLDER_CREATE_CREATEPACKAGE
      Operation type ("FrsAppFolder.create.createPackage")
      See Also:
    • FRSAPPFOLDER_VIEW_VIEW

      public static final String FRSAPPFOLDER_VIEW_VIEW
      Operation type ("FrsAppFolder.view.view")
      See Also:
    • PACKAGE_CREATE_CREATERELEASE

      public static final String PACKAGE_CREATE_CREATERELEASE
      Operation type ("Package.create.createRelease")
      See Also:
    • PACKAGE_DELETE_DELETE

      public static final String PACKAGE_DELETE_DELETE
      Operation type ("Package.delete.delete")
      See Also:
    • PACKAGE_EDIT_EDIT

      public static final String PACKAGE_EDIT_EDIT
      Operation type ("Package.edit.edit")
      See Also:
    • PACKAGE_VIEW_VIEW

      public static final String PACKAGE_VIEW_VIEW
      Operation type ("Package.view.view")
      See Also:
    • RELEASE_CREATE_CREATEFRSFILE

      public static final String RELEASE_CREATE_CREATEFRSFILE
      Operation type ("Release.create.createFrsFile")
      See Also:
    • RELEASE_DELETE_DELETE

      public static final String RELEASE_DELETE_DELETE
      Operation type ("Release.delete.delete")
      See Also:
    • RELEASE_EDIT_EDIT

      public static final String RELEASE_EDIT_EDIT
      Operation type ("Release.edit.edit")
      See Also:
    • RELEASE_VIEW_VIEW

      public static final String RELEASE_VIEW_VIEW
      Operation type ("Release.view.view")
      See Also:
    • FRSFILE_DELETE_DELETE

      public static final String FRSFILE_DELETE_DELETE
      Operation type ("FrsFile.delete.delete")
      See Also:
    • FRSFILE_EDIT_EDIT

      public static final String FRSFILE_EDIT_EDIT
      Operation type ("FrsFile.edit.edit")
      See Also:
    • FRSFILE_VIEW_VIEW

      public static final String FRSFILE_VIEW_VIEW
      Operation type ("FrsFile.view.view")
      See Also:
    • SCMAPPFOLDER_CREATE_CREATEREPOSITORY

      public static final String SCMAPPFOLDER_CREATE_CREATEREPOSITORY
      Operation type ("ScmAppFolder.create.createRepository")
      See Also:
    • SCMAPPFOLDER_VIEW_VIEW

      public static final String SCMAPPFOLDER_VIEW_VIEW
      Operation type ("ScmAppFolder.view.view")
      See Also:
    • REPOSITORY_VIEW_RBAC

      public static final String REPOSITORY_VIEW_RBAC
      Operation type ("Repository.view.rbac")
      See Also:
    • REPOSITORY_DELETE_DELETE

      public static final String REPOSITORY_DELETE_DELETE
      Operation type ("Repository.delete.delete")
      See Also:
    • REPOSITORY_EDIT_EDIT

      public static final String REPOSITORY_EDIT_EDIT
      Operation type ("Repository.edit.edit")
      See Also:
    • REPOSITORY_USE_ACCESS

      public static final String REPOSITORY_USE_ACCESS
      Operation type ("Repository.use.access")
      See Also:
    • REPOSITORY_VIEW_VIEW

      public static final String REPOSITORY_VIEW_VIEW
      Operation type ("Repository.view.view")
      See Also:
    • COMMIT_EDIT_EDIT

      public static final String COMMIT_EDIT_EDIT
      Operation type ("Commit.edit.edit")
      See Also:
    • COMMIT_VIEW_VIEW

      public static final String COMMIT_VIEW_VIEW
      Operation type ("Commit.view.view")
      See Also:
    • REPOSITORY_FGP_FGP

      public static final String REPOSITORY_FGP_FGP
      Operation type ("Repository.fgp.fgp")
      See Also:
    • TRACKERAPPFOLDER_CREATE_CREATETRACKER

      public static final String TRACKERAPPFOLDER_CREATE_CREATETRACKER
      Operation type ("TrackerAppFolder.create.createTracker")
      See Also:
    • TRACKERAPPFOLDER_VIEW_VIEW

      public static final String TRACKERAPPFOLDER_VIEW_VIEW
      Operation type ("TrackerAppFolder.view.view")
      See Also:
    • TRACKERAPPFOLDER_ADMIN_ADMIN

      public static final String TRACKERAPPFOLDER_ADMIN_ADMIN
      Operation type ("TrackerAppFolder.admin.admin")
      See Also:
    • TRACKER_ADMIN_ADMIN

      public static final String TRACKER_ADMIN_ADMIN
      Operation type ("Tracker.admin.admin")
      See Also:
    • TRACKER_CREATE_CREATEARTIFACT

      public static final String TRACKER_CREATE_CREATEARTIFACT
      Operation type ("Tracker.create.createArtifact")
      See Also:
    • TRACKER_DELETE_DELETE

      public static final String TRACKER_DELETE_DELETE
      Operation type ("Tracker.delete.delete")
      See Also:
    • TRACKER_EDIT_EDIT

      public static final String TRACKER_EDIT_EDIT
      Operation type ("Tracker.edit.edit")
      See Also:
    • TRACKER_VIEW_VIEW

      public static final String TRACKER_VIEW_VIEW
      Operation type ("Tracker.view.view")
      See Also:
    • ARTIFACT_DELETE_DELETE

      public static final String ARTIFACT_DELETE_DELETE
      Operation type ("Artifact.delete.delete")
      See Also:
    • ARTIFACT_EDIT_EDIT

      public static final String ARTIFACT_EDIT_EDIT
      Operation type ("Artifact.edit.edit")
      See Also:
    • ARTIFACT_VIEW_VIEW

      public static final String ARTIFACT_VIEW_VIEW
      Operation type ("Artifact.view.view")
      See Also:
    • PLANNINGAPPFOLDER_ADMIN_ADMIN

      public static final String PLANNINGAPPFOLDER_ADMIN_ADMIN
      Operation type ("PlanningAppFolder.admin.admin")
      See Also:
    • PLANNINGAPPFOLDER_ADMIN_RANK

      public static final String PLANNINGAPPFOLDER_ADMIN_RANK
      Operation type ("PlanningAppFolder.admin.rank")
      See Also:
    • PLANNINGAPPFOLDER_DELETE_DELETE

      public static final String PLANNINGAPPFOLDER_DELETE_DELETE
      Operation type ("PlanningAppFolder.delete.delete")
      See Also:
    • BASELINE_ADMIN_ADMIN

      public static final String BASELINE_ADMIN_ADMIN
      Operation type ("Baseline.admin.admin")
      See Also:
    • BASELINE_VIEW_VIEW

      public static final String BASELINE_VIEW_VIEW
      Operation type ("Baseline.view.view")
      See Also:
    • BASELINE_VIEW_REVIEW

      public static final String BASELINE_VIEW_REVIEW
      Operation type ("Baseline.view.review")
      See Also:
    • BASELINE_VIEW_PACKAGEDOWNLOAD

      public static final String BASELINE_VIEW_PACKAGEDOWNLOAD
      Operation type ("Baseline.view.packageDownload")
      See Also:
    • BASELINE_VIEW_PACKAGEGENERATION

      public static final String BASELINE_VIEW_PACKAGEGENERATION
      Operation type ("Baseline.view.packageGeneration")
      See Also:
    • BASELINE_CREATE_CREATEBASELINE

      public static final String BASELINE_CREATE_CREATEBASELINE
      Operation type ("Baseline.create.createBaseline")
      See Also:
    • BASELINE_CREATE_CREATEPROJECTBASELINE

      public static final String BASELINE_CREATE_CREATEPROJECTBASELINE
      Operation type ("Baseline.create.createProjectBaseline")
      See Also:
    • BASELINE_EDIT_CONFIGUREBDEF

      public static final String BASELINE_EDIT_CONFIGUREBDEF
      Operation type ("Baseline.edit.configureBDef")
      See Also:
    • BASELINE_DELETE_DELETEBASELINE

      public static final String BASELINE_DELETE_DELETEBASELINE
      Operation type ("Baseline.delete.deleteBaseline")
      See Also:
    • BASELINE_DELETE_DELETEBASELINEDEFINITION

      public static final String BASELINE_DELETE_DELETEBASELINEDEFINITION
      Operation type ("Baseline.delete.deleteBaselineDefinition")
      See Also:
    • DATAMARTAPPFOLDER_VIEW_VIEW

      public static final String DATAMARTAPPFOLDER_VIEW_VIEW
      Operation type ("DatamartAppFolder.view.view")
      See Also:
    • WIKIPAGE_VIEW_VIEW

      public static final String WIKIPAGE_VIEW_VIEW
      Operation type ("WikiPage.view.view")
      See Also:
    • WIKIPAGE_EDIT_EDIT

      public static final String WIKIPAGE_EDIT_EDIT
      Operation type ("WikiPage.edit.edit")
      See Also:
    • WIKIPAGE_DELETE_DELETE

      public static final String WIKIPAGE_DELETE_DELETE
      Operation type ("WikiPage.delete.delete")
      See Also:
    • WIKIAPPFOLDER_CREATE_CREATEWIKIPAGE

      public static final String WIKIAPPFOLDER_CREATE_CREATEWIKIPAGE
      Operation type ("WikiAppFolder.create.createWikiPage")
      See Also:
    • WIKIAPPFOLDER_VIEW_VIEW

      public static final String WIKIAPPFOLDER_VIEW_VIEW
      Operation type ("WikiAppFolder.view.view")
      See Also:
    • WIKIPAGE_ADMIN_ADMIN

      public static final String WIKIPAGE_ADMIN_ADMIN
      Operation type ("WikiPage.admin.admin")
      See Also:
    • PAGEAPPFOLDER_VIEW_VIEW

      public static final String PAGEAPPFOLDER_VIEW_VIEW
      Operation type ("PageAppFolder.view.view")
      See Also:
    • PAGEAPPFOLDER_DELETE_DELETEPAGE

      public static final String PAGEAPPFOLDER_DELETE_DELETEPAGE
      Operation type ("PageAppFolder.delete.deletePage")
      See Also:
    • PAGEAPPFOLDER_CREATE_CREATEPAGE

      public static final String PAGEAPPFOLDER_CREATE_CREATEPAGE
      Operation type ("PageAppFolder.create.createPage")
      See Also:
    • PAGE_DELETE_DELETEPAGE

      public static final String PAGE_DELETE_DELETEPAGE
      Operation type ("Page.delete.deletePage")
      See Also:
    • PAGE_CREATE_CREATEPAGE

      public static final String PAGE_CREATE_CREATEPAGE
      Operation type ("Page.create.createPage")
      See Also:
    • PAGE_VIEW_VIEW

      public static final String PAGE_VIEW_VIEW
      Operation type ("Page.view.view")
      See Also:
    • PAGE_DELETE_DELETEPAGECOMPONENT

      public static final String PAGE_DELETE_DELETEPAGECOMPONENT
      Operation type ("Page.delete.deletePageComponent")
      See Also:
    • PAGE_CREATE_CREATEPAGECOMPONENT

      public static final String PAGE_CREATE_CREATEPAGECOMPONENT
      Operation type ("Page.create.createPageComponent")
      See Also:
    • PAGE_EDIT_EDITPAGE

      public static final String PAGE_EDIT_EDITPAGE
      Operation type ("Page.edit.editPage")
      See Also:
    • PAGECOMPONENT_VIEW_VIEW

      public static final String PAGECOMPONENT_VIEW_VIEW
      Operation type ("PageComponent.view.view")
      See Also:
    • PAGE_EDIT_EDITHTML

      public static final String PAGE_EDIT_EDITHTML
      Operation type ("Page.edit.editHtml")
      See Also:
    • USER_ADMIN_ADMIN

      public static final String USER_ADMIN_ADMIN
      Operation type ("User.admin.admin")
      See Also:
    • USER_CREATE_CREATE

      public static final String USER_CREATE_CREATE
      Operation type ("User.create.create")
      See Also:
    • USER_EDIT_EDIT

      public static final String USER_EDIT_EDIT
      Operation type ("User.edit.edit")
      See Also:
    • USER_EDIT_MANAGEPREFERENCE

      public static final String USER_EDIT_MANAGEPREFERENCE
      Operation type ("User.edit.managePreference")
      See Also:
    • USER_EDIT_MANAGEKEYS

      public static final String USER_EDIT_MANAGEKEYS
      Operation type ("User.edit.manageKeys")
      See Also:
    • USER_EDIT_DISABLE

      public static final String USER_EDIT_DISABLE
      Operation type ("User.edit.disable")
      See Also:
    • USER_EDIT_ACTIVATE

      public static final String USER_EDIT_ACTIVATE
      Operation type ("User.edit.activate")
      See Also:
    • USER_DELETE_DELETE

      public static final String USER_DELETE_DELETE
      Operation type ("User.delete.delete")
      See Also:
    • USER_VIEW_VIEW

      public static final String USER_VIEW_VIEW
      Operation type ("User.view.view")
      See Also:
    • USER_VIEW_LIST

      public static final String USER_VIEW_LIST
      Operation type ("User.view.list")
      See Also:
    • GROUP_ADMIN_ADMIN

      public static final String GROUP_ADMIN_ADMIN
      Operation type ("Group.admin.admin")
      See Also:
    • GROUP_CREATE_CREATE

      public static final String GROUP_CREATE_CREATE
      Operation type ("Group.create.create")
      See Also:
    • GROUP_EDIT_EDIT

      public static final String GROUP_EDIT_EDIT
      Operation type ("Group.edit.edit")
      See Also:
    • GROUP_EDIT_ADDUSER

      public static final String GROUP_EDIT_ADDUSER
      Operation type ("Group.edit.addUser")
      See Also:
    • GROUP_EDIT_REMOVEUSER

      public static final String GROUP_EDIT_REMOVEUSER
      Operation type ("Group.edit.removeUser")
      See Also:
    • GROUP_DELETE_DELETE

      public static final String GROUP_DELETE_DELETE
      Operation type ("Group.delete.delete")
      See Also:
    • GROUP_VIEW_VIEW

      public static final String GROUP_VIEW_VIEW
      Operation type ("Group.view.view")
      See Also:
    • GROUP_VIEW_LIST

      public static final String GROUP_VIEW_LIST
      Operation type ("Group.view.list")
      See Also:
    • CATEGORY_ADMIN_ADMIN

      public static final String CATEGORY_ADMIN_ADMIN
      Operation type ("Category.admin.admin")
      See Also:
    • CATEGORY_CREATE_CREATE

      public static final String CATEGORY_CREATE_CREATE
      Operation type ("Category.create.create")
      See Also:
    • CATEGORY_DELETE_DELETE

      public static final String CATEGORY_DELETE_DELETE
      Operation type ("Category.delete.delete")
      See Also:
    • CATEGORY_EDIT_EDIT

      public static final String CATEGORY_EDIT_EDIT
      Operation type ("Category.edit.edit")
      See Also:
    • CATEGORY_VIEW_VIEW

      public static final String CATEGORY_VIEW_VIEW
      Operation type ("Category.view.view")
      See Also:
    • CATEGORY_VIEW_LIST

      public static final String CATEGORY_VIEW_LIST
      Operation type ("Category.view.list")
      See Also:
    • SYSTOOLS_VIEW_VIEW

      public static final String SYSTOOLS_VIEW_VIEW
      Operation type ("SysTools.view.view")
      See Also:
    • SYSTOOLS_VIEW_LIST

      public static final String SYSTOOLS_VIEW_LIST
      Operation type ("SysTools.view.list")
      See Also:
    • PROJECTGROUP_ADMIN_ADMIN

      public static final String PROJECTGROUP_ADMIN_ADMIN
      Operation type ("ProjectGroup.admin.admin")
      See Also:
    • PROJECTGROUP_CREATE_CREATE

      public static final String PROJECTGROUP_CREATE_CREATE
      Operation type ("ProjectGroup.create.create")
      See Also:
    • PROJECTGROUP_DELETE_DELETE

      public static final String PROJECTGROUP_DELETE_DELETE
      Operation type ("ProjectGroup.delete.delete")
      See Also:
    • PROJECTGROUP_VIEW_VIEW

      public static final String PROJECTGROUP_VIEW_VIEW
      Operation type ("ProjectGroup.view.view")
      See Also:
    • PROJECTGROUP_VIEW_LIST

      public static final String PROJECTGROUP_VIEW_LIST
      Operation type ("ProjectGroup.view.list")
      See Also:
    • INTEGRATION_VIEW_VIEW

      public static final String INTEGRATION_VIEW_VIEW
      Operation type ("Integration.view.view")
      See Also:
    • INTEGRATION_VIEW_LIST

      public static final String INTEGRATION_VIEW_LIST
      Operation type ("Integration.view.list")
      See Also:
    • INTEGRATION_VIEW_VIEW_SCM

      public static final String INTEGRATION_VIEW_VIEW_SCM
      Operation type ("Integration.view.view_scm")
      See Also:
    • INTEGRATION_EDIT_EDIT_SCM

      public static final String INTEGRATION_EDIT_EDIT_SCM
      Operation type ("Integration.edit.edit_scm")
      See Also:
    • INTEGRATION_VIEW_VIEW_SWLA

      public static final String INTEGRATION_VIEW_VIEW_SWLA
      Operation type ("Integration.view.view_swla")
      See Also:
    • INTEGRATION_EDIT_EDIT_SWLA

      public static final String INTEGRATION_EDIT_EDIT_SWLA
      Operation type ("Integration.edit.edit_swla")
      See Also:
  • Constructor Details

    • OperationConstants

      public OperationConstants()