06-09-2010 09:18 PM
06-10-2010 12:38 AM
public void execute(ActivityExecution execution) throws Exception {
Object object = ReflectUtil.instantiate(className);
ReflectUtil.invoke(object, method, null);
leave(execution);
}
[/size]06-10-2010 07:52 AM
06-11-2010 01:00 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.