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 TypeMethodDescriptionjavax.ws.rs.core.Response
UserResource.searchGroups
(SearchRestrictionEntity searchRestrictionEntity, int startIndex, int maxResults) javax.ws.rs.core.Response
UserResource.searchUsers
(SearchRestrictionEntity searchRestrictionEntity, int startIndex, int maxResults) -
Uses of SearchRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Modifier and TypeClassDescriptionclass
Represents a boolean restriction entity.final class
Represents a null (no) restriction entity.class
Represents a property restriction entity.Methods in com.atlassian.confluence.functest.rest.admin.crowd that return SearchRestrictionEntityModifier and TypeMethodDescriptionstatic SearchRestrictionEntity
SearchRestrictionEntityTranslator.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.SearchRestriction
SearchRestrictionEntityTranslator.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.