Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2002-2014 Atlassian. All Rights Reserved.