Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.PropertyEntity
Packages that use PropertyEntity
Package
Description
Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common.
-
Uses of PropertyEntity in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return PropertyEntityModifier and TypeMethodDescriptionPropertyRestrictionEntity.getProperty()static PropertyEntitySearchRestrictionEntityTranslator.toPropertyEntity(com.atlassian.crowd.search.query.entity.restriction.Property property) Converts from a Property to a PropertyEntity.Methods in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type PropertyEntityModifier and TypeMethodDescriptionstatic com.atlassian.crowd.search.query.entity.restriction.PropertySearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.Constructors in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type PropertyEntityModifierConstructorDescriptionPropertyRestrictionEntity(PropertyEntity property, String matchMode, String value) Creates a new instance of RestPropertyRestriction.