Uses of Class
org.nuxeo.ecm.core.schema.FacetDescriptor
Packages that use FacetDescriptor
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of FacetDescriptor in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema with type parameters of type FacetDescriptorModifier and TypeFieldDescriptionprotected List<FacetDescriptor>
SchemaManagerImpl.allFacets
All the registered facets.Methods in org.nuxeo.ecm.core.schema that return FacetDescriptorMethods in org.nuxeo.ecm.core.schema with parameters of type FacetDescriptorModifier and TypeMethodDescriptionprotected void
SchemaManagerImpl.recomputeFacet
(FacetDescriptor fd) void
SchemaManagerImpl.registerFacet
(FacetDescriptor fd) void
SchemaManagerImpl.unregisterFacet
(FacetDescriptor fd)