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

Packages that use Collection
org.purl.sword.base   
 

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
 Iterator<Collection> ServiceDocument.getWorkspaceCollections()
          Deprecated. Please access the value directly from the service.
 

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

Constructors in org.purl.sword.base with parameters of type Collection
ServiceDocument(ServiceLevel complianceLevel, boolean noOp, boolean verbose, String workspaceTitle, Collection workspaceCollections)
          Deprecated. Please use the other constructors.
 



Copyright © 2008 The DSpace Foundation. All Rights Reserved.