jbpm-form-modeler-api 6.1.0-SNAPSHOT

org.jbpm.formModeler.core.processing
Interface BindingManager


public interface BindingManager


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)
           
 void setPropertyValue(Object destination, String propName, Object value)
           
 

Method Detail

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

jbpm-form-modeler-api 6.1.0-SNAPSHOT

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