Uses of Class
org.nuxeo.ecm.core.schema.PrefetchInfo
-
Packages that use PrefetchInfo Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. -
-
Uses of PrefetchInfo in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as PrefetchInfo Modifier and Type Field Description protected PrefetchInfoDocumentTypeImpl. prefetchInfoprotected PrefetchInfoSchemaManagerImpl. prefetchInfoEffective prefetch info.Methods in org.nuxeo.ecm.core.schema that return PrefetchInfo Modifier and Type Method Description PrefetchInfoDocumentType. getPrefetchInfo()Gets the prefetch info, or null if no prefetch is defined.PrefetchInfoDocumentTypeImpl. getPrefetchInfo()Methods in org.nuxeo.ecm.core.schema with parameters of type PrefetchInfo Modifier and Type Method Description voidDocumentTypeImpl. setPrefetchInfo(PrefetchInfo prefetchInfo)Constructors in org.nuxeo.ecm.core.schema with parameters of type PrefetchInfo Constructor Description DocumentTypeImpl(String name, DocumentType superType, List<Schema> schemas, Collection<String> facets, PrefetchInfo prefetchInfo)Constructs a document type.
-