Class WebdavNsIntf.PutContentResult
java.lang.Object
org.bedework.webdav.servlet.shared.WebdavNsIntf.PutContentResult
- Enclosing class:
- WebdavNsIntf
Result for putContent
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue if createdbooleanTrue if we can emit Etag.Same node or new node for creation -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
Same node or new node for creation -
created
public boolean createdTrue if created -
emitEtag
public boolean emitEtagTrue if we can emit Etag. This implies a subsequent GET will return an EXACT byte-for-byte representation of the entity we just PUT.If that is not the case this MUST be left FALSE
-
-
Constructor Details
-
PutContentResult
public PutContentResult()
-