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 MongoDBSessionMongoDBReference. getMongoDBSession()MongoDBSessionMongoDBDirectory. getSession()Methods in org.nuxeo.directory.mongodb with parameters of type MongoDBSession Modifier and Type Method Description protected voidMongoDBReference. 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 voidMongoDBReference. initialize(MongoDBSession session)
-