|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
---|---|
ca.ucalgary.seahawk.services | |
ca.ucalgary.seahawk.util | |
org.biomoby.client | The components used for developing Moby clients. |
org.biomoby.client.rdf.builder | Provides the classes that are necessary for creating BioMoby RDF documents. |
org.biomoby.registry.meta | |
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 Registry in ca.ucalgary.seahawk.services |
---|
Methods in ca.ucalgary.seahawk.services that return Registry | |
---|---|
Registry |
TextClient.getRegistry()
|
Registry |
MobyClient.getRegistry()
|
Methods in ca.ucalgary.seahawk.services with parameters of type Registry | |
---|---|
static MobyPrimaryDataSimple |
TextClient.getObjectConsumed(URL ruleSource,
String ruleURI,
Registry reg)
Convenience method to backtrack from a mapping rule to the Moby datatype it consumes. |
static MobyPrimaryDataSimple |
MobyClient.getObjectProduced(URL ruleSource,
String ruleURI,
Registry reg)
Convenience method to backtrack from a mapping rule to the Moby datatype it produces. |
Constructors in ca.ucalgary.seahawk.services with parameters of type Registry | |
---|---|
MobyClient(Registry reg)
Constructor specifying a particular registry to use. |
|
TextClient(Registry reg)
|
Uses of Registry in ca.ucalgary.seahawk.util |
---|
Methods in ca.ucalgary.seahawk.util that return Registry | |
---|---|
static Registry |
SeahawkOptions.getRegistry()
|
static Registry |
DataUtils.getRegistry(Document responseDoc)
Find out which registry the service that created the reponse is registered in. |
Methods in ca.ucalgary.seahawk.util with parameters of type Registry | |
---|---|
static String |
HTMLUtils.encapsulateBinaryData(URL sourceMobyData,
String html,
Registry registry)
|
static MobyDataJob |
DataUtils.getInputSample(Document responseDom,
Registry registry)
Backtrack from a service result to the input doc sent to the service |
static MobyDataJob |
DataUtils.getInputSample(Document responseDom,
String jobName,
Registry registry)
Same as two-arg, but retrieves a specific job's input (or null if not a job name found in the doc). |
static void |
SeahawkOptions.setRegistry(Registry reg)
|
Uses of Registry in org.biomoby.client |
---|
Methods in org.biomoby.client with parameters of type Registry | |
---|---|
static CentralImpl |
CentralImpl.getDefaultCentral(Registry reg)
|
Uses of Registry in org.biomoby.client.rdf.builder |
---|
Constructors in org.biomoby.client.rdf.builder with parameters of type Registry | |
---|---|
ServiceInstanceRDF(Registry reg)
Constructor: |
Uses of Registry in org.biomoby.registry.meta |
---|
Methods in org.biomoby.registry.meta that return Registry | |
---|---|
Registry |
RegistriesList.get(String synonym)
|
Registry |
Registries.get(String synonym)
Return an object with properties of a given BioMoby registry. |
Registry[] |
RegistriesList.getAll()
|
Registry[] |
Registries.getAll()
Return properties of all known BioMoby registries. |
static Registry |
RegistryCache.getDefaultRegistry()
|
Methods in org.biomoby.registry.meta with parameters of type Registry | |
---|---|
static File |
RegistryCache.cacheRegistryOntology(Registry reg,
String resourceName)
Stores the given resource to a file for retrieval later with getOntologyFile(). |
static File |
RegistryCache.cacheRegistryOntology(Registry reg,
String resourceName,
long allowedAgeMillis)
Stores the given resource to a file for retrieval later with getOntologyFile(). |
static File |
RegistryCache.calcDataTypeOntologyFile(Registry reg)
|
static File |
RegistryCache.calcNamespaceOntologyFile(Registry reg)
|
static File |
RegistryCache.calcServiceOntologyFile(Registry reg)
|
static File |
RegistryCache.calcServiceTypeOntologyFile(Registry reg)
|
static URL |
Registry.findResourceURL(Registry reg,
String resourceName)
Learn the RDF location for resources of the registry. |
static File |
RegistryCache.getNamespaceOntologyFile(Registry reg)
|
static File |
RegistryCache.getOntologyFile(Registry reg,
String resourceName)
Returns where a resource should be cached locally, whether it current exists or not. |
static File |
RegistryCache.getServiceOntologyFile(Registry reg)
|
static File |
RegistryCache.getServiceTypeOntologyFile(Registry reg)
|
Constructors in org.biomoby.registry.meta with parameters of type Registry | |
---|---|
RegistriesList(Registry[] additionalRegistries)
A constructor that adds registries to the default list. |
Uses of Registry in org.biomoby.shared |
---|
Methods in org.biomoby.shared that return Registry | |
---|---|
Registry |
MobyDataType.getRegistry()
|
Registry |
MobyNamespace.getRegistry()
|
Registry |
MobyServiceType.getRegistry()
|
Methods in org.biomoby.shared with parameters of type Registry | |
---|---|
static MobyDataType |
MobyDataType.getDataType(String className,
Registry reg)
Retrieves a datatype object from the registry's ontology. |
static MobyNamespace |
MobyNamespace.getNamespace(String ns,
Registry reg)
|
static MobyServiceType |
MobyServiceType.getServiceType(String className,
Registry reg)
|
static void |
MobyServiceType.loadServiceTypes(URL serviceDefURL,
Registry reg)
Particularly useful for loading namespace definitions from cached file, or refreshing an in-memory cache. |
void |
MobyDataType.setRegistry(Registry r)
|
void |
MobyNamespace.setRegistry(Registry reg)
|
void |
MobyServiceType.setRegistry(Registry reg)
|
Constructors in org.biomoby.shared with parameters of type Registry | |
---|---|
MobyServiceType(String typeName,
Registry reg)
|
Uses of Registry in org.biomoby.shared.data |
---|
Methods in org.biomoby.shared.data with parameters of type Registry | |
---|---|
void |
MobyDataObject.addCrossReferences(Element e,
Registry reg)
|
static MobyDataInstance |
MobyDataObject.createInstanceFromDOM(Element objectTag,
Registry registry)
|
static MobyDataObject |
MobyDataObject.createInstanceFromString(String typeName,
String value,
Registry registry)
|
static MobyContentInstance |
MobyDataUtils.fromXMLDocument(Element doc_root,
Registry registry)
Create a MOBY Java object representation from a MOBY XML payload represented in a DOM. |
static MobyContentInstance |
MobyDataUtils.fromXMLDocument(InputStream is,
Registry registry)
|
static MobyContentInstance |
MobyDataUtils.fromXMLDocument(Reader reader,
Registry registry)
|
static MobyContentInstance |
MobyDataUtils.fromXMLDocument(String xmlData,
Registry registry)
|
static MobyContentInstance |
MobyDataUtils.fromXMLDocument(URL url,
Registry registry)
|
static Collection<? extends MobyDataObject> |
MobyDataObjectSet.getChildren(Element e,
Registry registry)
|
void |
MobyContentInstance.parseDataGroup(Element dataGroupTag,
Registry registry)
|
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |