Uses of Class
org.nuxeo.directory.mongodb.MongoDBSession
-
Packages that use MongoDBSession Package Description org.nuxeo.directory.mongodb -
-
Uses of MongoDBSession in org.nuxeo.directory.mongodb
Methods in org.nuxeo.directory.mongodb that return MongoDBSession Modifier and Type Method Description protected MongoDBSession
MongoDBReference. getMongoDBSession()
MongoDBSession
MongoDBDirectory. getSession()
Methods in org.nuxeo.directory.mongodb with parameters of type MongoDBSession Modifier and Type Method Description protected void
MongoDBReference. createIndexes(MongoDBSession session)
protected com.mongodb.client.MongoCollection<org.bson.Document>
MongoDBReference. getCollection(MongoDBSession session)
List<String>
MongoDBReference. getTargetIdsForSource(String sourceId, MongoDBSession session)
Retrieves all target ids associated to the given source idprotected void
MongoDBReference. initialize(MongoDBSession session)
-