|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencrx.application.webdav.DocumentCollectionResource
public abstract class DocumentCollectionResource
| Constructor Summary | |
|---|---|
DocumentCollectionResource(RequestContext requestContext,
DocumentFolder documentFolder)
|
|
| Method Summary | |
|---|---|
Collection<Resource> |
getChildren()
|
BinaryLargeObject |
getContent()
|
Date |
getCreationDate()
Gets the date of the creation |
String |
getDisplayName()
Get resource's display name. |
DocumentBasedFolderEntryQuery |
getFolderEntryQuery()
|
DocumentFolderQuery |
getFolderQuery()
|
Date |
getLastModified()
Gets the date of the last modification |
String |
getMimeType()
|
String |
getName()
Get resource's name. |
DocumentFolder |
getObject()
|
org.opencrx.application.webdav.WebDavRequestContext |
getRequestContext()
|
boolean |
isCollection()
Determines whether the Resource is a collection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentCollectionResource(RequestContext requestContext,
DocumentFolder documentFolder)
| Method Detail |
|---|
public String getDisplayName()
Resource
public DocumentFolder getObject()
public boolean isCollection()
Resource
public String getName()
Resource
getName in interface Resourcepublic DocumentBasedFolderEntryQuery getFolderEntryQuery()
public DocumentFolderQuery getFolderQuery()
public Collection<Resource> getChildren()
public Date getCreationDate()
Resource
getCreationDate in interface Resourcepublic Date getLastModified()
Resource
getLastModified in interface Resourcepublic org.opencrx.application.webdav.WebDavRequestContext getRequestContext()
public String getMimeType()
public BinaryLargeObject getContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||