Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
Packages that use BooleanRestrictionEntity
Package
Description
Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common.
-
Uses of BooleanRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return BooleanRestrictionEntityModifier and TypeMethodDescriptionstatic BooleanRestrictionEntitySearchRestrictionEntityTranslator.toBooleanRestrictionEntity(com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction booleanRestriction) Converts from a BooleanRestriction to a BooleanRestrictionEntity.Methods in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type BooleanRestrictionEntityModifier and TypeMethodDescriptionstatic com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionSearchRestrictionEntityTranslator.toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity) Converts from a BooleanRestrictionEntity to a BooleanRestriction.