Package | Description |
---|---|
com.attivio.sdk.client.audit | |
com.attivio.sdk.esb | |
com.attivio.sdk.service |
Modifier and Type | Method and Description |
---|---|
ProcessingResultCode |
AuditDetail.getResultCode() |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
AuditReaderApi.getDocuments(EnumSet<ProcessingResultCode> codeSet,
Date start,
Date end)
Returns a list of IDs for all documents for which a
resultCode in codeSet was received at some point during
content processing. |
Iterable<String> |
AuditReaderApi.getDocuments(EnumSet<ProcessingResultCode> codeSet,
UUID clientId)
Returns a list of IDs for all documents for which a
resultCode in codeSet was received at some point during
content processing. |
Modifier and Type | Field and Description |
---|---|
ProcessingResultCode |
ProcessingResult.Data.code |
Modifier and Type | Method and Description |
---|---|
static ProcessingResultCode |
ProcessingResultCode.fromExternal(String value)
Converts an external value to a ProcessingResultCode value.
|
ProcessingResultCode |
ProcessingResult.getCode(String docId)
Returns the worst code as determined by the ordinal of the
ProcessingResultCode . |
static ProcessingResultCode |
ProcessingResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingResultCode[] |
ProcessingResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
ProcessingResultCode |
MockIngestApi.MockAuditDetail.code |
Modifier and Type | Method and Description |
---|---|
ProcessingResultCode |
MockIngestApi.MockAuditDetail.getResultCode() |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
MockIngestAuditApi.getDocuments(EnumSet<ProcessingResultCode> codeSet,
Date start,
Date end)
Returns a list of IDs for all documents for which a
resultCode in codeSet was received at some point during
content processing. |
Iterable<String> |
MockIngestAuditApi.getDocuments(EnumSet<ProcessingResultCode> codeSet,
UUID clientId)
Returns a list of IDs for all documents for which a
resultCode in codeSet was received at some point during
content processing. |
Constructor and Description |
---|
MockAuditDetail(PlatformMessage msg,
ProcessingResultCode code) |
MockAuditDetail(UUID clientId,
IngestDocument doc,
ProcessingResultCode code) |
Constructor and Description |
---|
ResultCodeFilter(com.attivio.sdk.service.MockIngestAuditApi.Collector base,
Set<ProcessingResultCode> codeSet) |
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.