Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
Packages that use PropertyRestrictionEntity
Package
Description
Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common.
-
Uses of PropertyRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return PropertyRestrictionEntityModifier and TypeMethodDescriptionstatic PropertyRestrictionEntity
SearchRestrictionEntityTranslator.toPropertyRestrictionEntity
(com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction propertyRestriction) Converts from a PropertyRestriction to a PropertyRestrictionEntity.Methods in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type PropertyRestrictionEntityModifier and TypeMethodDescriptionstatic com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
SearchRestrictionEntityTranslator.toPropertyRestriction
(PropertyRestrictionEntity propertyRestrictionEntity) Converts from a PropertyRestrictionEntity to a PropertyRestriction.