Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.PropertyEntity
-
Packages that use PropertyEntity 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 PropertyEntity in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return PropertyEntity Modifier and Type Method Description PropertyEntityPropertyRestrictionEntity. 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 PropertyEntity Modifier and Type Method Description static 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 PropertyEntity Constructor Description PropertyRestrictionEntity(PropertyEntity property, String matchMode, String value)Creates a new instance of RestPropertyRestriction.
-