Uses of Class
com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
Packages that use BooleanRestrictionEntity
-
Uses of BooleanRestrictionEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return BooleanRestrictionEntityModifier and TypeMethodDescriptionstatic BooleanRestrictionEntitySearchRestrictionEntityTranslator.toBooleanRestrictionEntity(BooleanRestriction booleanRestriction) Converts from a BooleanRestriction to a BooleanRestrictionEntity.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type BooleanRestrictionEntityModifier and TypeMethodDescriptionstatic BooleanRestrictionSearchRestrictionEntityTranslator.toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity) Converts from a BooleanRestrictionEntity to a BooleanRestriction.