org.jbpm
Class JbpmConfiguration.Configs
java.lang.Object
org.jbpm.JbpmConfiguration.Configs
- Enclosing class:
- JbpmConfiguration
public static class JbpmConfiguration.Configs
- extends Object
access to configuration information through the current JbpmContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getObjectFactory
public static ObjectFactory getObjectFactory()
setDefaultObjectFactory
public static void setDefaultObjectFactory(ObjectFactory objectFactory)
- Deprecated. call
JbpmConfiguration.setDefaultObjectFactory(ObjectFactory) instead
hasObject
public static boolean hasObject(String name)
getObject
public static Object getObject(String name)
getString
public static String getString(String name)
getLong
public static long getLong(String name)
getInt
public static int getInt(String name)
getBoolean
public static boolean getBoolean(String name)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.