Uses of Interface
uk.org.ogsadai.service.resource.config.ActivityConfig

Packages that use ActivityConfig
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
uk.org.ogsadai.service.resource.config Classes to do with Data Service Resource configuration. 
 

Uses of ActivityConfig in uk.org.ogsadai.activity
 

Fields in uk.org.ogsadai.activity declared as ActivityConfig
private  ActivityConfig[] ActivityTypesDocumentCreator.mActivityConfigs
          Configuration details of the activities.
 

Methods in uk.org.ogsadai.activity with parameters of type ActivityConfig
private  java.util.Map ActivityFactoryImpl.createActivityMap(ActivityConfig[] activityConfigs)
          Creates an activity map.
private  org.w3c.dom.Document ActivityFactoryImpl.buildPerformDocumentSchema(org.w3c.dom.Document baseSchema, ActivityConfig[] activityConfigs)
          Constructs the perform document schema dynamically from the activity schemas.
private  org.w3c.dom.Document ActivityTypesDocumentCreator.buildDocument(ActivityConfig[] activityConfigs)
          Builds the document describing the activity types that are supported.
 

Constructors in uk.org.ogsadai.activity with parameters of type ActivityConfig
ActivityTypesDocumentCreator(ActivityConfig[] activityConfigs)
          Creates an instance that will use the given activity configuration details.
ActivityCreator(ActivityConfig activityConfig)
          Constructs an ActivityCreator that can create the Activity described by the specified Element.
 

Uses of ActivityConfig in uk.org.ogsadai.service.resource.config
 

Classes in uk.org.ogsadai.service.resource.config that implement ActivityConfig
 class BasicActivityConfig
          Basic class for storing configuration details of an activity.
 

Fields in uk.org.ogsadai.service.resource.config declared as ActivityConfig
private  ActivityConfig[] FileBasedActivitiesConfig.mActivities
           
 

Methods in uk.org.ogsadai.service.resource.config that return ActivityConfig
 ActivityConfig[] FileBasedActivitiesConfig.getActivityConfigs()
          Gets the configuration details of each of the activities.
private  ActivityConfig[] FileBasedActivitiesConfig.getActivityConfigs(org.w3c.dom.Document configDoc)
          Gets the array of configuration details associated with each activity.
private  ActivityConfig FileBasedActivitiesConfig.getActivityConfig(org.w3c.dom.Element activityElement, java.lang.String configBase, java.lang.String schemaBase)
          Constructs the activity configuration associated with a single activity.
 ActivityConfig[] ActivitiesConfig.getActivityConfigs()
          Gets the configuration details of each of the activities.