Hi,
I am trying to implement a workflow method using D2 api and ID2Method interface. The abstract method:
public D2methodBean execute(IDfSession sessObj, IDfSysObject sysObj,
Locale locObj, ArgumentParser argParseObj) throws Exception {
uses few parameters. I would like to know significance and use of Locale and Argument parser parameters. Locale as in would be specific to language, but still how it is implemented. Same with ArgParse. Looks like it is similar to Map params of IdmMethod execute method but how will it be used. A standalone example could of very great help.
I am trying to move a workflow autoactivity code earlier using iDmMethod for notification.
Please, any help will be highly appreciated. I am trying to find api documentation for it but all i could get is d2fs classes and not for ID2Method.
Regards
Vivek