Uses of Class
org.nuxeo.ecm.core.schema.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. -
-
Uses of PropertyDescriptor in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema with type parameters of type PropertyDescriptor Modifier and Type Field Description protected Map<String,Map<String,PropertyDescriptor>>
SchemaManagerImpl. propertyCharacteristics
Map holding property characteristics with: schema -> path -> characteristic.Methods in org.nuxeo.ecm.core.schema that return PropertyDescriptor Modifier and Type Method Description protected PropertyDescriptor
PropertyDeprecationDescriptor. toPropertyDescriptor()
Deprecated.Method parameters in org.nuxeo.ecm.core.schema with type arguments of type PropertyDescriptor Modifier and Type Method Description protected 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)
-