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. allFacetsAll the registered facets.Methods in org.nuxeo.ecm.core.schema that return FacetDescriptor Modifier and Type Method Description FacetDescriptorSchemaManagerImpl. getFacetDescriptor(String name)Methods in org.nuxeo.ecm.core.schema with parameters of type FacetDescriptor Modifier and Type Method Description protected voidSchemaManagerImpl. recomputeFacet(FacetDescriptor fd)voidSchemaManagerImpl. registerFacet(FacetDescriptor fd)voidSchemaManagerImpl. unregisterFacet(FacetDescriptor fd)
-