Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntity
Packages that use SearchRestrictionEntity
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common.
-
Uses of SearchRestrictionEntity in com.atlassian.confluence.functest.rest.admin
Methods in com.atlassian.confluence.functest.rest.admin with parameters of type SearchRestrictionEntityModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUserResource.searchGroups(SearchRestrictionEntity searchRestrictionEntity, int startIndex, int maxResults) jakarta.ws.rs.core.ResponseUserResource.searchUsers(SearchRestrictionEntity searchRestrictionEntity, int startIndex, int maxResults) -
Uses of SearchRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Modifier and TypeClassDescriptionclassRepresents a boolean restriction entity.final classRepresents a null (no) restriction entity.classRepresents a property restriction entity.Methods in com.atlassian.confluence.functest.rest.admin.crowd that return SearchRestrictionEntityModifier and TypeMethodDescriptionstatic SearchRestrictionEntitySearchRestrictionEntityTranslator.toSearchRestrictionEntity(com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction) Converts from a SearchRestriction a SearchRestrictionEntity.Methods in com.atlassian.confluence.functest.rest.admin.crowd that return types with arguments of type SearchRestrictionEntityMethods in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type SearchRestrictionEntityModifier and TypeMethodDescriptionstatic com.atlassian.crowd.embedded.api.SearchRestrictionSearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity) Converts from a SearchRestrictionEntity to a SearchRestriction.Constructor parameters in com.atlassian.confluence.functest.rest.admin.crowd with type arguments of type SearchRestrictionEntityModifierConstructorDescriptionBooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions) Creates a new instance of BooleanRestrictionEntity.