com.liferay.portal.webdav
Interface Resource
- All Known Implementing Classes:
- BaseResourceImpl
- public interface Resource
View Source
- Author:
- Brian Wing Shun Chan
getHREF
public java.lang.String getHREF()
getDisplayName
public java.lang.String getDisplayName()
getCreateDate
public java.util.Date getCreateDate()
getModifiedDate
public java.util.Date getModifiedDate()
isFolder
public boolean isFolder()
getSize
public int getSize()
getModel
public java.lang.Object getModel()
setModel
public void setModel(java.lang.Object model)
getContentAsStream
public java.io.InputStream getContentAsStream()
throws WebDAVException
- Throws:
WebDAVException