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.internal
Methods in com.arangodb.internal that return types with arguments of type RawDataModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.insertDocuments
(RawData values, DocumentCreateOptions options) ArangoCollectionImpl.insertDocuments
(RawData values, DocumentCreateOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) Methods in com.arangodb.internal with parameters of type RawDataModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.deleteDocuments
(RawData values) ArangoCollectionAsyncImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(RawData values) ArangoCollectionImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) protected InternalRequest
InternalArangoCollection.deleteDocumentsRequest
(RawData docs, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.importDocuments
(RawData values) ArangoCollectionAsyncImpl.importDocuments
(RawData values, DocumentImportOptions options) ArangoCollectionImpl.importDocuments
(RawData values) ArangoCollectionImpl.importDocuments
(RawData values, DocumentImportOptions options) protected InternalRequest
InternalArangoCollection.importDocumentsRequest
(RawData values, DocumentImportOptions options) ArangoCollectionAsyncImpl.insertDocuments
(RawData values) ArangoCollectionAsyncImpl.insertDocuments
(RawData values, DocumentCreateOptions options) ArangoCollectionImpl.insertDocuments
(RawData values) ArangoCollectionImpl.insertDocuments
(RawData values, DocumentCreateOptions options) protected InternalRequest
InternalArangoCollection.insertDocumentsRequest
(RawData values, DocumentCreateOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(RawData values) ArangoCollectionImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) protected InternalRequest
InternalArangoCollection.replaceDocumentsRequest
(RawData values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.updateDocuments
(RawData values) ArangoCollectionAsyncImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(RawData values) ArangoCollectionImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) protected InternalRequest
InternalArangoCollection.updateDocumentsRequest
(RawData values, DocumentUpdateOptions options) -
Uses of RawData in com.arangodb.util
Classes in com.arangodb.util that implement RawData