Difference between revisions of "DataRetriever"
Line 1: | Line 1: | ||
− | ''DataRetriever'' defines a helper function. | + | The {{GVESB}} element ''DataRetriever'' defines a helper function. |
It is defined by four parameters: | It is defined by four parameters: | ||
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | + | |- | |
− | + | | 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]]. | |
− | + | |- | |
− | + | | method || required || Helper function name. | |
− | + | |- | |
− | + | | signature || optional || Comma-separated list of parameters name to be substituted in the function. | |
− | + | |} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
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. |