org.jbpm.formModeler.core.processing
Interface BindingManager
public interface BindingManager
getPropertyDefinition
PropertyDefinition getPropertyDefinition(FieldType type)
throws Exception
- Throws:
Exception
getPropertyDefinition
PropertyDefinition getPropertyDefinition(String propertyName,
String className)
throws Exception
- Throws:
Exception
getPropertyDefinition
PropertyDefinition getPropertyDefinition(String propertyName,
Class clazz)
throws Exception
- Throws:
Exception
hasProperty
boolean hasProperty(Object obj,
String propName)
getPropertyValue
Object getPropertyValue(Object obj,
String propName)
setPropertyValue
void setPropertyValue(Object destination,
String propName,
Object value)
throws NoSuchFieldException,
NoSuchMethodException,
InvocationTargetException,
IllegalAccessException
- Throws:
NoSuchFieldException
NoSuchMethodException
InvocationTargetException
IllegalAccessException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.