Liferay 6.2.0

com.liferay.portal.kernel.webdav
Interface Resource

All Known Implementing Classes:
BaseResourceImpl

public interface Resource


Method Summary
abstract  String getClassName()
           
abstract  InputStream getContentAsStream()
           
abstract  String getContentType()
           
abstract  String getCreateDate()
           
abstract  String getDisplayName()
           
abstract  String getHREF()
           
abstract  Lock getLock()
           
abstract  Object getModel()
           
abstract  String getModifiedDate()
           
abstract  long getPrimaryKey()
           
abstract  long getSize()
           
abstract  boolean isCollection()
           
abstract  boolean isLocked()
           
abstract  void setClassName(String className)
           
abstract  void setModel(Object model)
           
abstract  void setPrimaryKey(long primaryKey)
           
 

Method Detail

getClassName

String getClassName()

getContentAsStream

InputStream getContentAsStream()
                               throws WebDAVException
Throws:
WebDAVException

getContentType

String getContentType()

getCreateDate

String getCreateDate()

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

void setClassName(String className)

setModel

void setModel(Object model)

setPrimaryKey

void setPrimaryKey(long primaryKey)

Liferay 6.2.0