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(org.w3c.dom.Element rootElement)
           
static ObjectFactoryImpl ObjectFactoryParser.parseInputStream(java.io.InputStream xmlInputStream)
           
static ObjectFactoryImpl ObjectFactoryParser.parseResource(java.lang.String resource)
           
static ObjectFactoryImpl ObjectFactoryParser.parseXmlString(java.lang.String xml)
           
 

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



Copyright © 2010 JBoss Community. All Rights Reserved.