Uses of Class
com.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
Package
Description
-
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeClassDescriptionclass
Represents a boolean restriction entity.final class
Represents a null (no) restriction entity.class
Represents a property restriction entity.ModifierConstructorDescriptionBooleanRestrictionEntity
(String booleanLogic, Collection<SearchRestrictionEntity> restrictions) Creates a new instance of BooleanRestrictionEntity. -
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionSearchController.searchGroups
(SearchRestrictionEntity searchRestrictionEntity, int maxResults, int startIndex, boolean expandGroup, boolean expandAttributes, URI baseUri) Searches for groups satisfying the restriction. -
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
SearchResource.search
(String entityType, int maxResults, int startIndex, SearchRestrictionEntity searchRestriction) -
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final SearchRestrictionEntity
SearchResourceExamples.SEARCH_RESTRICTION_ENTITY
-
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic SearchRestrictionEntity
SearchRestrictionEntityTranslator.toSearchRestrictionEntity
(SearchRestriction searchRestriction) Converts from a SearchRestriction a SearchRestrictionEntity.Modifier and TypeMethodDescriptionstatic SearchRestriction
SearchRestrictionEntityTranslator.toSearchRestriction
(SearchRestrictionEntity searchRestrictionEntity) Converts from a SearchRestrictionEntity to a SearchRestriction.