java.lang.Object | ||||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
↳ | org.mule.module.mongo.processors.AbstractConnectedProcessor | |||
↳ | org.mule.module.mongo.processors.FindObjectsUsingQueryMapMessageProcessor |
FindObjectsUsingQueryMapMessageProcessor invokes the findObjectsUsingQueryMap(java.lang.String, java.util.Map, java.util.List, java.lang.Integer, java.lang.Integer, com.mongodb.DBObject)
method in MongoCloudConnector
. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_collectionType | |||||||||||
_fieldsType | |||||||||||
_limitType | |||||||||||
_numToSkipType | |||||||||||
_queryAttributesType | |||||||||||
_sortByType | |||||||||||
collection | |||||||||||
fields | |||||||||||
limit | |||||||||||
numToSkip | |||||||||||
queryAttributes | |||||||||||
sortBy |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the MessageProcessor.
| |||||||||||
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Sets collection
| |||||||||||
Sets fields
| |||||||||||
Sets limit
| |||||||||||
Sets numToSkip
| |||||||||||
Sets queryAttributes
| |||||||||||
Sets sortBy
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
operationName |
---|
Invokes the MessageProcessor.
event | MuleEvent to be processed |
---|
Exception |
---|
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
InitialisationException |
---|
Sets collection
value | Value to set |
---|
Sets fields
value | Value to set |
---|
Sets limit
value | Value to set |
---|
Sets numToSkip
value | Value to set |
---|
Sets queryAttributes
value | Value to set |
---|
Sets sortBy
value | Value to set |
---|
MuleException |
---|
MuleException |
---|