org.dspace.app.dav.client
Interface LNISoapServlet

All Superinterfaces:
Remote
All Known Implementing Classes:
DSpaceLNISoapBindingStub

public interface LNISoapServlet
extends Remote


Method Summary
 int copy(String source, String destination, int depth, boolean overwrite, boolean keepProperties)
           
 String lookup(String handle, String bitstreamPid)
           
 String propfind(String uri, String doc, int depth, String types)
           
 String proppatch(String uri, String doc)
           
 

Method Detail

copy

int copy(String source,
         String destination,
         int depth,
         boolean overwrite,
         boolean keepProperties)
         throws RemoteException,
                LNIRemoteException
Throws:
RemoteException
LNIRemoteException

lookup

String lookup(String handle,
              String bitstreamPid)
              throws RemoteException,
                     LNIRemoteException
Throws:
RemoteException
LNIRemoteException

propfind

String propfind(String uri,
                String doc,
                int depth,
                String types)
                throws RemoteException,
                       LNIRemoteException
Throws:
RemoteException
LNIRemoteException

proppatch

String proppatch(String uri,
                 String doc)
                 throws RemoteException,
                        LNIRemoteException
Throws:
RemoteException
LNIRemoteException


Copyright © 2008 The DSpace Foundation. All Rights Reserved.