|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryService
Some handy methods to operate on Query objects.
| Method Summary | |
|---|---|
java.util.List<com.atlassian.jira.project.Project> |
getProjectsInProjectBasedQuery(com.atlassian.crowd.embedded.api.User user,
com.atlassian.query.Query projectBasedQuery)
Return the projects which are included in this query. |
boolean |
isQueryProjectBased(com.atlassian.query.Query query)
Determine whether this query is "project based"; i.e. |
| Method Detail |
|---|
boolean isQueryProjectBased(@Nullable
com.atlassian.query.Query query)
query - the query; may be null
java.util.List<com.atlassian.jira.project.Project> getProjectsInProjectBasedQuery(com.atlassian.crowd.embedded.api.User user,
@NotNull
com.atlassian.query.Query projectBasedQuery)
QueryContext information.
user - the user performing the queryprojectBasedQuery - the query; must not be null and must be a project-based query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||