|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.version.report.LatestActivityVersionReport
public class LatestActivityVersionReport
LatestActivityVersionReport is applied to a version history to
identify the latest version that is selected from that version history by a
given activity.
| Field Summary | |
|---|---|
static ReportType |
LATEST_ACTIVITY_VERSION
|
| Constructor Summary | |
|---|---|
LatestActivityVersionReport()
|
|
| Method Summary | |
|---|---|
ReportType |
getType()
Returns LATEST_ACTIVITY_VERSION. |
void |
init(DavResource resource,
ReportInfo info)
Check all the preconditions for this report. |
boolean |
isMultiStatusReport()
Always returns false. |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ReportType LATEST_ACTIVITY_VERSION
| Constructor Detail |
|---|
public LatestActivityVersionReport()
| Method Detail |
|---|
public ReportType getType()
LATEST_ACTIVITY_VERSION.
getType in interface ReportReport.getType()public boolean isMultiStatusReport()
false.
isMultiStatusReport in interface ReportReport.isMultiStatusReport()
public void init(DavResource resource,
ReportInfo info)
throws DavException
init in interface ReportDavException - if a precondition is not met.Report.init(DavResource, ReportInfo)public Element toXml(Document document)
XmlSerializableElement. The given Document is used
as factory and represents the owner document of the returned DOM element.
toXml in interface XmlSerializabledocument - to be used as factory.
XmlSerializable.toXml(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||