Uses of Interface
org.nuxeo.ecm.core.schema.PropertyCharacteristicHandler
-
Packages that use PropertyCharacteristicHandler Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.core.storage.mongodb -
-
Uses of PropertyCharacteristicHandler in org.nuxeo.ecm.core.schema
Subinterfaces of PropertyCharacteristicHandler in org.nuxeo.ecm.core.schema Modifier and Type Interface Description interface
SchemaManager
The Schema Manager manages core document types, schemas, facets and field types.Classes in org.nuxeo.ecm.core.schema that implement PropertyCharacteristicHandler Modifier and Type Class Description class
SchemaManagerImpl
Schema Manager implementation. -
Uses of PropertyCharacteristicHandler in org.nuxeo.ecm.core.storage.mongodb
Fields in org.nuxeo.ecm.core.storage.mongodb declared as PropertyCharacteristicHandler Modifier and Type Field Description protected PropertyCharacteristicHandler
MongoDBIndexCreator. handler
Constructors in org.nuxeo.ecm.core.storage.mongodb with parameters of type PropertyCharacteristicHandler Constructor Description MongoDBIndexCreator(PropertyCharacteristicHandler handler, com.mongodb.client.MongoCollection<org.bson.Document> collection)
-