Uses of Enum Class
com.atlassian.jira.bc.project.ProjectAction
Packages that use ProjectAction
Package
Description
-
Uses of ProjectAction in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return ProjectActionModifier and TypeMethodDescriptionstatic ProjectActionReturns the enum constant of this class with the specified name.static ProjectAction[]ProjectAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.bc.project with parameters of type ProjectActionModifier and TypeMethodDescriptionDefaultProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action) DefaultProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action, boolean includeArchived) ProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action) Used to retrieve a list ofProjectobjects.ProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action, boolean includeArchived) Deprecated.DefaultProjectService.getProjectByIdForAction(ApplicationUser user, Long id, ProjectAction action) ProjectService.getProjectByIdForAction(ApplicationUser user, Long id, ProjectAction action) Used to retrieve aProjectobject by id providing the user can perform the passed action on the project.DefaultProjectService.getProjectByKeyForAction(ApplicationUser user, String key, ProjectAction action) ProjectService.getProjectByKeyForAction(ApplicationUser user, String key, ProjectAction action) Used to retrieve aProjectobject by key providing the user can perform the passed action on the project.Constructors in com.atlassian.jira.bc.project with parameters of type ProjectActionModifierConstructorDescriptionprotectedPermissionErrorResult(ApplicationUser user, ProjectAction action) -
Uses of ProjectAction in com.atlassian.jira.issue.fields.config
Fields in com.atlassian.jira.issue.fields.config declared as ProjectActionModifier and TypeFieldDescriptionstatic final ProjectActionDefaultPrioritySchemeService.PROJECT_ACTION_PERMISSION -
Uses of ProjectAction in com.atlassian.jira.rest.util
Methods in com.atlassian.jira.rest.util with parameters of type ProjectActionModifier and TypeMethodDescriptionProjectFinder.getGetProjectForActionByIdOrKey(ApplicationUser user, String projectIdOrKey, ProjectAction action) -
Uses of ProjectAction in com.atlassian.jira.user
Methods in com.atlassian.jira.user with parameters of type ProjectActionModifier and TypeMethodDescriptionDefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, ApplicationUser user) UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, ApplicationUser user) Retreive the user's project history queue.
ProjectService.getAllProjectsForAction(ApplicationUser, ProjectAction)instead.