Uses of Interface
org.nuxeo.ecm.core.model.Repository
-
Packages that use Repository Package Description org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.model org.nuxeo.ecm.core.repository org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.mem org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of Repository in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type Repository Modifier and Type Method Description protected boolean
S3BlobStore. supportsAsyncDigest(Repository repository)
-
Uses of Repository in org.nuxeo.ecm.core.model
Fields in org.nuxeo.ecm.core.model declared as Repository Modifier and Type Field Description protected Repository
BaseSession. repository
Constructors in org.nuxeo.ecm.core.model with parameters of type Repository Constructor Description BaseSession(Repository repository)
-
Uses of Repository in org.nuxeo.ecm.core.repository
Methods in org.nuxeo.ecm.core.repository that return Repository Modifier and Type Method Description Repository
RepositoryService. 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.dbs Modifier and Type Interface Description interface
DBSRepository
Interface for aRepository
for Document-Based Storage.Classes in org.nuxeo.ecm.core.storage.dbs that implement Repository Modifier and Type Class Description class
DBSCachingRepository
The DBS Cache layer used to cache some method call of real repositoryclass
DBSRepositoryBase
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 Modifier and Type Class Description class
MemRepository
In-memory implementation of aDBSRepository
. -
Uses of Repository in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement Repository Modifier and Type Class Description class
MongoDBRepository
MongoDB implementation of aRepository
. -
Uses of Repository in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement Repository Modifier and Type Class Description class
RepositoryImpl
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 Constructor Description SQLSession(SessionImpl session, Repository repository)
-