|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.jql.util.JqlIssueSupportImpl
public class JqlIssueSupportImpl
Default implementation of JqlIssueSupport
.
Constructor Summary | |
---|---|
JqlIssueSupportImpl(IssueManager issueManager,
PermissionManager permissionManager)
|
Method Summary | |
---|---|
Issue |
getIssue(long id)
Get the issue given its id. |
Issue |
getIssue(long id,
com.atlassian.crowd.embedded.api.User user)
Get the issue given its id if the passed user can see it. |
Issue |
getIssue(long id,
User user)
Get the issue given its id if the passed user can see it. |
List<Issue> |
getIssues(String issueKey)
Get the issues with the passed key. |
List<Issue> |
getIssues(String issueKey,
com.atlassian.crowd.embedded.api.User user)
Get the issues with the passed key if the passed user can see it. |
List<Issue> |
getIssues(String issueKey,
User user)
Get the issues with the passed key if the passed user can see it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JqlIssueSupportImpl(IssueManager issueManager, PermissionManager permissionManager)
Method Detail |
---|
public Issue getIssue(long id, com.atlassian.crowd.embedded.api.User user)
JqlIssueSupport
getIssue
in interface JqlIssueSupport
id
- the id of the issue to retreieve. A null key is assumed not to exist within JIRA.user
- the user who must have permission to see the issue.
public Issue getIssue(long id, User user)
JqlIssueSupport
getIssue
in interface JqlIssueSupport
id
- the id of the issue to retreieve. A null key is assumed not to exist within JIRA.user
- the user who must have permission to see the issue.
public Issue getIssue(long id)
JqlIssueSupport
getIssue
in interface JqlIssueSupport
id
- the id of the issue to retrieve.
public List<Issue> getIssues(String issueKey, com.atlassian.crowd.embedded.api.User user)
JqlIssueSupport
getIssues
in interface JqlIssueSupport
issueKey
- they key of the issue to retreieve. A null key is assumed not to exist within JIRA.user
- the user who must have permission to see the issue.
for a version with no permission check
public List<Issue> getIssues(String issueKey, User user)
JqlIssueSupport
getIssues
in interface JqlIssueSupport
issueKey
- they key of the issue to retreieve. A null key is assumed not to exist within JIRA.user
- the user who must have permission to see the issue.
for a version with no permission check
public List<Issue> getIssues(String issueKey)
JqlIssueSupport
getIssues
in interface JqlIssueSupport
issueKey
- they key of the issue to retreieve. A null key is assumed not to exist within JIRA.
for a version with permission checks
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |