A C D F G H I J M O R S W 

R

removeCollection() - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Permanently deletes all the documents that are stored in a collection and destroys the collection.
removeDocumentById(Integer) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Remove a document from a collection that is based on the given id.
removeDocumentById(Integer, JSONStoreRemoveOptions) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Remove a document from the collection that is based on the given id.
removeDocumentsById(List) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Remove list of documents from the collection that are based on the given ids.
removeDocumentsById(List, JSONStoreRemoveOptions) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Remove list of documents from the collection that are based on the given ids.
replaceDocument(JSONObject) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Replace a document in the collection.
replaceDocument(JSONObject, JSONStoreReplaceOptions) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Replace a document in the collection.
replaceDocuments(List) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Replace a list of documents in the collection.
replaceDocuments(List, JSONStoreReplaceOptions) - Method in class com.worklight.jsonstore.api.JSONStoreCollection
Replace a list of documents in the collection.
rollbackTransaction() - Method in class com.worklight.jsonstore.api.WLJSONStore
Roll back a transaction.
A C D F G H I J M O R S W 


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.