org.jbpm.formModeler.core.processing
Class BindingManagerImpl
java.lang.Object
org.jbpm.formModeler.core.processing.BindingManagerImpl
- All Implemented Interfaces:
- BindingManager
@ApplicationScoped
public class BindingManagerImpl
- extends Object
- implements BindingManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingManagerImpl
public BindingManagerImpl()
getPropertyDefinition
public PropertyDefinition getPropertyDefinition(String propertyName,
String className)
throws Exception
- Specified by:
getPropertyDefinition
in interface BindingManager
- Throws:
Exception
getPropertyDefinition
public PropertyDefinition getPropertyDefinition(String propertyName,
Class clazz)
throws Exception
- Specified by:
getPropertyDefinition
in interface BindingManager
- Throws:
Exception
hasProperty
public boolean hasProperty(Object obj,
String propName)
- Specified by:
hasProperty
in interface BindingManager
getPropertyValue
public Object getPropertyValue(Object obj,
String propName)
- Specified by:
getPropertyValue
in interface BindingManager
setPropertyValue
public void setPropertyValue(Object destination,
String propName,
Object value)
throws NoSuchFieldException,
NoSuchMethodException,
InvocationTargetException,
IllegalAccessException
- Specified by:
setPropertyValue
in interface BindingManager
- Throws:
NoSuchFieldException
NoSuchMethodException
InvocationTargetException
IllegalAccessException
lookup
public static BindingManagerImpl lookup()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.