Difference between revisions of "GenericRetriever"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== The GenericRetriever element allows you to define a helper to use into the XSL transformations. We define the functions that run SQL select statement and return...")
 
({{GVESB}} configuration)
Line 9: Line 9:
 
=={{GVESB}} configuration==
 
=={{GVESB}} configuration==
  
GenericRetriever element is used by [[RetrieverConfig]].
+
GenericRetriever element is used by [[Retriever_config|RetrieverConfig]].
  
 
The following table shows its attributes:
 
The following table shows its attributes:

Revision as of 16:33, 30 March 2012

Description

The GenericRetriever element allows you to define a helper to use into the XSL transformations.

We define the functions that run SQL select statement and return the first field of the first record.

The statement to be executed can contain metadata resolved at runtime.

GreenVulcano® ESB configuration

GenericRetriever element is used by RetrieverConfig.

The following table shows its attributes:

Attribute Type Description
type fixed retriever (unmodifiable)
class fixed it.greenvulcano.gvesb.datahandling.utils.GenericRetriever

Might contain the sub-elements: