Uses of Class
org.nuxeo.ecm.core.schema.ProxiesDescriptor
-
Packages that use ProxiesDescriptor Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. -
-
Uses of ProxiesDescriptor in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema with type parameters of type ProxiesDescriptor Modifier and Type Field Description protected List<ProxiesDescriptor>
SchemaManagerImpl. allProxies
All the registered proxy descriptors.Methods in org.nuxeo.ecm.core.schema with parameters of type ProxiesDescriptor Modifier and Type Method Description void
SchemaManagerImpl. registerProxies(ProxiesDescriptor pd)
void
SchemaManagerImpl. unregisterProxies(ProxiesDescriptor pd)
-