org.opencrx.application.webdav
Class DocumentFolderResource

java.lang.Object
  extended by org.opencrx.application.webdav.DocumentCollectionResource
      extended by org.opencrx.application.webdav.DocumentFolderResource
All Implemented Interfaces:
Resource

public class DocumentFolderResource
extends DocumentCollectionResource


Constructor Summary
DocumentFolderResource(RequestContext requestContext, DocumentFolder documentFolder)
           
 
Method Summary
 BinaryLargeObject getContent()
           
 Date getCreationDate()
          Gets the date of the creation
 Date getLastModified()
          Gets the date of the last modification
 String getMimeType()
           
 org.opencrx.application.webdav.WebDavRequestContext getRequestContext()
           
 
Methods inherited from class org.opencrx.application.webdav.DocumentCollectionResource
getChildren, getDisplayName, getFolderEntryQuery, getFolderQuery, getName, getObject, isCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFolderResource

public DocumentFolderResource(RequestContext requestContext,
                              DocumentFolder documentFolder)
Method Detail

getCreationDate

public Date getCreationDate()
Description copied from interface: Resource
Gets the date of the creation

Specified by:
getCreationDate in interface Resource
Returns:
creation Date

getLastModified

public Date getLastModified()
Description copied from interface: Resource
Gets the date of the last modification

Specified by:
getLastModified in interface Resource
Returns:
last modification Date

getRequestContext

public org.opencrx.application.webdav.WebDavRequestContext getRequestContext()

getMimeType

public String getMimeType()

getContent

public BinaryLargeObject getContent()


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.