T - public abstract class CalDAVResource<T>
extends org.bedework.webdav.servlet.shared.WdEntity<T>
| Constructor and Description |
|---|
CalDAVResource()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getBinaryContent()
Return binary content
|
abstract long |
getContentLen() |
abstract String |
getContentType()
A content type of null implies no content (or we don't know)
|
abstract boolean |
getDeleted() |
abstract NotificationType.NotificationInfo |
getNotificationType() |
abstract long |
getQuotaSize()
This can be different from the content length
|
abstract boolean |
isNew() |
abstract void |
setBinaryContent(InputStream val)
Set the value
|
abstract void |
setContentType(String val)
Set the contentType - may be null for unknown
|
compareTo, getAliasUri, getCanPublish, getCanShare, getCreated, getDescription, getDisplayName, getEtag, getLastmod, getName, getOwner, getParentPath, getPath, getPreviousEtag, getProperty, hashCode, isAlias, resolveAlias, setCreated, setDescription, setDisplayName, setLastmod, setName, setOwner, setParentPath, setPath, setProperty, toString, toStringSegmentpublic CalDAVResource()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract boolean isNew()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract boolean getDeleted()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract void setBinaryContent(InputStream val) throws org.bedework.webdav.servlet.shared.WebdavException
val - InputStreamorg.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract InputStream getBinaryContent() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract long getContentLen()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract long getQuotaSize()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract void setContentType(String val) throws org.bedework.webdav.servlet.shared.WebdavException
val - String contentTypeorg.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract String getContentType() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract NotificationType.NotificationInfo getNotificationType() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionCopyright © 2018 Bedework. All rights reserved.