public class MVELActionBuilder extends AbstractMVELBuilder implements ActionBuilder
Constructor and Description |
---|
MVELActionBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.drools.compiler.rule.builder.PackageBuildContext context,
org.jbpm.workflow.core.DroolsAction action,
org.drools.compiler.lang.descr.ActionDescr actionDescr,
org.jbpm.process.core.ContextResolver contextResolver) |
protected void |
buildAction(org.drools.compiler.rule.builder.PackageBuildContext context,
org.jbpm.workflow.core.DroolsAction action,
org.drools.compiler.lang.descr.ActionDescr actionDescr,
org.jbpm.process.core.ContextResolver contextResolver,
org.drools.compiler.rule.builder.dialect.mvel.MVELDialect dialect,
org.drools.compiler.rule.builder.dialect.mvel.MVELAnalysisResult analysis,
String text,
Map<String,Class<?>> variables) |
static String |
processMacros(String consequence) |
collectTypes, delimitExpressions, getAnalysis
public void build(org.drools.compiler.rule.builder.PackageBuildContext context, org.jbpm.workflow.core.DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, org.jbpm.process.core.ContextResolver contextResolver)
build
in interface ActionBuilder
protected void buildAction(org.drools.compiler.rule.builder.PackageBuildContext context, org.jbpm.workflow.core.DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, org.jbpm.process.core.ContextResolver contextResolver, org.drools.compiler.rule.builder.dialect.mvel.MVELDialect dialect, org.drools.compiler.rule.builder.dialect.mvel.MVELAnalysisResult analysis, String text, Map<String,Class<?>> variables) throws Exception
Exception
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.