|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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>> |
ProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user,
ProjectAction action)
Used to retrieve a list of Project objects. |
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 |
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. |
| Uses of ProjectAction in com.atlassian.jira.user |
|---|
| Methods in com.atlassian.jira.user with parameters of type ProjectAction | |
|---|---|
List<Project> |
UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction,
com.atlassian.crowd.embedded.api.User user)
Retreive the user's project history queue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||