Uses of Interface
org.nuxeo.ecm.core.model.Repository
Packages that use Repository
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of Repository in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type RepositoryModifier and TypeMethodDescriptionprotected boolean
S3BlobStore.supportsAsyncDigest
(Repository repository) -
Uses of Repository in org.nuxeo.ecm.core.model
Fields in org.nuxeo.ecm.core.model declared as RepositoryConstructors in org.nuxeo.ecm.core.model with parameters of type Repository -
Uses of Repository in org.nuxeo.ecm.core.repository
Methods in org.nuxeo.ecm.core.repository that return RepositoryModifier and TypeMethodDescriptionRepositoryService.getRepository
(String repositoryName) Gets a repository given its name. -
Uses of Repository in org.nuxeo.ecm.core.storage.dbs
Subinterfaces of Repository in org.nuxeo.ecm.core.storage.dbsModifier and TypeInterfaceDescriptioninterface
Interface for aRepository
for Document-Based Storage.Classes in org.nuxeo.ecm.core.storage.dbs that implement RepositoryModifier and TypeClassDescriptionclass
The DBS Cache layer used to cache some method call of real repositoryclass
Provides sharing behavior for repository sessions and other basic functions. -
Uses of Repository in org.nuxeo.ecm.core.storage.mem
Classes in org.nuxeo.ecm.core.storage.mem that implement Repository -
Uses of Repository in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement Repository -
Uses of Repository in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement RepositoryModifier and TypeClassDescriptionclass
Repository
implementation, to be extended by backend-specific initialization code. -
Uses of Repository in org.nuxeo.ecm.core.storage.sql.coremodel
Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Repository