|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityConfigurationException | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.activity.indexedfiles | Activities for indexing and searching text files using the Apache Lucene search engine. |
uk.org.ogsadai.activity.relational | Contains activities that retrieve logical and physical metadata from a relational database. |
Uses of ActivityConfigurationException in uk.org.ogsadai.activity |
Methods in uk.org.ogsadai.activity that throw ActivityConfigurationException | |
void |
ActivityConfiguration.initialise(org.w3c.dom.Document document) Parses the configuration document, initialising any fields that are necessary for the accessor methods to operate. |
private void |
ActivityCreator.initialiseActivityConfiguration(Activity activity, org.w3c.dom.Document configurationDoc) Creates an activity configuration object, if it hasn't already been created, then passes it into the new activity. |
Uses of ActivityConfigurationException in uk.org.ogsadai.activity.indexedfiles |
Methods in uk.org.ogsadai.activity.indexedfiles that throw ActivityConfigurationException | |
void |
AddAndIndexFileActivityConfiguration.initialise(org.w3c.dom.Document document) |
private java.lang.String |
AddAndIndexFileActivityConfiguration.getAttribute(java.lang.String name, org.w3c.dom.Element element) Gets the attribute of an element. |
Uses of ActivityConfigurationException in uk.org.ogsadai.activity.relational |
Methods in uk.org.ogsadai.activity.relational that throw ActivityConfigurationException | |
void |
PhysicalSchemaFileActivityConfiguration.initialise(org.w3c.dom.Document document) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |