Interface Resource

All Known Implementing Classes:
BaseResourceImpl

public interface Resource
Author:
Brian Wing Shun Chan, Alexander Chow
  • Method Details

    • getClassName

      String getClassName()
    • getContentAsStream

      InputStream getContentAsStream() throws WebDAVException
      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

      void setClassName(String className)
    • setModel

      void setModel(Object model)
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)