Difference between revisions of "DHVariables"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
'''DHVariables''': List of default values for DataHandler service's variables. DHVariables contains the DHVariable element(s).
+
==Description==
  
 +
[[File:DHVariables.jpg|thumb|DhVariables with VulCon]]DHVariables element contains the list of default values for [[DataHandler]] service's variables.
  
'''DHVariable''':  Default value for DataHandler service's variable. Its parameters are:
+
It is used by the [[DBOBuilder#DBOS|DBOs]] and does not have attributes.
  
* ''name''
+
Might contain the sub-elements:
* ''value'': see the [[Statement]] placeholders.
+
* [[#DHVariable|DHVariable]]
 +
 
 +
===DHVariable===
 +
 
 +
Default value for DataHandler service's variable.
 +
 
 +
The following table shows its attributes:
 +
{|class="gvtable"
 +
! Attribute !! Type !! Description
 +
|-
 +
| name || required || Variable name
 +
|-
 +
| value || required || Variable value.
 +
Might contain [[placeholders]] that will be replaced at runtime.
 +
|}

Revision as of 12:17, 2 April 2012

Description

DhVariables with VulCon

DHVariables element contains the list of default values for DataHandler service's variables.

It is used by the DBOs and does not have attributes.

Might contain the sub-elements:

DHVariable

Default value for DataHandler service's variable.

The following table shows its attributes:

Attribute Type Description
name required Variable name
value required Variable value.

Might contain placeholders that will be replaced at runtime.