Package | Description |
---|---|
com.attivio.sdk.client.audit | |
com.attivio.sdk.esb | |
com.attivio.sdk.ingest | |
com.attivio.sdk.server.component.ingest |
Interfaces for all ingest related transformers and associated dependencies of those transformers.
|
com.attivio.sdk.service |
Modifier and Type | Method and Description |
---|---|
DocumentMode |
AuditDetail.getDocumentMode()
The
DocumentMode for the document. |
Modifier and Type | Field and Description |
---|---|
DocumentMode |
ProcessingResult.DocData.mode |
Constructor and Description |
---|
DocData(DocumentMode mode,
String id,
UUID correlationId) |
Modifier and Type | Field and Description |
---|---|
static DocumentMode |
IngestDocument.DEFAULT_DOCUMENT_MODE |
Modifier and Type | Method and Description |
---|---|
static DocumentMode |
DocumentMode.fromExternal(String value)
Converts an external value to a DocumentMode value.
|
static DocumentMode |
DocumentMode.fromOrdinal(int value) |
DocumentMode |
BulkUpdate.getDocumentMode()
Get the
DocumentMode for applying this bulk update. |
DocumentMode |
IngestDocument.getMode()
Gets the mode for ingesting this document.
|
static DocumentMode |
DocumentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentMode[] |
DocumentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkUpdate.setDocumentMode(DocumentMode mode)
Set the
DocumentMode for applying this bulk update. |
void |
IngestDocument.setMode(DocumentMode value)
Gets the mode for ingesting this document.
|
Constructor and Description |
---|
BulkUpdate(DocumentMode mode) |
BulkUpdate(UUID cid,
DocumentMode mode) |
BulkUpdate(UUID cid,
String workflow,
DocumentMode mode) |
BulkUpdate(UUID cid,
WorkflowQueue workflow,
DocumentMode mode) |
IngestDocument(String id,
DocumentMode mode)
Construct a new IngestDocument.
|
Modifier and Type | Field and Description |
---|---|
static Set<DocumentMode> |
HandlesSpecificDocumentModes.ALL_MODES
All document modes.
|
Modifier and Type | Method and Description |
---|---|
Set<DocumentMode> |
HandlesSpecificDocumentModes.getHandledDocumentModes()
Gets a set of
DocumentMode s that are handled by this stage. |
Modifier and Type | Field and Description |
---|---|
DocumentMode |
MockIngestApi.MockAuditDetail.docMode |
Modifier and Type | Method and Description |
---|---|
DocumentMode |
MockIngestApi.MockAuditDetail.getDocumentMode()
The
DocumentMode for the document. |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.