Commit Graph

2 Commits

Author SHA1 Message Date
Heng Sin Low 052a829023 * Separate the new callout extension interface from the classic callout interface. this is to avoid confusion since the methodName argument is not used here and implementation is expected to implement the start method.
* Change the getCallout method to findCallout and return a list of registered callout for a column. Callout is not a singleton service and developer can register multiple callout per column
* Make consistent with current semantic where callout is not invoke if record is processed and not always updateable.
* Make consistent with current semantic where only non empty string return from the callout instance is return to the caller as an error message string.
2010-03-09 00:27:33 +00:00
joergviola f73caa3e98 More flexible service locator interface.
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-08 20:27:33 +00:00