Package com.liferay.portal.kernel.webdav
Interface Resource
- All Known Implementing Classes:
BaseResourceImpl
public interface Resource
- Author:
- Brian Wing Shun Chan, Alexander Chow
-
Method Summary
Modifier and TypeMethodDescriptiongetHREF()
getLock()
getModel()
long
long
getSize()
boolean
boolean
isLocked()
void
setClassName
(String className) void
void
setPrimaryKey
(long primaryKey)
-
Method Details
-
getClassName
String getClassName() -
getContentAsStream
- Throws:
WebDAVException
-
getContentType
String getContentType() -
getCreateDateString
String getCreateDateString() -
getDisplayName
String getDisplayName() -
getHREF
String getHREF() -
getLock
Lock getLock() -
getModel
Object getModel() -
getModifiedDate
String getModifiedDate() -
getPrimaryKey
long getPrimaryKey() -
getSize
long getSize() -
isCollection
boolean isCollection() -
isLocked
boolean isLocked() -
setClassName
-
setModel
-
setPrimaryKey
void setPrimaryKey(long primaryKey)
-