Uses of Class
com.atlassian.crowd.integration.rest.entity.SearchRestrictionEntity
Packages that use SearchRestrictionEntity
Package
Description
-
Uses of SearchRestrictionEntity in com.atlassian.crowd.integration.rest.entity
Subclasses of SearchRestrictionEntity in com.atlassian.crowd.integration.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.integration.rest.entity that return types with arguments of type SearchRestrictionEntityConstructor parameters in com.atlassian.crowd.integration.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.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return SearchRestrictionEntityModifier and TypeMethodDescriptionstatic SearchRestrictionEntitySearchRestrictionEntityTranslator.toSearchRestrictionEntity(SearchRestriction searchRestriction) Converts from a SearchRestriction a SearchRestrictionEntity.Methods in com.atlassian.crowd.integration.rest.util with parameters of type SearchRestrictionEntityModifier and TypeMethodDescriptionstatic SearchRestrictionSearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity) Converts from a SearchRestrictionEntity to a SearchRestriction.