Difference between revisions of "DataRetriever"

From GreenVulcano Wiki
Jump to: navigation, search
Line 6: Line 6:
 
|-
 
|-
 
| cacheable || optional || (true|false): If true the calculated function value, for the given parameters set, is cached for future access during the service processing.<br/> The cache is cancelled at service end. <br/>  Default false.
 
| cacheable || optional || (true|false): If true the calculated function value, for the given parameters set, is cached for future access during the service processing.<br/> The cache is cancelled at service end. <br/>  Default false.
 +
|-
 
| DataRetriever || optional || DB query. Might contain [[placeholders]].
 
| DataRetriever || optional || DB query. Might contain [[placeholders]].
 
|-
 
|-

Revision as of 14:45, 9 February 2012

The GreenVulcano® ESB element DataRetriever defines a helper function.

It is defined by four parameters:

Attribute Type Description
cacheable optional false): If true the calculated function value, for the given parameters set, is cached for future access during the service processing.
The cache is cancelled at service end.
Default false.
DataRetriever optional DB query. Might contain placeholders.
method required Helper function name.
signature optional Comma-separated list of parameters name to be substituted in the function.