Class WdSynchReport.WdSynchReportItem
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.WdSynchReport.WdSynchReportItem
-
- All Implemented Interfaces:
Comparable<WdSynchReport.WdSynchReportItem>
- Enclosing class:
- WdSynchReport
public static class WdSynchReport.WdSynchReportItem extends Object implements Comparable<WdSynchReport.WdSynchReportItem>
The changed entity may be an event or a collection. If it is deleted then it will be marked as tombstoned.- Author:
- douglm
-
-
Constructor Summary
Constructors Constructor Description WdSynchReportItem(WebdavNsNode node, String token, boolean canSync)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WdSynchReport.WdSynchReportItem that)booleanequals(Object o)booleangetCanSync()False if we can't do a direct sync report.WebdavNsNodegetNode()The nodeinthashCode()
-
-
-
Constructor Detail
-
WdSynchReportItem
public WdSynchReportItem(WebdavNsNode node, String token, boolean canSync) throws WebdavException
- Parameters:
node-token-canSync-- Throws:
WebdavException
-
-
Method Detail
-
getNode
public WebdavNsNode getNode()
The node- Returns:
- node
-
getCanSync
public boolean getCanSync()
False if we can't do a direct sync report.- Returns:
- boolean
-
compareTo
public int compareTo(WdSynchReport.WdSynchReportItem that)
- Specified by:
compareToin interfaceComparable<WdSynchReport.WdSynchReportItem>
-
-