04-01-2014 02:01 AM
04-01-2014 03:04 AM
I want to know is there any provision for associating delegate class at Runtime in activiti engine ?yes.
04-08-2014 12:22 AM
04-08-2014 02:48 AM
Which reflection APIs you are talking about ?http://docs.oracle.com/javase/tutorial/reflect/
public class T1 implements JavaDelegate {
Expression t2Expression; //get/setters
public void execute(DelegateExecution execution) throws Exception {
JavaDelegate t2 = (JavaDelegate) t2Expression.getValue(execution); // here you can use reflection API instead
t2.execute(execution);
}
}
04-08-2014 04:54 AM
04-09-2014 02:42 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.