org.fcrepo.server.access
Class FedoraAPIABindingSOAPHTTPImpl

java.lang.Object
  extended by org.fcrepo.server.access.FedoraAPIABindingSOAPHTTPImpl
All Implemented Interfaces:
Remote, FedoraAPIA

public class FedoraAPIABindingSOAPHTTPImpl
extends Object
implements FedoraAPIA

Implements the Fedora Access SOAP service.

Author:
Ross Wayland

Constructor Summary
FedoraAPIABindingSOAPHTTPImpl()
           
 
Method Summary
 RepositoryInfo describeRepository()
           Gets key information about the repository.
 FieldSearchResult findObjects(String[] resultFields, org.apache.axis.types.NonNegativeInteger maxResults, FieldSearchQuery query)
           
 MIMETypedStream getDatastreamDissemination(String PID, String dsID, String asOfDateTime)
           
 MIMETypedStream getDissemination(String PID, String sDefPID, String methodName, Property[] userParms, String asOfDateTime)
           Gets a MIME-typed bytestream containing the result of a dissemination.
 String[] getObjectHistory(String PID)
           
 ObjectProfile getObjectProfile(String PID, String asOfDateTime)
           Gets the object profile which included key metadata about the object and URLs for the Dissemination Index and Item Index of the object.
 DatastreamDef[] listDatastreams(String PID, String asOfDateTime)
           
 ObjectMethodsDef[] listMethods(String PID, String asOfDateTime)
           
 FieldSearchResult resumeFindObjects(String sessionToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FedoraAPIABindingSOAPHTTPImpl

public FedoraAPIABindingSOAPHTTPImpl()
Method Detail

getObjectHistory

public String[] getObjectHistory(String PID)
                          throws RemoteException
Specified by:
getObjectHistory in interface FedoraAPIA
Throws:
RemoteException

getDissemination

public MIMETypedStream getDissemination(String PID,
                                        String sDefPID,
                                        String methodName,
                                        Property[] userParms,
                                        String asOfDateTime)
                                 throws RemoteException

Gets a MIME-typed bytestream containing the result of a dissemination.

Specified by:
getDissemination in interface FedoraAPIA
Parameters:
PID - The persistent identifier of the Digital Object.
sDefPID - The persistent identifier of the Service Definition object.
methodName - The name of the method.
asOfDateTime - The version datetime stamp of the digital object.
userParms - An array of user-supplied method parameters and values.
Returns:
A MIME-typed stream containing the dissemination result.
Throws:
RemoteException

getDatastreamDissemination

public MIMETypedStream getDatastreamDissemination(String PID,
                                                  String dsID,
                                                  String asOfDateTime)
                                           throws RemoteException
Specified by:
getDatastreamDissemination in interface FedoraAPIA
Throws:
RemoteException

findObjects

public FieldSearchResult findObjects(String[] resultFields,
                                     org.apache.axis.types.NonNegativeInteger maxResults,
                                     FieldSearchQuery query)
                              throws RemoteException
Specified by:
findObjects in interface FedoraAPIA
Throws:
RemoteException

resumeFindObjects

public FieldSearchResult resumeFindObjects(String sessionToken)
                                    throws RemoteException
Specified by:
resumeFindObjects in interface FedoraAPIA
Throws:
RemoteException

listMethods

public ObjectMethodsDef[] listMethods(String PID,
                                      String asOfDateTime)
                               throws RemoteException
Specified by:
listMethods in interface FedoraAPIA
Throws:
RemoteException

listDatastreams

public DatastreamDef[] listDatastreams(String PID,
                                       String asOfDateTime)
                                throws RemoteException
Specified by:
listDatastreams in interface FedoraAPIA
Throws:
RemoteException

getObjectProfile

public ObjectProfile getObjectProfile(String PID,
                                      String asOfDateTime)
                               throws RemoteException

Gets the object profile which included key metadata about the object and URLs for the Dissemination Index and Item Index of the object.

Specified by:
getObjectProfile in interface FedoraAPIA
Parameters:
PID - The persistent identifier for the digital object.
asOfDateTime - The versioning datetime stamp.
Returns:
The object profile data structure.
Throws:
RemoteException

describeRepository

public RepositoryInfo describeRepository()
                                  throws RemoteException

Gets key information about the repository.

Specified by:
describeRepository in interface FedoraAPIA
Returns:
The repository info data structure.
Throws:
RemoteException


Copyright © 2011 DuraSpace. All Rights Reserved.