Uses of Class
com.attivio.sdk.ingest.BulkUpdate
-
Packages that use BulkUpdate Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.connector com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.connector com.attivio.sdk.ingest com.attivio.sdk.test com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of BulkUpdate in com.attivio.client
Methods in com.attivio.client with parameters of type BulkUpdate Modifier and Type Method Description voidContentFeeder. bulkUpdate(BulkUpdate message)Sendmessageto AIE. -
Uses of BulkUpdate in com.attivio.connector
Methods in com.attivio.connector with parameters of type BulkUpdate Modifier and Type Method Description voidConcurrentScannerMessagePublisher. bulkUpdate(BulkUpdate bulkUpdateMessage) -
Uses of BulkUpdate in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type BulkUpdate Modifier and Type Method Description voidDocumentOutputClient. bulkUpdate(BulkUpdate message)Sendmessageto AIE. -
Uses of BulkUpdate in com.attivio.sdk.connector
Methods in com.attivio.sdk.connector with parameters of type BulkUpdate Modifier and Type Method Description voidDocumentPublisher. bulkUpdate(BulkUpdate bulkUpdateMessage)Issue a bulk update.voidMockPublisher. bulkUpdate(BulkUpdate message) -
Uses of BulkUpdate in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return BulkUpdate Modifier and Type Method Description BulkUpdateBulkUpdate. clone()Clones the object and resets message ID to -1. -
Uses of BulkUpdate in com.attivio.sdk.test
Methods in com.attivio.sdk.test that return types with arguments of type BulkUpdate Modifier and Type Method Description java.util.List<BulkUpdate>MockIngestClient. getBulkList()Methods in com.attivio.sdk.test with parameters of type BulkUpdate Modifier and Type Method Description voidMockIngestClient. bulkUpdate(BulkUpdate message) -
Uses of BulkUpdate in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return BulkUpdate Modifier and Type Method Description protected BulkUpdateBulkUpdateConverter. newBulkUpdate()
-