Uses of Interface
com.arangodb.util.RawData
Packages that use RawData
-
Uses of RawData in com.arangodb
Methods in com.arangodb that return types with arguments of type RawDataModifier and TypeMethodDescriptionArangoCollection.deleteDocuments(RawData values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollectionAsync.deleteDocuments(RawData values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(RawData, DocumentDeleteOptions)ArangoCollection.insertDocuments(RawData values, DocumentCreateOptions options) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollectionAsync.insertDocuments(RawData values, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocuments(RawData, DocumentCreateOptions)ArangoCollection.replaceDocuments(RawData values, DocumentReplaceOptions options) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollectionAsync.replaceDocuments(RawData values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(RawData, DocumentReplaceOptions)ArangoCollection.updateDocuments(RawData values, DocumentUpdateOptions options) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollectionAsync.updateDocuments(RawData values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(RawData, DocumentUpdateOptions)Methods in com.arangodb with parameters of type RawDataModifier and TypeMethodDescriptionArangoCollection.deleteDocuments(RawData values) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments(RawData values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollectionAsync.deleteDocuments(RawData values) Asynchronous version ofArangoCollection.deleteDocuments(RawData)ArangoCollectionAsync.deleteDocuments(RawData values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(RawData, DocumentDeleteOptions)ArangoCollection.importDocuments(RawData values) Bulk imports the given values into the collection.ArangoCollection.importDocuments(RawData values, DocumentImportOptions options) Bulk imports the given values into the collection.ArangoCollectionAsync.importDocuments(RawData values) Asynchronous version ofArangoCollection.importDocuments(RawData)ArangoCollectionAsync.importDocuments(RawData values, DocumentImportOptions options) Asynchronous version ofArangoCollection.importDocuments(RawData, DocumentImportOptions)ArangoCollection.insertDocuments(RawData values) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments(RawData values, DocumentCreateOptions options) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollectionAsync.insertDocuments(RawData values) Asynchronous version ofArangoCollection.insertDocuments(RawData)ArangoCollectionAsync.insertDocuments(RawData values, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocuments(RawData, DocumentCreateOptions)ArangoCollection.replaceDocuments(RawData values) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollection.replaceDocuments(RawData values, DocumentReplaceOptions options) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollectionAsync.replaceDocuments(RawData values) Asynchronous version ofArangoCollection.replaceDocuments(RawData)ArangoCollectionAsync.replaceDocuments(RawData values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(RawData, DocumentReplaceOptions)ArangoCollection.updateDocuments(RawData values) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments(RawData values, DocumentUpdateOptions options) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollectionAsync.updateDocuments(RawData values) Asynchronous version ofArangoCollection.updateDocuments(RawData)ArangoCollectionAsync.updateDocuments(RawData values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(RawData, DocumentUpdateOptions) -
Uses of RawData in com.arangodb.util
Classes in com.arangodb.util that implement RawData