public static class MockIngestApi.MockAuditDetail extends Object implements AuditDetail
| Modifier and Type | Field and Description |
|---|---|
String |
ancestor |
UUID |
clientId |
ProcessingResultCode |
code |
String |
component |
UUID |
correlationId |
Date |
date |
DocumentMode |
docMode |
String |
id |
String |
msgClass |
String |
node |
String |
parent |
long |
seq |
| Constructor and Description |
|---|
MockAuditDetail() |
MockAuditDetail(PlatformMessage msg,
ProcessingResultCode code) |
MockAuditDetail(UUID clientId,
IngestDocument doc,
ProcessingResultCode code) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAncestorId()
The initiating document id if any.
|
UUID |
getClientId() |
String |
getComponent() |
UUID |
getCorrelationId()
The unique id for a document update.
|
Date |
getDate() |
DocumentMode |
getDocumentMode()
The
DocumentMode for the document. |
ErrorCode |
getErrorCode() |
String |
getErrorMessage()
Returns the unstructured error message associated with a processing error.
|
String |
getExceptionClass() |
String |
getId()
The id (message or document) associated with the audit detail record.
|
String |
getMessageClass()
Message class associated with the audit detail.
|
String |
getNode()
k
|
String |
getParentId()
The immediate parent document id if any.
|
ProcessingResultCode |
getResultCode() |
long |
getSequenceId()
This value has meaning only after retrieval from the audit store.
|
public long seq
public Date date
public UUID clientId
public String id
public String msgClass
public ProcessingResultCode code
public String node
public UUID correlationId
public DocumentMode docMode
public String component
public String parent
public String ancestor
public MockAuditDetail()
public MockAuditDetail(UUID clientId, IngestDocument doc, ProcessingResultCode code)
public MockAuditDetail(PlatformMessage msg, ProcessingResultCode code)
public UUID getCorrelationId()
AuditDetailgetCorrelationId in interface AuditDetailpublic String getComponent()
getComponent in interface AuditDetailnull if created by clientpublic ProcessingResultCode getResultCode()
getResultCode in interface AuditDetailpublic ErrorCode getErrorCode()
getErrorCode in interface AuditDetailnull if no ErrorCode was recorded, the error code otherwise.public String getExceptionClass()
getExceptionClass in interface AuditDetailnull if no Exception was recorded, the simple name of the exception class
otherwise.public String getErrorMessage()
getErrorMessage in interface AuditDetailpublic Date getDate()
getDate in interface AuditDetailpublic UUID getClientId()
getClientId in interface AuditDetailpublic String getMessageClass()
getMessageClass in interface AuditDetailpublic String getId()
getId in interface AuditDetailpublic long getSequenceId()
getSequenceId in interface AuditDetailpublic String getNode()
getNode in interface AuditDetailpublic String getAncestorId()
inner.zip) contained in a zip (
main.zip), this ID would be the main.zipgetAncestorId in interface AuditDetailpublic String getParentId()
inner.zip) contained in a
zip (main.zip), this ID would be the inner.zipgetParentId in interface AuditDetailpublic DocumentMode getDocumentMode()
DocumentMode for the document.getDocumentMode in interface AuditDetailCopyright © 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.