java.lang.Object | ||||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
↳ | org.mule.module.mongo.processors.AbstractConnectedProcessor | |||
↳ | org.mule.module.mongo.processors.UpdateObjectsMessageProcessor |
UpdateObjectsMessageProcessor invokes the updateObjects(java.lang.String, com.mongodb.DBObject, com.mongodb.DBObject, 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 | |||||||||||
_elementType | |||||||||||
_multiType | |||||||||||
_queryType | |||||||||||
_upsertType | |||||||||||
_writeConcernType | |||||||||||
collection | |||||||||||
element | |||||||||||
multi | |||||||||||
query | |||||||||||
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 element
| |||||||||||
Sets multi
| |||||||||||
Sets query
| |||||||||||
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 element
value | Value to set |
---|
Sets multi
value | Value to set |
---|
Sets query
value | Value to set |
---|
Sets upsert
value | Value to set |
---|
Sets writeConcern
value | Value to set |
---|
MuleException |
---|
MuleException |
---|