jBPM distribution 6.0.0.CR4-Pre1

Uses of Class
org.jbpm.test.JbpmJUnitBaseTestCase.Strategy

Packages that use JbpmJUnitBaseTestCase.Strategy
org.jbpm.test   
 

Uses of JbpmJUnitBaseTestCase.Strategy in org.jbpm.test
 

Methods in org.jbpm.test that return JbpmJUnitBaseTestCase.Strategy
static JbpmJUnitBaseTestCase.Strategy JbpmJUnitBaseTestCase.Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JbpmJUnitBaseTestCase.Strategy[] JbpmJUnitBaseTestCase.Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.test with parameters of type JbpmJUnitBaseTestCase.Strategy
protected  RuntimeManager JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy, Map<String,ResourceType> resources)
          Creates default configuration of RuntimeManager with given strategy and all resources being added to knowledge base.
protected  RuntimeManager JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy, Map<String,ResourceType> resources, org.kie.internal.runtime.manager.RuntimeEnvironment environment, String identifier)
          The lowest level of creation of RuntimeManager that expects to get RuntimeEnvironment to be given as argument.
protected  RuntimeManager JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy, Map<String,ResourceType> resources, String identifier)
          Creates default configuration of RuntimeManager with given strategy and all resources being added to knowledge base.
protected  RuntimeManager JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy, String identifier, String... process)
          Creates default configuration of RuntimeManager with given strategy and all processes being added to knowledge base.
 


jBPM distribution 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.