Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.replication.summary
Class ReporterEntryMissingVersion

java.lang.Object
  extended by org.nuxeo.ecm.platform.replication.summary.ReporterEntry
      extended by org.nuxeo.ecm.platform.replication.summary.ReporterEntryMissingVersion

public class ReporterEntryMissingVersion
extends ReporterEntry

The entry marking the missing specific required version. The wanted version is named also.

Author:
rux

Field Summary
static String MISSING_VERSION_KEY
           
 String versionName
           
 
Fields inherited from class org.nuxeo.ecm.platform.replication.summary.ReporterEntry
documentId, documentName, documentPath
 
Constructor Summary
ReporterEntryMissingVersion()
           
ReporterEntryMissingVersion(String documentId, String documentName, String documentPath, String versionName)
           
 
Method Summary
 String getRepresentation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionName

public String versionName

MISSING_VERSION_KEY

public static final String MISSING_VERSION_KEY
See Also:
Constant Field Values
Constructor Detail

ReporterEntryMissingVersion

public ReporterEntryMissingVersion(String documentId,
                                   String documentName,
                                   String documentPath,
                                   String versionName)

ReporterEntryMissingVersion

public ReporterEntryMissingVersion()
Method Detail

getRepresentation

public String getRepresentation()
Specified by:
getRepresentation in class ReporterEntry

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.