Uses of Class
org.purl.sword.base.SWORDErrorException

Packages that use SWORDErrorException
org.dspace.sword   
org.purl.sword.server   
 

Uses of SWORDErrorException in org.dspace.sword
 

Methods in org.dspace.sword that throw SWORDErrorException
 SWORDContext SWORDAuthenticator.authenticate(AtomDocumentRequest request)
          Authenticate the given atom document request.
 SWORDContext SWORDAuthenticator.authenticate(Deposit deposit)
          Authenticate the deposit request.
 SWORDContext SWORDAuthenticator.authenticate(ServiceDocumentRequest request)
          Authenticate the given service document request.
 boolean SWORDAuthenticator.canSubmit(SWORDService swordService, Deposit deposit, DSpaceObject dso)
          Can the users contained in this object's member SWORDContext make a successful submission to the selected collection.
 DepositResponse DepositManager.deposit(Deposit deposit)
          Once this object is fully prepared, this method will execute the deposit process.
 AtomDocumentResponse DSpaceSWORDServer.doAtomDocument(AtomDocumentRequest adr)
           
abstract  DepositResult Depositor.doDeposit(Deposit deposit)
          Execute the deposit process with the given sword deposit
 DepositResult CollectionDepositor.doDeposit(Deposit deposit)
          Perform a deposit, using the supplied SWORD Deposit object
 DepositResult ItemDepositor.doDeposit(Deposit deposit)
           
 DepositResponse DSpaceSWORDServer.doDeposit(Deposit deposit)
           
 ServiceDocument DSpaceSWORDServer.doServiceDocument(ServiceDocumentRequest request)
           
 DSpaceObject SWORDUrlManager.extractDSpaceObject(String url)
          Extract a DSpaceObject from the given url.
 Collection SWORDUrlManager.getCollection(Context context, String location)
          Obtain the collection which is represented by the given URL
 DSpaceObject DepositManager.getDepositTarget(Deposit deposit)
           
 DSpaceObject SWORDUrlManager.getDSpaceObject(Context context, String location)
          Obtain the collection which is represented by the given URL
static SWORDIngester SWORDIngesterFactory.getInstance(Context context, Deposit deposit, DSpaceObject dso)
          Generate an object which conforms to the SWORDIngester interface.
 AtomDocumentResponse MediaEntryManager.getMediaEntry(String url)
          Get the media entry for the given URL request.
 ServiceDocument ServiceDocumentManager.getServiceDocument()
          Obtain the service document for the repository based on the DSpace context and the SWORD context which must be set for this object prior to calling this method.
 ServiceDocument ServiceDocumentManager.getServiceDocument(String url)
           
 DepositResult SWORDIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject target)
          Ingest the package as described in the given Deposit object within the given DSpace Context
 DepositResult SimpleFileIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject target)
          perform the ingest using the given deposit object onto the specified target dspace object, using the sword service implementation
 DepositResult SWORDMETSIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject dso)
           
 boolean SWORDConfiguration.isSupportedMediaType(String mediaType, DSpaceObject dso)
          is the given packaging/media type supported by the given dspace object
 

Uses of SWORDErrorException in org.purl.sword.server
 

Methods in org.purl.sword.server that throw SWORDErrorException
 AtomDocumentResponse SWORDServer.doAtomDocument(AtomDocumentRequest adr)
          Answer a request for an entry document
 AtomDocumentResponse DummyServer.doAtomDocument(AtomDocumentRequest adr)
           
 DepositResponse SWORDServer.doDeposit(Deposit deposit)
          Answer a SWORD deposit
 DepositResponse DummyServer.doDeposit(Deposit deposit)
           
 ServiceDocument SWORDServer.doServiceDocument(ServiceDocumentRequest sdr)
          Answer a Service Document request sent on behalf of a user
 ServiceDocument DummyServer.doServiceDocument(ServiceDocumentRequest sdr)
          Provides a dumb but plausible service document - it contains an anonymous workspace and collection, and one personalised for the onBehalfOf user.
 



Copyright © 2011 DuraSpace. All Rights Reserved.