Modifier and Type | Class and Description |
---|---|
class |
BooleanRestrictionEntity
Represents a boolean restriction entity.
|
class |
NullRestrictionEntity
Represents a null (no) restriction entity.
|
class |
PropertyRestrictionEntity
Represents a property restriction entity.
|
Modifier and Type | Method and Description |
---|---|
Collection<SearchRestrictionEntity> |
BooleanRestrictionEntity.getRestrictions() |
Constructor and Description |
---|
BooleanRestrictionEntity(String booleanLogic,
Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
GroupEntityList |
SearchController.searchGroups(SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandGroup,
boolean expandAttributes,
URI baseUri)
Searches for groups satisfying the restriction.
|
UserEntityList |
SearchController.searchUsers(SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandUser,
boolean expandAttributes,
URI baseUri)
Searches for users satisfying the restriction.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
SearchResource.search(String entityType,
int maxResults,
int startIndex,
SearchRestrictionEntity searchRestriction)
Searches for entities of entity-type (either 'user' or 'group') satisfying the given search restriction.
|
Modifier and Type | Method and Description |
---|---|
static SearchRestrictionEntity |
SearchRestrictionEntityTranslator.toSearchRestrictionEntity(SearchRestriction searchRestriction)
Converts from a SearchRestriction a SearchRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
static SearchRestriction |
SearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity)
Converts from a SearchRestrictionEntity to a SearchRestriction.
|
Copyright © 2020 Atlassian. All rights reserved.