org.jbpm.services.task.rule
public interface RuleContextProvider
Modifier and Type | Method and Description |
---|---|
void |
addGlobals(String scope,
Map<String,Object> globals) |
void |
addKieBase(String scope,
org.kie.api.KieBase kbase) |
Map<String,Object> |
getGlobals(String scope) |
org.kie.api.KieBase |
getKieBase(String scope) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.