Uses of Class
org.nuxeo.ecm.core.schema.PrefetchInfo
Packages that use PrefetchInfo
Package
Description
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 PrefetchInfoModifier and TypeFieldDescriptionprotected PrefetchInfo
DocumentTypeImpl.prefetchInfo
protected PrefetchInfo
SchemaManagerImpl.prefetchInfo
Effective prefetch info.Methods in org.nuxeo.ecm.core.schema that return PrefetchInfoModifier and TypeMethodDescriptionDocumentType.getPrefetchInfo()
Gets the prefetch info, or null if no prefetch is defined.DocumentTypeImpl.getPrefetchInfo()
Methods in org.nuxeo.ecm.core.schema with parameters of type PrefetchInfoModifier and TypeMethodDescriptionvoid
DocumentTypeImpl.setPrefetchInfo
(PrefetchInfo prefetchInfo) Constructors in org.nuxeo.ecm.core.schema with parameters of type PrefetchInfoModifierConstructorDescriptionDocumentTypeImpl
(String name, DocumentType superType, List<Schema> schemas, Collection<String> facets, PrefetchInfo prefetchInfo) Constructs a document type.