Business rules can use the following binds for the integration with MongoDB.
Each bind is defined in the sections below.
Configuration
To use any bind:
When used in a business action referenced from the 'Mongo delivery' plugin, this bind gives access to a JSON object for the data that has just been persisted.
This bind gives access to an object with the following methods:
getMongo()
The MongoDB database is accessed via the com.mongodb.Mongo object. For more information, see http://api.mongodb.org/java/current/com/mongodb/Mongo.html.
getContext()
getContextID()
getRawDBName()
2018, Stibo Systems