Uses of Class
org.nuxeo.ecm.core.schema.FacetDescriptor
-
Packages that use FacetDescriptor Package Description org.nuxeo.ecm.core.schema 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 FacetDescriptor Modifier and Type Field Description protected List<FacetDescriptor>
SchemaManagerImpl. allFacets
All the registered facets.Methods in org.nuxeo.ecm.core.schema that return FacetDescriptor Modifier and Type Method Description FacetDescriptor
SchemaManagerImpl. getFacetDescriptor(String name)
Methods in org.nuxeo.ecm.core.schema with parameters of type FacetDescriptor Modifier and Type Method Description protected void
SchemaManagerImpl. recomputeFacet(FacetDescriptor fd)
void
SchemaManagerImpl. registerFacet(FacetDescriptor fd)
void
SchemaManagerImpl. unregisterFacet(FacetDescriptor fd)
-