org.apache.jackrabbit.core.persistence.check
Interface ReportItem

All Known Implementing Classes:
ReportItemImpl

public interface ReportItem

An item reported inside a ConsistencyChecker.Report.


Method Summary
 String getMessage()
           
 String getNodeId()
           
 

Method Detail

getNodeId

String getNodeId()
Returns:
node id to which the message applies

getMessage

String getMessage()
Returns:
message


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.