Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
-
Packages that use BooleanRestrictionEntity Package Description 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 BooleanRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return BooleanRestrictionEntity Modifier and Type Method Description static BooleanRestrictionEntity
SearchRestrictionEntityTranslator. 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 BooleanRestrictionEntity Modifier and Type Method Description static com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
SearchRestrictionEntityTranslator. toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity)
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
-