Uses of Interface
org.nuxeo.ecm.core.schema.PropertyCharacteristicHandler
Packages that use PropertyCharacteristicHandler
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of PropertyCharacteristicHandler in org.nuxeo.ecm.core.schema
Subinterfaces of PropertyCharacteristicHandler in org.nuxeo.ecm.core.schemaModifier and TypeInterfaceDescriptioninterface
The Schema Manager manages core document types, schemas, facets and field types.Classes in org.nuxeo.ecm.core.schema that implement PropertyCharacteristicHandler -
Uses of PropertyCharacteristicHandler in org.nuxeo.ecm.core.storage.mongodb
Fields in org.nuxeo.ecm.core.storage.mongodb declared as PropertyCharacteristicHandlerModifier and TypeFieldDescriptionprotected final PropertyCharacteristicHandler
MongoDBIndexCreator.handler
Constructors in org.nuxeo.ecm.core.storage.mongodb with parameters of type PropertyCharacteristicHandlerModifierConstructorDescriptionMongoDBIndexCreator
(PropertyCharacteristicHandler handler, com.mongodb.client.MongoCollection<org.bson.Document> collection)