Uses of Interface
org.jbpm.configuration.ObjectFactory

Packages that use ObjectFactory
org.jbpm central access to the jbpm database and other services. 
org.jbpm.configuration creates object graphs based on xml description for the jbpm configuration. 
 

Uses of ObjectFactory in org.jbpm
 

Methods in org.jbpm that return ObjectFactory
static ObjectFactory JbpmConfiguration.Configs.getObjectFactory()
           
 ObjectFactory JbpmContext.getObjectFactory()
          gives access to the object factory that builds the service factories.
protected static ObjectFactory JbpmConfiguration.parseObjectFactory(InputStream inputStream)
           
 

Methods in org.jbpm with parameters of type ObjectFactory
protected static JbpmConfiguration JbpmConfiguration.createJbpmConfiguration(ObjectFactory objectFactory)
           
static void JbpmConfiguration.setDefaultObjectFactory(ObjectFactory objectFactory)
           
static void JbpmConfiguration.Configs.setDefaultObjectFactory(ObjectFactory objectFactory)
          Deprecated. call JbpmConfiguration.setDefaultObjectFactory(ObjectFactory) instead
 

Constructors in org.jbpm with parameters of type ObjectFactory
JbpmConfiguration(ObjectFactory objectFactory)
           
JbpmContext(Services services, ObjectFactory objectFactory)
           
 

Uses of ObjectFactory in org.jbpm.configuration
 

Classes in org.jbpm.configuration that implement ObjectFactory
 class ObjectFactoryImpl
           
 



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