Difference between revisions of "DHVariables"

From GreenVulcano Wiki
Jump to: navigation, search
(Description)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Description==
 
==Description==
  
[[File:DHVariables.jpg|thumb|DHVariables with VulCon]]DHVariables element contains the list of default values for [[DataHandler]] service's variables.
+
DHVariables element contains the list of default values for [[DataHandler]] service's variables.
  
It is used by:
+
=={{GVESB}} configuration==
 +
[[File:DHVariables.jpg|thumb|DHVariables with VulCon]]
 +
DHVariables is used by:
 
* [[DBOSelect]]
 
* [[DBOSelect]]
 
* [[DBOThreadSelect]]
 
* [[DBOThreadSelect]]
Line 14: Line 16:
 
* [[DBOMultiFlatSelect]]
 
* [[DBOMultiFlatSelect]]
  
DHVariables does not have attributes.
+
This element does not have attributes.
  
 
Might contain the sub-element:
 
Might contain the sub-element:
Line 21: Line 23:
 
===DHVariable===
 
===DHVariable===
  
Default value for DataHandler service's variable.
+
Each DHVariable represents the default value for a [[DataHandler]] service's variable.
  
 
The following table shows its attributes:
 
The following table shows its attributes:
Line 29: Line 31:
 
| name || required || Variable name
 
| name || required || Variable name
 
|-
 
|-
| value || required || Variable value.  
+
| value || required || Variable value. Can contain [[placeholders]] that will be replaced at runtime.
Might contain [[placeholders]] that will be replaced at runtime.
 
 
|}
 
|}
 +
 +
 +
Might contain the sub-element:
 +
* [[Description]]

Latest revision as of 12:24, 2 April 2012

Description

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

GreenVulcano® ESB configuration

DHVariables with VulCon

DHVariables is used by:

This element does not have attributes.

Might contain the sub-element:

DHVariable

Each DHVariable represents the default value for a DataHandler service's variable.

The following table shows its attributes:

Attribute Type Description
name required Variable name
value required Variable value. Can contain placeholders that will be replaced at runtime.


Might contain the sub-element: