Uses of Class
org.dspace.sword.DSpaceSWORDException

Packages that use DSpaceSWORDException
org.dspace.sword   
 

Uses of DSpaceSWORDException in org.dspace.sword
 

Methods in org.dspace.sword that throw DSpaceSWORDException
protected  void DSpaceATOMEntry.addLinks(String handle)
          Add links associated with this item.
 boolean SWORDContext.canSubmitTo(Context context, Collection collection)
          Can the current SWORD Context permit deposit into the given collection in the given DSpace Context
 DepositResponse DepositManager.deposit()
          Once this object is fully prepared, this method will execute the deposit process.
 Collection[] SWORDContext.getAllowedCollections(Context context)
          Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context
 Collection CollectionLocation.getCollection(Context context, String location)
          Obtain the collection which is represented by the given URL
static SWORDIngester SWORDIngesterFactory.getInstance(Context context, Deposit deposit)
          Generate an object which conforms to the SWORDIngester interface.
 String CollectionLocation.getLocation(Collection collection)
          Obtain the deposit URL for the given collection.
 ServiceDocument SWORDService.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.
 SWORDEntry DSpaceATOMEntry.getSWORDEntry(Item item, String handle, boolean noOp)
          Construct the SWORDEntry object which represents the given item with the given handle.
 DepositResult SWORDMETSIngester.ingest(Context context, Deposit deposit)
           
 DepositResult SWORDIngester.ingest(Context context, Deposit deposit)
          Ingest the package as described in the given Deposit object within the given DSpace Context
 boolean SWORDContext.isOnBehalfOfAdmin(Context context)
          Is the given onBehalfOf user DSpace administrator? This translates as asking the question of whether the given eperson is a member of the special DSpace group Administrator, with id 1
 boolean SWORDContext.isUserAdmin(Context context)
          Is the authenticated user a DSpace administrator? This translates as asking the question of whether the given eperson is a member of the special DSpace group Administrator, with id 1
 



Copyright © 2008 The DSpace Foundation. All Rights Reserved.