public abstract class Reporter extends Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
abstract void |
dumpLog()
Dumps the information into the log system.
|
Map<String,List<ReporterEntry>> |
getEntries()
Gets the entries: map with the collected items organized on type of item.
|
String |
getTimeVelocity() |
void |
incrementDocumentNumber()
Increments the processed document number.
|
void |
log(String key,
ReporterEntry entry)
Stores an entry.
|
void |
logACLFailed(String documentLocation) |
void |
logDocumentImport(String documentLocation,
String cause) |
void |
logDocumentStructure(String documentLocation) |
void |
logFailUpdate(String documentLocation,
String errorMessage) |
void |
logMissingBlob(String documentLocation,
String blobLocation) |
void |
logMissingLivedoc(String documentLocation) |
void |
logMissingVersion(String documentLocation,
String versionId) |
void |
logNoChildren(String documentLocation) |
void |
logNoVersions(String documentLocation) |
void |
logTypeBlocked(String documentLocation,
String typeString) |
void |
logUnknownError(String documentLocation,
String errorMessage) |
public void clear()
public Map<String,List<ReporterEntry>> getEntries()
public void log(String key, ReporterEntry entry)
public void incrementDocumentNumber()
public void logDocumentStructure(String documentLocation)
public void logNoVersions(String documentLocation)
public void logNoChildren(String documentLocation)
public void logMissingLivedoc(String documentLocation)
public void logACLFailed(String documentLocation)
public abstract void dumpLog()
public String getTimeVelocity()
Copyright © 2013 Nuxeo SA. All Rights Reserved.