|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 containing the configuration to create the service factories. |
protected static ObjectFactory |
JbpmConfiguration.parseObjectFactory(java.io.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)
normally, JbpmContext object are created via a JbpmConfiguration. |
|
| Uses of ObjectFactory in org.jbpm.configuration |
|---|
| Classes in org.jbpm.configuration that implement ObjectFactory | |
|---|---|
class |
ObjectFactoryImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||