Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
-
Packages that use PropertyRestrictionEntity 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 PropertyRestrictionEntity in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return PropertyRestrictionEntity Modifier and Type Method Description static PropertyRestrictionEntitySearchRestrictionEntityTranslator. 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 PropertyRestrictionEntity Modifier and Type Method Description static com.atlassian.crowd.search.query.entity.restriction.PropertyRestrictionSearchRestrictionEntityTranslator. toPropertyRestriction(PropertyRestrictionEntity propertyRestrictionEntity)Converts from a PropertyRestrictionEntity to a PropertyRestriction.
-