jbpm-form-modeler-api 6.0.0.Beta5

org.jbpm.formModeler.core.processing
Interface BindingManager


public interface BindingManager


Method Summary
 PropertyDefinition getPropertyDefinition(FieldType type)
           
 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(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

jbpm-form-modeler-api 6.0.0.Beta5

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