Package | Description |
---|---|
org.nuxeo.ecm.platform.replication.summary |
Modifier and Type | Class and Description |
---|---|
class |
ReporterEntryACLFailed
The entry marking failure to update the ACL on document.
|
class |
ReporterEntryDocumentImport
The entry marking a unrecoverable error when core importing.
|
class |
ReporterEntryDocumentStructure
The entry marking a unrecoverable error in the document structure.
|
class |
ReporterEntryFailUpdate
The entry marking error in custom processing of the XML structure.
|
class |
ReporterEntryMissingBlob
The entry marking the missing blob error.
|
class |
ReporterEntryMissingLiveDocument
The entry marking the missing head living document for a particular version /
proxy.
|
class |
ReporterEntryMissingVersion
The entry marking the missing specific required version.
|
class |
ReporterEntryNoChildren
The entry marking the error trying to retrieve the children of the current
document (the one just to export).
|
class |
ReporterEntryNoVersions
The entry marking the error trying to retrieve the versions of the current
document (the one just to export).
|
class |
ReporterEntryTypeBlocked
The entry marking the choice of not importing the particular type of
documents.
|
class |
ReporterEntryUnknownError
The entry marking an unknown error in processing.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<ReporterEntry>> |
Reporter.getEntries()
Gets the entries: map with the collected items organized on type of item.
|
Modifier and Type | Method and Description |
---|---|
void |
Reporter.log(String key,
ReporterEntry entry)
Stores an entry.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.