Uses of Class
uk.org.ogsadai.activity.ActivityCreationException

Packages that use ActivityCreationException
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.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.examples.demoFactory Example code for the demo factory tutorial. 
uk.org.ogsadai.examples.demoTransientFactory Example code for the demo transient factory tutorial. 
 

Uses of ActivityCreationException in uk.org.ogsadai.activity
 

Methods in uk.org.ogsadai.activity that throw ActivityCreationException
 Activity[] ActivityFactoryImpl.createActivities(org.w3c.dom.Document document)
           
private  void ActivityFactoryImpl.parseChildren(org.w3c.dom.Node root, java.util.List list)
          Recursively parses the children of the specified node of a perform document, creating activities as their specifications are encountered and adding these to a list.
private  Activity ActivityFactoryImpl.createActivity(org.w3c.dom.Element element)
          Creates an Activity instance using an ActivityCreator.
 Activity ActivityCreator.createActivity(org.w3c.dom.Element element)
          Creates an Activity instance.
 Activity[] ActivityFactory.createActivities(org.w3c.dom.Document document)
          Constructs the activity implementations for each of the activity elements contained in the given perform document.
 

Constructors in uk.org.ogsadai.activity that throw ActivityCreationException
Activity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.delivery
 

Constructors in uk.org.ogsadai.activity.delivery that throw ActivityCreationException
InputStreamActivity(org.w3c.dom.Element element)
           
AbstractDeliverToAddressActivity(org.w3c.dom.Element element)
           
DeliverToStreamActivity(org.w3c.dom.Element element)
           
AbstractDeliverFromDTActivity(org.w3c.dom.Element element)
           
DeliverFromURLActivity(org.w3c.dom.Element element)
           
AbstractDeliverFromAddressActivity(org.w3c.dom.Element element)
           
DeliverFromFileActivity(org.w3c.dom.Element element)
           
DeliverToURLActivity(org.w3c.dom.Element element)
           
DeliverToNullActivity(org.w3c.dom.Element element)
           
OutputStreamActivity(org.w3c.dom.Element element)
           
DeliverToResourcePropertyActivity(org.w3c.dom.Element element)
           
AbstractDeliverToDTActivity(org.w3c.dom.Element element)
           
AbstractDTDeliveryActivity(org.w3c.dom.Element element)
           
DeliverToSMTPActivity(org.w3c.dom.Element element)
           
DeliverToAttachmentActivity(org.w3c.dom.Element element)
          Creates the deliverToAttachment activity.
DeliverToFileActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.delivery.wsrf
 

Constructors in uk.org.ogsadai.activity.delivery.wsrf that throw ActivityCreationException
DeliverToGDTActivity(org.w3c.dom.Element activity)
           
DeliverFromGFTPActivity(org.w3c.dom.Element element)
           
DeliverFromGDTActivity(org.w3c.dom.Element activity)
           
DeliverToGFTPActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.examples
 

Constructors in uk.org.ogsadai.activity.examples that throw ActivityCreationException
ExampleActivity(org.w3c.dom.Element element)
           
DemoExternalInputActivity(org.w3c.dom.Element element)
           
HelloWorldActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.files
 

Constructors in uk.org.ogsadai.activity.files that throw ActivityCreationException
FileManipulationActivity(org.w3c.dom.Element element)
           
FileAccessActivity(org.w3c.dom.Element element)
           
FileWritingActivity(org.w3c.dom.Element element)
           
AbstractFileActivity(org.w3c.dom.Element element)
           
DirectoryAccessActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.indexedfiles
 

Constructors in uk.org.ogsadai.activity.indexedfiles that throw ActivityCreationException
AddAndIndexFileActivity(org.w3c.dom.Element element)
           
FileReadingActivity(org.w3c.dom.Element element)
           
SearchIndexedFileActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.misc
 

Constructors in uk.org.ogsadai.activity.misc that throw ActivityCreationException
NotificationActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
DataStoreActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.relational
 

Constructors in uk.org.ogsadai.activity.relational that throw ActivityCreationException
DatabaseSchemaToXMLActivity(org.w3c.dom.Element element)
           
ExtractDatabaseSchemaActivity(org.w3c.dom.Element element)
           
SQLServerExtractPhysicalSchemaActivity(org.w3c.dom.Element element)
           
MySQLExtractPhysicalSchemaActivity(org.w3c.dom.Element element)
           
PhysicalSchemaFileActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.resource
 

Constructors in uk.org.ogsadai.activity.resource that throw ActivityCreationException
RemoveResourceActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.sql
 

Constructors in uk.org.ogsadai.activity.sql that throw ActivityCreationException
SQLResultToBytesActivity(org.w3c.dom.Element element)
          Constructs an instance of the SQLResultToBytes activity.
SQLStoredProcedureActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
SQLQueryStatementActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
CallDataService(org.w3c.dom.Element element, DataServiceInfo dataServiceInfo, java.lang.String sqlStatement)
          Constructor.
AbstractParameterisedSQLActivity(org.w3c.dom.Element element)
           
RemoveDuplicatesWebRowSetActivity(org.w3c.dom.Element element)
           
SQLResilientQueryActivity(org.w3c.dom.Element element)
           
SQLResultsToCSVActivity(org.w3c.dom.Element element)
           
SQLBagActivity(org.w3c.dom.Element element)
           
SQLBulkLoadRowSetActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
ResultsetProjectionActivity(org.w3c.dom.Element element)
           
SQLUpdateStatementActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
SQLResultsToXMLActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
SQLQueryMultipleActivity(org.w3c.dom.Element element)
           
AbstractSQLActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.sql.csv
 

Constructors in uk.org.ogsadai.activity.sql.csv that throw ActivityCreationException
CSVQueryStatementActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.transform
 

Constructors in uk.org.ogsadai.activity.transform that throw ActivityCreationException
RandomSampleActivity(org.w3c.dom.Element element)
           
WebRowSetProjectionActivity(org.w3c.dom.Element element)
          Constructs an activity using the specified element.
StringTokenizerActivity(org.w3c.dom.Element element)
           
XSLTransformActivity(org.w3c.dom.Element element)
           
GZIPCompressionActivity(org.w3c.dom.Element element)
           
ZIPArchiveActivity(org.w3c.dom.Element element)
           
BytesToTempFileActivity(org.w3c.dom.Element element)
          Constructs an instance of the BytesToTempFileActivity activity.
CSVProjectionActivity(org.w3c.dom.Element element)
           
GZIPDecompressionActivity(org.w3c.dom.Element element)
           
FrequencyDistributorActivity(org.w3c.dom.Element element)
           
BlockAggregatorActivity(org.w3c.dom.Element element)
           
 

Uses of ActivityCreationException in uk.org.ogsadai.activity.xmldb
 

Constructors in uk.org.ogsadai.activity.xmldb that throw ActivityCreationException
XQueryStatementActivity(org.w3c.dom.Element element)
          Constructs an XQuery activity using the specified XML element.
XMLBulkLoadActivity(org.w3c.dom.Element element)
          Constructs an XMLBulkLoad activity using the specified XML element.
XMLResourceManagementActivity(org.w3c.dom.Element element)
          Constructs an XML resource management activity using the specified XML element.
XMLCollectionManagementActivity(org.w3c.dom.Element element)
          Constructs an XML collection management activity using the specified XML element.
XPathStatementActivity(org.w3c.dom.Element element)
          Constructs an XPath activity using the specified XML element.
XMLDBActivity(org.w3c.dom.Element element)
          Constructs an XMLDB activity using the specified XML element.
XUpdateStatementActivity(org.w3c.dom.Element element)
          Constructs an XUpdate activity using the specified XML element.
XMLDBCommandActivity(org.w3c.dom.Element element, CommandFactory factory)
          Constructs a CommandActivity using the specified element and command factory.
 

Uses of ActivityCreationException in uk.org.ogsadai.examples.demoFactory
 

Constructors in uk.org.ogsadai.examples.demoFactory that throw ActivityCreationException
DemoQueryInstanceActivity(org.w3c.dom.Element element)
          Constructs a demo query instance activity using the specified XML element.
DemoCreateInstanceActivity(org.w3c.dom.Element element)
          Constructs a demo create instance activity using the specified XML element.
 

Uses of ActivityCreationException in uk.org.ogsadai.examples.demoTransientFactory
 

Constructors in uk.org.ogsadai.examples.demoTransientFactory that throw ActivityCreationException
DemoCreateTransientInstanceActivity(org.w3c.dom.Element element)
          Constructs an demo create transient instance activity using the specified XML element.