Uses of Class
com.atlassian.jira.bc.project.ProjectAction

Packages that use ProjectAction
com.atlassian.jira.bc.project   
com.atlassian.jira.user   
 

Uses of ProjectAction in com.atlassian.jira.bc.project
 

Methods in com.atlassian.jira.bc.project that return ProjectAction
static ProjectAction ProjectAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProjectAction[] ProjectAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.bc.project with parameters of type ProjectAction
 ServiceOutcome<List<Project>> DefaultProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user, ProjectAction action)
           
 ServiceOutcome<List<Project>> ProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user, ProjectAction action)
          Used to retrieve a list of Project objects.
 ProjectService.GetProjectResult DefaultProjectService.getProjectByIdForAction(com.atlassian.crowd.embedded.api.User user, Long id, ProjectAction action)
           
 ProjectService.GetProjectResult ProjectService.getProjectByIdForAction(com.atlassian.crowd.embedded.api.User user, Long id, ProjectAction action)
          Used to retrieve a Project object by id providing the user can perform the passed action on the project.
 ProjectService.GetProjectResult DefaultProjectService.getProjectByKeyForAction(com.atlassian.crowd.embedded.api.User user, String key, ProjectAction action)
           
 ProjectService.GetProjectResult ProjectService.getProjectByKeyForAction(com.atlassian.crowd.embedded.api.User user, String key, ProjectAction action)
          Used to retrieve a Project object by key providing the user can perform the passed action on the project.
 

Constructors in com.atlassian.jira.bc.project with parameters of type ProjectAction
DefaultProjectService.PermissionErrorResult(com.atlassian.crowd.embedded.api.User user, ProjectAction action)
           
 

Uses of ProjectAction in com.atlassian.jira.user
 

Methods in com.atlassian.jira.user with parameters of type ProjectAction
 List<Project> DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, com.atlassian.crowd.embedded.api.User user)
           
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.