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

Packages that use Collection
org.dspace.sword   
org.purl.sword.base This package contains the base set of classes that are used by the demonstration SWORD Servers and SWORD Clients. 
 

Uses of Collection in org.dspace.sword
 

Methods in org.dspace.sword that return Collection
 Collection CommunityCollectionGenerator.buildCollection(DSpaceObject dso)
           
 Collection CollectionCollectionGenerator.buildCollection(DSpaceObject dso)
          Build the collection for the given DSpaceObject.
 Collection ItemCollectionGenerator.buildCollection(DSpaceObject dso)
          Build the collection around the give DSpaceObject.
abstract  Collection ATOMCollectionGenerator.buildCollection(DSpaceObject dso)
          Build the ATOM Collection which represents the given DSpace Object
 

Uses of Collection in org.purl.sword.base
 

Methods in org.purl.sword.base that return types with arguments of type Collection
 Iterator<Collection> Workspace.collectionIterator()
          Get an Iterator over the collections.
 List<Collection> Workspace.getCollections()
          Get a list of the collections
 

Methods in org.purl.sword.base with parameters of type Collection
 void Workspace.addCollection(Collection collection)
          Add a collection to the Workspace.
 



Copyright © 2013 DuraSpace. All Rights Reserved.