Uses of Class
com.atlassian.crowd.plugin.rest.entity.PropertyEntity
-
Uses of PropertyEntity in com.atlassian.crowd.plugin.rest.entity
ModifierConstructorDescriptionPropertyRestrictionEntity
(PropertyEntity property, String matchMode, String value) Creates a new instance of RestPropertyRestriction. -
Uses of PropertyEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic PropertyEntity
SearchRestrictionEntityTranslator.toPropertyEntity
(Property property) Converts from a Property to a PropertyEntity.Modifier and TypeMethodDescriptionstatic Property
SearchRestrictionEntityTranslator.toProperty
(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.