uk.org.ogsadai.service.resource.config
Interface ActivitiesConfig

All Known Implementing Classes:
FileBasedActivitiesConfig

public interface ActivitiesConfig

Author:
OGSA-DAI team

Method Summary
 ActivityConfig[] getActivityConfigs()
          Gets the configuration details of each of the activities.
 org.w3c.dom.Document getBasePerformDocumentSchema()
          Gets the XSD schema document that describes the base schema of the perform document.
 

Method Detail

getBasePerformDocumentSchema

public org.w3c.dom.Document getBasePerformDocumentSchema()
Gets the XSD schema document that describes the base schema of the perform document. The full schema of accepted perform documents is derived from this base plus the schema corresponding to each activity's parameters.

Returns:
document with XSD schema of base perform document.

getActivityConfigs

public ActivityConfig[] getActivityConfigs()
Gets the configuration details of each of the activities.

Returns:
Array of details of the individual activities.