Uses of Class
com.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
Packages that use SearchRestrictionEntity
Package
Description
-
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.entity
Subclasses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.entityModifier and TypeClassDescriptionclassRepresents a boolean restriction entity.final classRepresents a null (no) restriction entity.classRepresents a property restriction entity.Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type SearchRestrictionEntityConstructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type SearchRestrictionEntityModifierConstructorDescriptionBooleanRestrictionEntity(String booleanLogic, 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 SearchRestrictionEntityModifier 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
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement with parameters of type SearchRestrictionEntityModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSearchResource.search(String entityType, int maxResults, int startIndex, SearchRestrictionEntity searchRestriction) -
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example declared as SearchRestrictionEntityModifier and TypeFieldDescriptionstatic final SearchRestrictionEntitySearchResourceExamples.SEARCH_RESTRICTION_ENTITY -
Uses of SearchRestrictionEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return SearchRestrictionEntityModifier and TypeMethodDescriptionstatic SearchRestrictionEntitySearchRestrictionEntityTranslator.toSearchRestrictionEntity(SearchRestriction searchRestriction) Converts from a SearchRestriction a SearchRestrictionEntity.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type SearchRestrictionEntityModifier and TypeMethodDescriptionstatic SearchRestrictionSearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity) Converts from a SearchRestrictionEntity to a SearchRestriction.