Liferay 6.2-ce-ga5

com.liferay.portal.kernel.webdav
Interface Resource

All Known Implementing Classes:
BaseResourceImpl

public interface Resource


Method Summary
 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)
           
 

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-ce-ga5