Uses of Class
com.atlassian.crowd.plugin.rest.entity.PropertyEntity
Packages that use PropertyEntity
-
Uses of PropertyEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return PropertyEntityConstructors in com.atlassian.crowd.plugin.rest.entity with parameters of type PropertyEntityModifierConstructorDescriptionPropertyRestrictionEntity(PropertyEntity property, String matchMode, String value) Creates a new instance of RestPropertyRestriction. -
Uses of PropertyEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return PropertyEntityModifier and TypeMethodDescriptionstatic PropertyEntitySearchRestrictionEntityTranslator.toPropertyEntity(com.atlassian.crowd.search.query.entity.restriction.Property property) Converts from a Property to a PropertyEntity.Methods in com.atlassian.crowd.plugin.rest.util 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.