This page explains the MongoDB Adapter in Bridge context. If you were looking for the same information regarding the PAS Designer, refer to MongoDB Adapter in the Designer guide.

Use stereotype <<MongoDBAdapter>> on an action node to interact with a MongoDB and to insert, get and manipulate documents.

Inserting Documents

Using action insert you can insert one or more documents into a MongoDB. Refer to Action "insert" for a detailed description of all parameters and options.

Deleting Documents

Using action delete you can remove one or more documents from a MongoDB.

You can remove all documents by providing { } as queryString.
Refer to Action "delete" for a detailed description of all other parameters and options.