Uses of Interface
org.jbpm.process.core.ContextResolver
-
-
Uses of ContextResolver in org.jbpm.bpmn2.xpath
Methods in org.jbpm.bpmn2.xpath with parameters of type ContextResolver Modifier and Type Method Description voidXPATHActionBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver)voidXPATHReturnValueEvaluatorBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver) -
Uses of ContextResolver in org.jbpm.process.builder
Methods in org.jbpm.process.builder with parameters of type ContextResolver Modifier and Type Method Description voidActionBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver)voidReturnValueEvaluatorBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator returnValueConstraintEvaluator, org.drools.compiler.compiler.ReturnValueDescr returnValueDescr, ContextResolver contextResolver) -
Uses of ContextResolver in org.jbpm.process.builder.dialect.feel
Methods in org.jbpm.process.builder.dialect.feel with parameters of type ContextResolver Modifier and Type Method Description voidFeelReturnValueEvaluatorBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver) -
Uses of ContextResolver in org.jbpm.process.builder.dialect.java
Methods in org.jbpm.process.builder.dialect.java with parameters of type ContextResolver Modifier and Type Method Description voidJavaActionBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver)voidJavaReturnValueEvaluatorBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver)protected voidJavaActionBuilder. buildAction(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver, String className, org.drools.compiler.compiler.AnalysisResult analysis)protected voidJavaReturnValueEvaluatorBuilder. buildReturnValueEvaluator(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver, String className, org.drools.compiler.compiler.AnalysisResult analysis)MapAbstractJavaProcessBuilder. createVariableContext(String className, String text, ProcessBuildContext context, String[] globals, Set<String> unboundIdentifiers, ContextResolver contextResolver) -
Uses of ContextResolver in org.jbpm.process.builder.dialect.javascript
Methods in org.jbpm.process.builder.dialect.javascript with parameters of type ContextResolver Modifier and Type Method Description voidJavaScriptActionBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver)voidJavaScriptReturnValueEvaluatorBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver) -
Uses of ContextResolver in org.jbpm.process.builder.dialect.mvel
Methods in org.jbpm.process.builder.dialect.mvel with parameters of type ContextResolver Modifier and Type Method Description voidMVELActionBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver)voidMVELReturnValueEvaluatorBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver)protected voidMVELActionBuilder. buildAction(org.drools.compiler.rule.builder.PackageBuildContext context, DroolsAction action, org.drools.compiler.lang.descr.ActionDescr actionDescr, ContextResolver contextResolver, org.drools.mvel.builder.MVELDialect dialect, org.drools.mvel.builder.MVELAnalysisResult analysis, String text, Map<String,Class<?>> variables)voidMVELReturnValueEvaluatorBuilder. buildReturnValueEvaluator(org.drools.compiler.rule.builder.PackageBuildContext context, ReturnValueConstraintEvaluator constraintNode, org.drools.compiler.compiler.ReturnValueDescr descr, ContextResolver contextResolver, org.drools.mvel.builder.MVELDialect dialect, org.drools.mvel.builder.MVELAnalysisResult analysis, String text, Map<String,Class<?>> variables) -
Uses of ContextResolver in org.jbpm.process.core.impl
Classes in org.jbpm.process.core.impl that implement ContextResolver Modifier and Type Class Description classProcessImplDefault implementation of a Process -
Uses of ContextResolver in org.jbpm.ruleflow.core
Classes in org.jbpm.ruleflow.core that implement ContextResolver Modifier and Type Class Description classRuleFlowProcess -
Uses of ContextResolver in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement ContextResolver Modifier and Type Class Description classExtendedNodeImplclassNodeImplDefault implementation of a node.classWorkflowProcessImplDefault implementation of a RuleFlow process. -
Uses of ContextResolver in org.jbpm.workflow.core.node
Classes in org.jbpm.workflow.core.node that implement ContextResolver Modifier and Type Class Description classActionNodeDefault implementation of an action node.classAsyncEventNodeclassBoundaryEventNodeclassCatchLinkNodeclassCompositeContextNodeclassCompositeNodestatic classCompositeNode.CompositeNodeEndstatic classCompositeNode.CompositeNodeStartclassDynamicNodeclassEndNodeDefault implementation of an end node.classEventNodeclassEventSubProcessNodeclassFaultNodeDefault implementation of a fault node.classForEachNodeA for each node.static classForEachNode.ForEachJoinNodestatic classForEachNode.ForEachSplitNodeclassHumanTaskNodeclassJoinDefault implementation of a join.classMilestoneNodeDefault implementation of a milestone node.classRuleSetNodeDefault implementation of a RuleSet node.classSplitDefault implementation of a split node.classStartNodeDefault implementation of a start node.classStateBasedNodeclassStateNodeclassSubProcessNodeDefault implementation of a sub-flow node.classThrowLinkNodeclassTimerNodeclassWorkItemNodeDefault implementation of a task node.
-