public interface Resource
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
InputStream |
getContentAsStream() |
String |
getContentType() |
String |
getCreateDate() |
String |
getDisplayName() |
String |
getHREF() |
Lock |
getLock() |
Object |
getModel() |
String |
getModifiedDate() |
long |
getPrimaryKey() |
long |
getSize() |
boolean |
isCollection() |
boolean |
isLocked() |
void |
setClassName(String className) |
void |
setModel(Object model) |
void |
setPrimaryKey(long primaryKey) |
String getClassName()
InputStream getContentAsStream() throws WebDAVException
WebDAVException
String getContentType()
String getCreateDate()
String getDisplayName()
String getHREF()
Lock getLock()
Object getModel()
String getModifiedDate()
long getPrimaryKey()
long getSize()
boolean isCollection()
boolean isLocked()
void setClassName(String className)
void setModel(Object model)
void setPrimaryKey(long primaryKey)