Uses of Class
org.nuxeo.ecm.core.schema.PropertyDescriptor
Packages that use 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
Fields in org.nuxeo.ecm.core.schema with type parameters of type PropertyDescriptorModifier and TypeFieldDescriptionprotected Map<String, Map<String, PropertyDescriptor>> SchemaManagerImpl.propertyCharacteristicsMap holding property characteristics with: schema -> path -> characteristic.Methods in org.nuxeo.ecm.core.schema that return PropertyDescriptorModifier and TypeMethodDescriptionprotected PropertyDescriptorPropertyDeprecationDescriptor.toPropertyDescriptor()Deprecated.Methods in org.nuxeo.ecm.core.schema with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected StringSchemaManagerImpl.getPrefixedName(PropertyDescriptor desc) Returns the property name prefixed by the schema prefix if any.Method parameters in org.nuxeo.ecm.core.schema with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected 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)