public interface SearchRequestAdminManager
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Long searchRequestId)
Delete a SearchRequest.
|
SearchRequest |
getSearchRequestById(Long id)
Return the search request as stored in the database.
|
EnclosedIterable<SearchRequest> |
getSearchRequests(com.atlassian.crowd.embedded.api.Group group)
Gets all
SearchRequests that are explicitly shared with a group. |
EnclosedIterable<SearchRequest> |
getSearchRequests(Project project)
Get all SearchRequests associate with a given project.
|
SearchRequest |
update(SearchRequest request)
Update a SearchRequest.
|
SearchRequest getSearchRequestById(Long id)
id - The id of the filterEnclosedIterable<SearchRequest> getSearchRequests(Project project)
Note: Permissions are NOT set for these objects.
project - Project that is associate with the filtersSearchRequest that have their project set to the given projectEnclosedIterable<SearchRequest> getSearchRequests(com.atlassian.crowd.embedded.api.Group group)
SearchRequests that are explicitly shared with a group.
Note: Permissions are NOT set for these objects.
group - The group associated with the SearchRequestsSearchRequest objects that are shared with the given groupSearchRequest update(SearchRequest request)
void delete(Long searchRequestId)
Copyright © 2002-2021 Atlassian. All Rights Reserved.