|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MobyPrimaryData | |
---|---|
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.service | It contains general components that can be used by those writing code for Moby services. |
org.biomoby.service.dashboard | |
org.biomoby.shared | It contains components that are used from more than one (other) packages. |
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 MobyPrimaryData in ca.ucalgary.seahawk.gui |
---|
Methods in ca.ucalgary.seahawk.gui that return MobyPrimaryData | |
---|---|
MobyPrimaryData |
MobyDataObjectWidget.getData()
|
Methods in ca.ucalgary.seahawk.gui that return types with arguments of type MobyPrimaryData | |
---|---|
Map<String,MobyPrimaryData> |
MobyObjectReceiver.getAcceptableData()
List of data that the object is willing to consume in consumeMobyObject() at the given moment. |
Map<String,MobyPrimaryData> |
MobyDataObjectWidget.getAcceptableData()
List of data that we are willing to consume in consumeMobyObject() at the given moment. |
Methods in ca.ucalgary.seahawk.gui with parameters of type MobyPrimaryData | |
---|---|
void |
MobyShimmer.addPopupOptions(MobyPrimaryData mobyData,
JPopupMenu popupList,
boolean asynchronous,
MobyRequestEventHandler handler)
|
void |
MobySecondaryInputGUI.fillIn(MobyPrimaryData[] primaryInputs,
MobyDataSecondaryInstance[] secondaryInputs,
boolean showGUI)
|
Component |
MobySecondaryInputGUI.makeWidget(MobyPrimaryData data)
|
Method parameters in ca.ucalgary.seahawk.gui with type arguments of type MobyPrimaryData | |
---|---|
Map<String,MobyDataInstance> |
MobyObjectTransferHandler.getDataFromFiles(Map<String,MobyPrimaryData> acceptableData,
Iterable<File> files)
|
Map<String,MobyDataInstance> |
MobyObjectTransferHandler.getDataFromMobyContents(Map<String,MobyPrimaryData> acceptableData,
MobyContentInstance mci)
|
Map<String,MobyDataInstance> |
MobyObjectTransferHandler.getDataFromText(Map<String,MobyPrimaryData> acceptableData,
String text)
|
Map<String,MobyDataInstance> |
MobyObjectTransferHandler.getDataFromURL(Map<String,MobyPrimaryData> acceptableData,
URL url)
|
Map<String,MobyDataInstance> |
MobyObjectTransferHandler.getDataFromURLContents(Map<String,MobyPrimaryData> acceptableData,
URL u)
|
boolean |
MobyObjectTransferHandler.sendDataToReceiver(MobyObjectReceiver receiver,
Map<String,MobyPrimaryData> acceptableData,
Map<String,MobyDataInstance> dataFound)
|
Constructors in ca.ucalgary.seahawk.gui with parameters of type MobyPrimaryData | |
---|---|
MobyDataObjectWidget(String articleName,
MobyClient client,
MobyPrimaryData data)
|
Uses of MobyPrimaryData in ca.ucalgary.seahawk.services |
---|
Methods in ca.ucalgary.seahawk.services with parameters of type MobyPrimaryData | |
---|---|
boolean |
TextClient.canProduceTextTypeFromMoby(String textType,
MobyPrimaryData dataTemplate)
Report whether a rule exists in the provided XSLT that converts the given MOBY data to the given text type. |
MobyDataInstance |
MobyClient.getMobyObject(Map<String,byte[]> resultParts,
MobyPrimaryData dataTemplate)
Create a MOBY data instance from a map of name->bytes[] by applying the rules of the given MobyClient. |
MobyDataInstance |
MobyClient.getMobyObject(Node n,
MobyPrimaryData dataTemplate)
Create a MOBY data instance from a DOM by applying the rules of the given MobyClient (xpaths). |
MobyDataInstance |
MobyClient.getMobyObject(String s,
MobyPrimaryData dataTemplate)
Create a MOBY data instance from a string by applying the rules of the given MobyClient (regexes). |
String[] |
TextClient.getPossibleTextTypes(MobyPrimaryData dataTemplate,
boolean mustHaveURN)
|
Uses of MobyPrimaryData in ca.ucalgary.seahawk.util |
---|
Subclasses of MobyPrimaryData in ca.ucalgary.seahawk.util | |
---|---|
class |
MobyDataObjectDeferred
A class that pretends it's a real moby data instance, but is actually a deferred list of data instances that should be submitted en-masse to services. |
class |
MobyDataObjectDeferredSAI
|
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 MobyPrimaryData in org.biomoby.service |
---|
Methods in org.biomoby.service that return MobyPrimaryData | |
---|---|
static MobyPrimaryData |
MobyServlet.stringToPrimaryDataTemplate(String spec,
Map<String,MobyDataTypeTemplate> runTimeTemplates)
Strings have the form name:objectType:namespace, with ":namespace" optional If the input is expected to be a Collection, then the syntax is name:Collection(objectType):namespace |
Uses of MobyPrimaryData in org.biomoby.service.dashboard |
---|
Methods in org.biomoby.service.dashboard that return MobyPrimaryData | |
---|---|
MobyPrimaryData[] |
PrimaryDataTable.getData()
|
Uses of MobyPrimaryData in org.biomoby.shared |
---|
Subclasses of MobyPrimaryData in org.biomoby.shared | |
---|---|
class |
MobyPrimaryDataSet
A container representing a way how a named collection of various primary data types is used in a service. |
class |
MobyPrimaryDataSimple
A container representing a way how various primary data types are used in a service. |
Methods in org.biomoby.shared that return MobyPrimaryData | |
---|---|
abstract MobyPrimaryData |
MobyPrimaryData.clone()
Must be overwritten by a subclass. |
MobyPrimaryData[] |
MobyService.getPrimaryInputs()
|
MobyPrimaryData[] |
MobyService.getPrimaryOutputs()
|
Uses of MobyPrimaryData in org.biomoby.shared.data |
---|
Subclasses of MobyPrimaryData in org.biomoby.shared.data | |
---|---|
class |
MobyDataBoolean
A class representing a MOBY Boolean primitive. |
class |
MobyDataBytes
A convenience class generally intended for the transmission of binary data that will be Base64 encoded to fit in the MOBY XML envelope. |
class |
MobyDataComposite
This is the class that represents any non-primitive object instance (i.e. anything except object, boolean, integer, float, date-time, or string) from the MOBY data type ontology. |
class |
MobyDataDateTime
A class representing a MOBY DateTime, which is a primitive in MOBY. |
class |
MobyDataFloat
A class representing a MOBY Float primitive. |
class |
MobyDataInt
A class representing a MOBY Integer primitive. |
class |
MobyDataObject
A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated. |
class |
MobyDataObjectSAI
A convenience class that just associates a set of possible services to run with a data instance. |
class |
MobyDataObjectSet
This class adds to MobyPrimaryDataSet the ability to get and set instantiated MOBY objects. |
class |
MobyDataObjectSetSAI
A convenience class that just associates a set of possible services to run with a data collection. |
class |
MobyDataObjectVector
This class is primarily intended for use by MobyDataComposite to represent Object members in the HAS (1-to-many) relationship. |
class |
MobyDataString
A class representing a MOBY String primitive. |
class |
MobyDataXref
Note: This class has not been thoroughly tested. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |