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. propertyCharacteristicsMap holding property characteristics with: schema -> path -> characteristic.Methods in org.nuxeo.ecm.core.schema that return PropertyDescriptor Modifier and Type Method Description protected PropertyDescriptorPropertyDeprecationDescriptor. toPropertyDescriptor()Deprecated.Method parameters in org.nuxeo.ecm.core.schema with type arguments of type PropertyDescriptor Modifier and Type Method Description protected booleanSchemaManagerImpl. 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 voidSchemaManagerImpl. registerPropertyCharacteristics(List<PropertyDescriptor> descriptors)
-