|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.entity |
|---|
| Subclasses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.entity | |
|---|---|
class |
BooleanRestrictionEntity
Represents a boolean restriction entity. |
class |
NullRestrictionEntity
Represents a null (no) restriction entity. |
class |
PropertyRestrictionEntity
Represents a property restriction entity. |
| Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type SearchRestrictionEntity | |
|---|---|
java.util.Collection<SearchRestrictionEntity> |
BooleanRestrictionEntity.getRestrictions()
|
| Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type SearchRestrictionEntity | |
|---|---|
BooleanRestrictionEntity(java.lang.String booleanLogic,
java.util.Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity. |
|
| Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type SearchRestrictionEntity | |
|---|---|
GroupEntityList |
SearchController.searchGroups(java.lang.String applicationName,
SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandGroup,
java.net.URI baseUri)
Searches for groups satisfying the restriction. |
UserEntityList |
SearchController.searchUsers(java.lang.String applicationName,
SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandUser,
java.net.URI baseUri)
Searches for users satisfying the restriction. |
| Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.service.resources |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.resources with parameters of type SearchRestrictionEntity | |
|---|---|
javax.ws.rs.core.Response |
SearchResource.search(java.lang.String entityType,
int maxResults,
int startIndex,
SearchRestrictionEntity searchRestriction)
Searches for entities satisfying the given search restriction. |
| Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return SearchRestrictionEntity | |
|---|---|
static SearchRestrictionEntity |
SearchRestrictionEntityTranslator.toSearchRestrictionEntity(SearchRestriction searchRestriction)
Converts from a SearchRestriction a SearchRestrictionEntity. |
| Methods in com.atlassian.crowd.plugin.rest.util with parameters of type SearchRestrictionEntity | |
|---|---|
static SearchRestriction |
SearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity)
Converts from a SearchRestrictionEntity to a SearchRestriction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||