jBPM distribution 6.2.0.CR2

org.jbpm.services.task.rule.impl
Class RuleContextProviderImpl

java.lang.Object
  extended by org.jbpm.services.task.rule.impl.RuleContextProviderImpl
All Implemented Interfaces:
RuleContextProvider

public class RuleContextProviderImpl
extends Object
implements RuleContextProvider


Method Summary
 void addGlobals(String scope, Map<String,Object> global)
           
 void addKieBase(String scope, KieBase kbase)
           
static RuleContextProviderImpl get()
           
 Map<String,Object> getGlobals(String scope)
           
 KieBase getKieBase(String scope)
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

jBPM distribution 6.2.0.CR2

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