|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectService.GetProjectResult | |
---|---|
com.atlassian.jira.bc.project |
Uses of ProjectService.GetProjectResult in com.atlassian.jira.bc.project |
---|
Methods in com.atlassian.jira.bc.project that return ProjectService.GetProjectResult | |
---|---|
ProjectService.GetProjectResult |
ProjectService.getProjectById(ApplicationUser user,
Long id)
Used to retrieve a Project object by id. |
ProjectService.GetProjectResult |
ProjectService.getProjectById(com.atlassian.crowd.embedded.api.User user,
Long id)
Used to retrieve a Project object by id. |
ProjectService.GetProjectResult |
ProjectService.getProjectByIdForAction(ApplicationUser 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.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.getProjectByKey(ApplicationUser user,
String key)
Used to retrieve a Project object by key. |
ProjectService.GetProjectResult |
ProjectService.getProjectByKey(com.atlassian.crowd.embedded.api.User user,
String key)
Used to retrieve a Project object by key. |
ProjectService.GetProjectResult |
ProjectService.getProjectByKeyForAction(ApplicationUser user,
String key,
ProjectAction action)
Used to retrieve a Project object by key 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |