01-11-2015 09:24 AM
public class AddAspectActionExecuter extends ActionExecuterAbstractBase{
public static String PARAM_RESULT = "result";
//private BeanFactory beanFactory ;
@Override
protected void executeImpl(Action ruleAction, NodeRef nodeRef) {
ruleAction.setParameterValue(PARAM_RESULT, "helllloooooooooo");
}
@Override
protected void addParameterDefinitions(List<ParameterDefinition> arg0) {
// TODO Auto-generated method stub
}
}
01-12-2015 01:01 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.