Package org.graylog2.database.export
Class MongoCollectionExportService
java.lang.Object
org.graylog2.database.export.MongoCollectionExportService
A general service for exporting limited list of Documents (with a selection of fields) from a collection in MongoDB.
Meant to be used when users have permissions to read the whole entity collection.
It will work with selective permissions as well (users having permissions to view some entities in the collection),
but performance may be low in that particular case.
-
Constructor Summary
ConstructorsConstructorDescriptionMongoCollectionExportService(MongoConnection mongoConnection, EntityPermissionsUtils permissionsUtils) -
Method Summary
-
Constructor Details
-
Method Details
-
export
-