Using substitution methods in java
645617Oct 21 2008 — edited Oct 22 2008I am currently developing an open tool in Java.
I have some basic code that works fine when invoked from ODI, however I would like to be able to use some of the functionality that is available via Jython (for example the equivalent of '<%=odiRef.getInfo("DEST_USER_NAME")%>'.
I assume that Jython is (somehow) calling a getInfo method on a java class and was wondering whether I can do the equivalent from my java opentool.
Thanks,
Chris