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 void
ContentFeeder. bulkUpdate(BulkUpdate message)
Sendmessage
to AIE. -
Uses of BulkUpdate in com.attivio.connector
Methods in com.attivio.connector with parameters of type BulkUpdate Modifier and Type Method Description void
ConcurrentScannerMessagePublisher. 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 void
DocumentOutputClient. bulkUpdate(BulkUpdate message)
Sendmessage
to 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 void
DocumentPublisher. bulkUpdate(BulkUpdate bulkUpdateMessage)
Issue a bulk update.void
MockPublisher. 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 BulkUpdate
BulkUpdate. 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 void
MockIngestClient. 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 BulkUpdate
BulkUpdateConverter. newBulkUpdate()
-