public class JavaActionBuilder extends AbstractJavaProcessBuilder implements ActionBuilder
INVOKER_REGISTRY, RULE_REGISTRY
Constructor and Description |
---|
JavaActionBuilder() |
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,
String className,
org.drools.compiler.compiler.AnalysisResult analysis) |
protected org.drools.compiler.compiler.AnalysisResult |
getAnalysis(org.drools.compiler.rule.builder.PackageBuildContext context,
org.drools.compiler.lang.descr.ActionDescr actionDescr) |
protected String |
getClassName(org.drools.compiler.rule.builder.PackageBuildContext context) |
collectTypes, createVariableContext, createVariableContext, generateTemplates, getInvokerTemplateRegistry, getRuleTemplateRegistry
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 String getClassName(org.drools.compiler.rule.builder.PackageBuildContext context)
protected org.drools.compiler.compiler.AnalysisResult getAnalysis(org.drools.compiler.rule.builder.PackageBuildContext context, org.drools.compiler.lang.descr.ActionDescr actionDescr)
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, String className, org.drools.compiler.compiler.AnalysisResult analysis)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.