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 PrefetchInfo
DocumentTypeImpl. prefetchInfo
protected PrefetchInfo
SchemaManagerImpl. prefetchInfo
Effective prefetch info.Methods in org.nuxeo.ecm.core.schema that return PrefetchInfo Modifier and Type Method Description PrefetchInfo
DocumentType. getPrefetchInfo()
Gets the prefetch info, or null if no prefetch is defined.PrefetchInfo
DocumentTypeImpl. getPrefetchInfo()
Methods in org.nuxeo.ecm.core.schema with parameters of type PrefetchInfo Modifier and Type Method Description void
DocumentTypeImpl. 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.
-