Class MVELActionBuilder

    • Constructor Detail

      • MVELActionBuilder

        public MVELActionBuilder()
    • Method Detail

      • processMacros

        public static String processMacros​(String consequence)
      • build

        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)
        Specified by:
        build in interface ActionBuilder
      • buildAction

        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.mvel.builder.MVELDialect dialect,
                                   org.drools.mvel.builder.MVELAnalysisResult analysis,
                                   String text,
                                   Map<String,​Class<?>> variables)
                            throws Exception
        Throws:
        Exception