jBPM distribution 6.0.0.Beta5

org.jbpm.services.task.rule
Interface RuleContextProvider

All Known Implementing Classes:
RuleContextProviderImpl

public interface RuleContextProvider


Method Summary
 void addGlobals(String scope, Map<String,Object> globals)
           
 void addKieBase(String scope, KieBase kbase)
           
 Map<String,Object> getGlobals(String scope)
           
 KieBase getKieBase(String scope)
           
 

Method Detail

getKieBase

KieBase getKieBase(String scope)

addKieBase

void addKieBase(String scope,
                KieBase kbase)

getGlobals

Map<String,Object> getGlobals(String scope)

addGlobals

void addGlobals(String scope,
                Map<String,Object> globals)

jBPM distribution 6.0.0.Beta5

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