Uses of Class
org.nuxeo.ecm.core.schema.PropertyDescriptor
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of PropertyDescriptor in org.nuxeo.ecm.core.schema
Modifier and TypeFieldDescriptionprotected Map<String,
Map<String, PropertyDescriptor>> SchemaManagerImpl.propertyCharacteristics
Map holding property characteristics with: schema -> path -> characteristic.Modifier and TypeMethodDescriptionprotected PropertyDescriptor
PropertyDeprecationDescriptor.toPropertyDescriptor()
Deprecated.Modifier and TypeMethodDescriptionprotected boolean
SchemaManagerImpl.checkPropertyCharacteristic
(String schema, String path, Predicate<PropertyDescriptor> predicate) protected <R> Set<R>
SchemaManagerImpl.getPropertyCharacteristics
(String schema, Predicate<PropertyDescriptor> predicate, Function<PropertyDescriptor, R> function) protected <R> Set<R>
SchemaManagerImpl.getPropertyCharacteristics
(String schema, Predicate<PropertyDescriptor> predicate, Function<PropertyDescriptor, R> function) protected void
SchemaManagerImpl.registerPropertyCharacteristics
(List<PropertyDescriptor> descriptors)