Uses of Class
org.jbpm.configuration.ObjectFactoryImpl

Packages that use ObjectFactoryImpl
org.jbpm.configuration creates object graphs based on xml description for the jbpm configuration. 
 

Uses of ObjectFactoryImpl in org.jbpm.configuration
 

Methods in org.jbpm.configuration that return ObjectFactoryImpl
static ObjectFactoryImpl ObjectFactoryParser.createObjectFactory(Element infosElement)
           
static ObjectFactoryImpl ObjectFactoryParser.parseInputStream(InputStream inputStream)
           
static ObjectFactoryImpl ObjectFactoryParser.parseResource(String resource)
           
static ObjectFactoryImpl ObjectFactoryParser.parseXmlString(String xml)
           
 

Methods in org.jbpm.configuration with parameters of type ObjectFactoryImpl
 Object ValueInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object NullInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object FloatInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object BeanInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object IntegerInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object MapInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object JbpmContextInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object JbpmTypeObjectInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object CharacterInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object RefInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object SetInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object BooleanInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object LongInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object StringInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object ListInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object DoubleInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object ObjectInfo.createObject(ObjectFactoryImpl objectFactory)
           
 Object ConstructorInfo.createObject(ObjectFactoryImpl objectFactory)
           
protected  Object[] ConstructorInfo.getArgs(ObjectFactoryImpl objectFactory)
           
protected  Class[] ConstructorInfo.getParameterTypes(ObjectFactoryImpl objectFactory)
           
 void PropertyInfo.injectProperty(Object object, ObjectFactoryImpl objectFactory)
           
 void FieldInfo.injectProperty(Object object, ObjectFactoryImpl objectFactory)
           
 void ObjectFactoryParser.parseElements(Element infosElement, ObjectFactoryImpl objectFactory)
           
 void ObjectFactoryParser.parseElementsFromResource(String resource, ObjectFactoryImpl objectFactory)
           
 void ObjectFactoryParser.parseElementsStream(InputStream inputStream, ObjectFactoryImpl objectFactory)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.