java.lang.Object | ||||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
↳ | org.mule.module.mongo.processors.AbstractConnectedProcessor | |||
↳ | org.mule.module.mongo.processors.UpdateObjectsByFunctionUsingMapMessageProcessor |
UpdateObjectsByFunctionUsingMapMessageProcessor invokes the updateObjectsByFunctionUsingMap(java.lang.String, java.lang.String, java.util.Map, java.util.Map, boolean, boolean, org.mule.module.mongo.api.WriteConcern)
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 | |||||||||||
_elementAttributesType | |||||||||||
_functionType | |||||||||||
_multiType | |||||||||||
_queryAttributesType | |||||||||||
_upsertType | |||||||||||
_writeConcernType | |||||||||||
collection | |||||||||||
elementAttributes | |||||||||||
function | |||||||||||
multi | |||||||||||
queryAttributes | |||||||||||
upsert | |||||||||||
writeConcern |
[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 elementAttributes
| |||||||||||
Sets function
| |||||||||||
Sets multi
| |||||||||||
Sets queryAttributes
| |||||||||||
Sets upsert
| |||||||||||
Sets writeConcern
| |||||||||||
[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 elementAttributes
value | Value to set |
---|
Sets function
value | Value to set |
---|
Sets multi
value | Value to set |
---|
Sets queryAttributes
value | Value to set |
---|
Sets upsert
value | Value to set |
---|
Sets writeConcern
value | Value to set |
---|
MuleException |
---|
MuleException |
---|