org.jbpm
Class JbpmConfiguration.Configs

java.lang.Object
  extended by org.jbpm.JbpmConfiguration.Configs
Enclosing class:
JbpmConfiguration

public static class JbpmConfiguration.Configs
extends Object

access to configuration information through the current JbpmContext


Method Summary
static boolean getBoolean(String name)
           
static int getInt(String name)
           
static long getLong(String name)
           
static Object getObject(String name)
           
static ObjectFactory getObjectFactory()
           
static String getString(String name)
           
static boolean hasObject(String name)
           
static void setDefaultObjectFactory(ObjectFactory objectFactory)
          Deprecated. call JbpmConfiguration.setDefaultObjectFactory(ObjectFactory) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.