public interface SearchService
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.jira.project.Project> |
get(String pql)
Deprecated.
|
List<com.atlassian.jira.project.Project> |
get(String pql,
com.atlassian.jira.user.ApplicationUser user)
Deprecated.
|
SearchResult |
search(String pql,
com.atlassian.jira.user.ApplicationUser user)
Get the SearchResult from a pql for a user
|
boolean |
validate(String pql)
Validate the pql
|
@Deprecated List<com.atlassian.jira.project.Project> get(String pql)
pql
- the pql@Deprecated List<com.atlassian.jira.project.Project> get(String pql, com.atlassian.jira.user.ApplicationUser user)
pql
- the pqluser
- the userSearchResult search(String pql, com.atlassian.jira.user.ApplicationUser user)
pql
- the pqluser
- the userboolean validate(String pql)
pql
- the pqlCopyright © 2022 DEISER. All Rights Reserved.