|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use uk.org.ogsadai.activity | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.activity.delivery | This package provides classes implementing delivery activities. |
uk.org.ogsadai.activity.delivery.wsrf | This package provides classes implementing delivery activities that are specific to WSRF-compliant versions of OGSA-DAI. |
uk.org.ogsadai.activity.examples | Various example activities that may be of interest to activity developers. |
uk.org.ogsadai.activity.files | Activities for writing and reading files. |
uk.org.ogsadai.activity.indexedfiles | Activities for indexing and searching text files using the Apache Lucene search engine. |
uk.org.ogsadai.activity.misc | Contains miscellaneous activity implementations for which no suitable common group exists. |
uk.org.ogsadai.activity.relational | Contains activities that retrieve logical and physical metadata from a relational database. |
uk.org.ogsadai.activity.resource | |
uk.org.ogsadai.activity.sql | Activities that provide SQL access to a relational data resource. |
uk.org.ogsadai.activity.sql.csv | Specialised SQL query activities for CSV data resources. |
uk.org.ogsadai.activity.sql.parameters | Helper classes for SQL activities which manage the various input streams for parameters. |
uk.org.ogsadai.activity.transform | Contains activity implementations for transforming data from one format into another. |
uk.org.ogsadai.activity.xmldb | Contains activity implementations for performing various operations on XML databases. |
uk.org.ogsadai.activity.xmldb.commands | Contains a command interface and various implementations for use by the XML database activities. |
uk.org.ogsadai.engine.controlflow | Contains classes and interfaces for a composite request structure that enables control-flow to within request processing. |
uk.org.ogsadai.examples.authorization | |
uk.org.ogsadai.examples.demoFactory | Example code for the demo factory tutorial. |
uk.org.ogsadai.examples.demoTransientFactory | Example code for the demo transient factory tutorial. |
uk.org.ogsadai.service.authorization | Interfaces and classes to control access to data service resources and activities. |
uk.org.ogsadai.service.resource | This package provides classes and interfaces relating to data service resources. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityConfiguration
An ActivityConfiguration object encapsulates
configuration information relating to a single
Activity . |
|
ActivityConfigurationException
There was a failure during the configuration of a configurable activity. |
|
ActivityContext
The ActivityContext provides a view of the context of
a request suitable for activity implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityException
A common interface for all exceptions that are related to the creation or processing of individual activities. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivityFactory
An ActivityFactory is responsible for constructing the
activities described in perform documents. |
|
ActivityRequest
Implementation of interface Request that encapsulates
all of the objects required to create, process and obtain responses
from a single request. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
|
ActivityStreamNotFoundException
An activity stream cannot be accessed. |
|
ActivityTypesCreationException
There was a failure during the creation of an activity types document from activity configurations. |
|
ActivityTypesDocumentCreator
Creates an XML document describing the activities supported by an ActivityFactory . |
|
DuplicatePipeException
A request contains two or more pipes with the same name. |
|
ObserverActivity
This is a special kind of activity used internally for observing the status of an activity that is driven by an external output. |
|
ResultActivity
This is a special kind of activity used internally for processing any dangling outputs. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.delivery | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.delivery.wsrf | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.examples | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.files | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.indexedfiles | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityConfiguration
An ActivityConfiguration object encapsulates
configuration information relating to a single
Activity . |
|
ActivityConfigurationCreator
This interface must be implemented by any Activity
that wishes to make use of an ActivityConfiguration
object. |
|
ActivityConfigurationException
There was a failure during the configuration of a configurable activity. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.misc | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.relational | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityConfiguration
An ActivityConfiguration object encapsulates
configuration information relating to a single
Activity . |
|
ActivityConfigurationCreator
This interface must be implemented by any Activity
that wishes to make use of an ActivityConfiguration
object. |
|
ActivityConfigurationException
There was a failure during the configuration of a configurable activity. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.resource | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.sql | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.sql.csv | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.sql.parameters | |
ActivityContext
The ActivityContext provides a view of the context of
a request suitable for activity implementations. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.transform | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.xmldb | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.activity.xmldb.commands | |
ActivityContext
The ActivityContext provides a view of the context of
a request suitable for activity implementations. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.engine.controlflow | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityContext
The ActivityContext provides a view of the context of
a request suitable for activity implementations. |
|
ActivityPipelineRequestComponent
A RequestComponent that consists of an activity or a
pipeline of connected activities. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.examples.authorization | |
Activity
This is the abstract base class for all Activity
implementations. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.examples.demoFactory | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.examples.demoTransientFactory | |
Activity
This is the abstract base class for all Activity
implementations. |
|
ActivityCreationException
There was a failure during the creation of an activity that was not caused due to bad parameters from a client. |
|
ActivityExecutionException
There was a failure during the execution of an activity that was not caused due to bad parameters from a client. |
|
ActivitySpecificationException
There was a failure during the execution of an activity that was caused due to bad parameters from a client. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.service.authorization | |
Activity
This is the abstract base class for all Activity
implementations. |
Classes in uk.org.ogsadai.activity used by uk.org.ogsadai.service.resource | |
ActivityFactory
An ActivityFactory is responsible for constructing the
activities described in perform documents. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |