|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xdms.common.XcapDiffInfo
public class XcapDiffInfo
Class containing xcap-diff information. This class is sent over SIBus from NotifyXcapFilter to the listener, so it must be Serializable.
Constructor Summary | |
---|---|
XcapDiffInfo()
No argument constructor for serialization |
|
XcapDiffInfo(java.lang.String auid,
java.lang.String xcapRoot,
java.lang.String documentSelector,
long oldETag,
long newETag,
java.lang.String lastModifierIdentity,
java.util.Date lastModifiedDate)
Constructs an XcapDiffInfo object given all the fields explicitly. |
|
XcapDiffInfo(XcapServerRequest request,
XcapServerResponse response)
Constructs an XcapDiffInfo object based on XcapServerRequest and XcapServerResponse. |
Method Summary | |
---|---|
java.lang.String |
getAuid()
|
java.lang.String |
getDocumentSelector()
|
java.util.Date |
getLastModifiedDate()
|
java.lang.String |
getLastModifierIdentity()
|
long |
getNewETag()
|
long |
getOldETag()
|
java.lang.String |
getXcapRoot()
|
void |
setAuid(java.lang.String auid)
|
void |
setDocumentSelector(java.lang.String documentSelector)
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
|
void |
setLastModifierIdentity(java.lang.String lastModifierIdentity)
|
void |
setNewETag(long newETag)
|
void |
setOldETag(long oldETag)
|
void |
setXcapRoot(java.lang.String xcapRoot)
|
java.lang.String |
toString()
|
java.lang.String |
toXmlString()
Returns the XML String representation of the XcapDiffInfo object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XcapDiffInfo()
public XcapDiffInfo(XcapServerRequest request, XcapServerResponse response) throws XdmsException
request
- response
-
XdmsException
public XcapDiffInfo(java.lang.String auid, java.lang.String xcapRoot, java.lang.String documentSelector, long oldETag, long newETag, java.lang.String lastModifierIdentity, java.util.Date lastModifiedDate)
auid
- AUIDxcapRoot
- XCAP rootdocumentSelector
- document selectoroldETag
- The previous e-tag of the documentnewETag
- The new e-tag of the documentlastModifierIdentity
- User who last mofified the documentlastModifiedDate
- Date of last updateMethod Detail |
---|
public java.lang.String getAuid()
public void setAuid(java.lang.String auid)
auid
- the auid to setpublic java.lang.String getDocumentSelector()
public void setDocumentSelector(java.lang.String documentSelector)
documentSelector
- the documentSelector to setpublic java.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate
- the lastModifiedDate to setpublic java.lang.String getLastModifierIdentity()
public void setLastModifierIdentity(java.lang.String lastModifierIdentity)
lastModifierIdentity
- the lastModifierIdentity to setpublic long getNewETag()
public void setNewETag(long newETag)
newETag
- the newETag to setpublic long getOldETag()
public void setOldETag(long oldETag)
oldETag
- the oldETag to setpublic java.lang.String getXcapRoot()
public void setXcapRoot(java.lang.String xcapRoot)
xcapRoot
- the xcapRoot to setpublic java.lang.String toXmlString()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |