Version: 1.1.1

Uses of Class
org.biomoby.shared.data.MobyDataObjectSet

Packages that use MobyDataObjectSet
ca.ucalgary.seahawk.gui Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. 
ca.ucalgary.seahawk.services   
ca.ucalgary.seahawk.util   
org.biomoby.shared.data The package org.biomoby.shared.data allows you to easily build MOBY data instances for sending to services, or querying the registry. 
 

Uses of MobyDataObjectSet in ca.ucalgary.seahawk.gui
 

Methods in ca.ucalgary.seahawk.gui that return MobyDataObjectSet
 MobyDataObjectSet MobyContentGUI.addToClipboard(MobyDataInstance itemToAdd)
          Adds the given data to the Seahawk clipboard object collection.
 MobyDataObjectSet MobyContentClipboard.getCollection()
          Get the Java representation of the data in the main clipboard collection.
 

Uses of MobyDataObjectSet in ca.ucalgary.seahawk.services
 

Methods in ca.ucalgary.seahawk.services with parameters of type MobyDataObjectSet
 MobyDataServiceAssocInstance MobyClient.getServices(MobyDataObjectSet mdos)
           
 MobyDataServiceAssocInstance[] MobyClient.getServices(MobyDataObjectSet[] mdoss)
           
 

Uses of MobyDataObjectSet in ca.ucalgary.seahawk.util
 

Subclasses of MobyDataObjectSet in ca.ucalgary.seahawk.util
 class MobyDataObjectSetDeferred
          A class that pretends it's a real moby data collection instance, but is actually a deferred list of data collection instances that should be submitted en-masse to services.
 class MobyDataObjectSetDeferredSAI
           
 

Uses of MobyDataObjectSet in org.biomoby.shared.data
 

Subclasses of MobyDataObjectSet in org.biomoby.shared.data
 class MobyDataObjectSetSAI
          A convenience class that just associates a set of possible services to run with a data collection.
 

Methods in org.biomoby.shared.data that return MobyDataObjectSet
 MobyDataObjectSet MobyDataObjectSet.clone()
           
 MobyDataObjectSet[] MobyDataJob.getPrimaryDataObjectSets()
           
 MobyDataObjectSet MobyContentInstance.retrieveObjects()
          This is a convenience method that allows the user extract all Objects from all content job subgroups (simples and collections) into a single Collection, removing duplicates.
 

Constructors in org.biomoby.shared.data with parameters of type MobyDataObjectSet
MobyDataObjectSetSAI(MobyDataObjectSet collection, MobyService[] services)
          Constructor that takes an existing object and associates services with it.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010