12-07-2012 09:12 AM
public abstract Object convertFormValueToModelValue(String propertyValue);
public abstract String convertModelValueToFormValue(Object modelValue);
public Object getInformation(String key) {
return null;
}That AbstractFormType implements the org.activiti.engine.form.FormType interface, that has only String getName();
Object getInformation(String key);I use the impl class, because the org.activiti.explorer.form.UserFormType uses it too and i'm not found otger better solutions :shock: I builded my code using UserFormType as example.12-10-2012 04:28 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.