org.jbpm.services.task.rule.impl
Class RuleContextProviderImpl
java.lang.Object
org.jbpm.services.task.rule.impl.RuleContextProviderImpl
- All Implemented Interfaces:
- RuleContextProvider
public class RuleContextProviderImpl
- extends Object
- implements RuleContextProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static RuleContextProviderImpl get()
initialize
public void initialize()
getKieBase
public KieBase getKieBase(String scope)
- Specified by:
getKieBase
in interface RuleContextProvider
getGlobals
public Map<String,Object> getGlobals(String scope)
- Specified by:
getGlobals
in interface RuleContextProvider
addGlobals
public void addGlobals(String scope,
Map<String,Object> global)
- Specified by:
addGlobals
in interface RuleContextProvider
addKieBase
public void addKieBase(String scope,
KieBase kbase)
- Specified by:
addKieBase
in interface RuleContextProvider
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.