org.dspace.app.dav |
|
Java Source File Name | Type | Comment |
DAV.java | Class | Container for common constants and other shared static bits. |
DAVBitstream.java | Class | This defines the behavior of DSpace "resources" in the WebDAV interface; it
maps DAV operations onto DSpace object. |
DAVCollection.java | Class | |
DAVCommunity.java | Class | |
DAVDSpaceObject.java | Class | Superclass for resources representing DSpace Objects like Item, Collection
etc. |
DAVEPerson.java | Class | The "eperson" resource is a collection (in the DAV sense) of all E-people in
DSpace.
Its children are all the relevant EPerson objects. |
DAVEPersonEPerson.java | Class | Give read-only access to the contents of an EPerson object, through PROPFIND.
This resource is provided mainly so other resources (e.g. |
DAVInProgressSubmission.java | Class | Superclass of the two kinds of resources that implement DSpace
InProgressSubmission objects, namely WorkspaceItem and WorkflowItem. |
DAVItem.java | Class | |
DAVLookup.java | Class | The Lookup resource translates a DSpace persistent object identifier (i.e. |
DAVResource.java | Class | Superclass for all DSpace "resources" in the WebDAV interface. |
DAVServlet.java | Class | Servlet implementing WebDAV server for DSpace. |
DAVSite.java | Class | Model the DSpace Site as a resource. |
DAVStatusException.java | Class | Encapsulate the components of an HTTP status response, namely an integer code
and a text message. |
DAVWorkflow.java | Class | The "workflow_*" resources are collections (in the DAV sense) of all the
current user's WorkflowItem s. |
DAVWorkflowItem.java | Class | Reflect the contents of a WorkflowItem object, which is mainly an in-progress
submission wrapper around an Item. |
DAVWorkspace.java | Class | The "workspace" resource is a collection (in the DAV sense) of all the
current user's WorkspaceItem s. |
DAVWorkspaceItem.java | Class | Reflect the contents of a WorkspaceItem object, which is mainly an
in-progress submission wrapper around an Item. |
LNIRemoteException.java | Class | Container for all exceptions thrown by DSpace LNI SOAP methods. |
LNISoapServlet.java | Class | Servlet implementing SOAP services of DSpace Lightweight Network Interface
This is implemented as a subclass of the AxisServlet that processes SOAP
requests, so it can pick out the requests it handles and pass on the rest to
the Axis Engine. |
LoadDSpaceLNIConfig.java | Class | Simple servlet to load in DSpace and log4j configurations. |