Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntity
-
Packages that use SearchRestrictionEntity Package Description com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.functest.rest.admin.crowd 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 SearchRestrictionEntity Modifier and Type Method Description javax.ws.rs.core.ResponseUserResource. searchGroups(SearchRestrictionEntity searchRestrictionEntity, int startIndex, int maxResults)javax.ws.rs.core.ResponseUserResource. searchUsers(SearchRestrictionEntity searchRestrictionEntity, int startIndex, int maxResults) -
Uses of SearchRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Subclasses of SearchRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd Modifier and Type Class Description classBooleanRestrictionEntityRepresents a boolean restriction entity.classNullRestrictionEntityRepresents a null (no) restriction entity.classPropertyRestrictionEntityRepresents a property restriction entity.Methods in com.atlassian.confluence.functest.rest.admin.crowd that return SearchRestrictionEntity Modifier and Type Method Description static 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 SearchRestrictionEntity Modifier and Type Method Description Collection<SearchRestrictionEntity>BooleanRestrictionEntity. getRestrictions()Methods in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type SearchRestrictionEntity Modifier and Type Method Description static 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 SearchRestrictionEntity Constructor Description BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions)Creates a new instance of BooleanRestrictionEntity.
-