Class ListCollectionsCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.ReadMongoCommand<ListCollectionsCommand>
de.caluga.morphium.driver.commands.ListCollectionsCommand
- All Implemented Interfaces:
MultiResultCommand,Iterable<Map<String,Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAuthorizedCollections(Boolean authorizedCollections) setNameOnly(Boolean nameOnly) Methods inherited from class de.caluga.morphium.driver.commands.ReadMongoCommand
execute, executeIterable, getReadPreference, iterator, setReadPreferenceMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface de.caluga.morphium.driver.commands.MultiResultCommand
asMap, getMetaData
-
Constructor Details
-
ListCollectionsCommand
-
-
Method Details
-
getFilter
-
setFilter
-
getNameOnly
-
setNameOnly
-
getAuthorizedCollections
-
setAuthorizedCollections
-
addFilter
-
setColl
- Overrides:
setCollin classMongoCommand<ListCollectionsCommand>
-
fromMap
- Overrides:
fromMapin classMongoCommand<ListCollectionsCommand>
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<ListCollectionsCommand>
-