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()
AuditDetail
getCorrelationId
in interface AuditDetail
public String getComponent()
getComponent
in interface AuditDetail
null
if created by clientpublic ProcessingResultCode getResultCode()
getResultCode
in interface AuditDetail
public ErrorCode getErrorCode()
getErrorCode
in interface AuditDetail
null
if no ErrorCode
was recorded, the error code otherwise.public String getExceptionClass()
getExceptionClass
in interface AuditDetail
null
if no Exception was recorded, the simple name of the exception class
otherwise.public String getErrorMessage()
getErrorMessage
in interface AuditDetail
public Date getDate()
getDate
in interface AuditDetail
public UUID getClientId()
getClientId
in interface AuditDetail
public String getMessageClass()
getMessageClass
in interface AuditDetail
public String getId()
getId
in interface AuditDetail
public long getSequenceId()
getSequenceId
in interface AuditDetail
public String getNode()
getNode
in interface AuditDetail
public String getAncestorId()
inner.zip
) contained in a zip (
main.zip
), this ID would be the main.zip
getAncestorId
in interface AuditDetail
public String getParentId()
inner.zip
) contained in a
zip (main.zip
), this ID would be the inner.zip
getParentId
in interface AuditDetail
public DocumentMode getDocumentMode()
DocumentMode
for the document.getDocumentMode
in interface AuditDetail
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.