jbpm-form-modeler-service-core 6.1.0.Beta2

org.jbpm.formModeler.core.processing
Class BindingManagerImpl

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.BindingManagerImpl
All Implemented Interfaces:
BindingManager

@ApplicationScoped
public class BindingManagerImpl
extends Object
implements BindingManager


Constructor Summary
BindingManagerImpl()
           
 
Method Summary
 PropertyDefinition getPropertyDefinition(String propertyName, Class clazz)
           
 PropertyDefinition getPropertyDefinition(String propertyName, String className)
           
 Object getPropertyValue(Object obj, String propName)
           
 boolean hasProperty(Object obj, String propName)
           
static BindingManagerImpl lookup()
           
 void setPropertyValue(Object destination, String propName, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingManagerImpl

public BindingManagerImpl()
Method Detail

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()

jbpm-form-modeler-service-core 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.