|
jBPM distribution 6.2.0.Beta2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextResolver in org.jbpm.bpmn2.xpath |
---|
Methods in org.jbpm.bpmn2.xpath with parameters of type ContextResolver | |
---|---|
void |
XPATHAssignmentBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
Assignment assignment,
String sourceExpr,
String targetExpr,
ContextResolver contextResolver,
boolean isInput)
|
void |
XPATHActionBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
DroolsAction action,
org.drools.compiler.lang.descr.ActionDescr actionDescr,
ContextResolver contextResolver)
|
void |
XPATHReturnValueEvaluatorBuilder.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 | |
---|---|
void |
AssignmentBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
Assignment assignment,
String sourceExpr,
String targetExpr,
ContextResolver contextResolver,
boolean isInput)
|
void |
ActionBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
DroolsAction action,
org.drools.compiler.lang.descr.ActionDescr actionDescr,
ContextResolver contextResolver)
|
void |
ReturnValueEvaluatorBuilder.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.java |
---|
Methods in org.jbpm.process.builder.dialect.java with parameters of type ContextResolver | |
---|---|
void |
JavaActionBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
DroolsAction action,
org.drools.compiler.lang.descr.ActionDescr actionDescr,
ContextResolver contextResolver)
|
void |
JavaReturnValueEvaluatorBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
ReturnValueConstraintEvaluator constraintNode,
org.drools.compiler.compiler.ReturnValueDescr descr,
ContextResolver contextResolver)
|
Map |
AbstractJavaProcessBuilder.createVariableContext(String className,
String text,
ProcessBuildContext context,
String[] globals,
Set<String> unboundIdentifiers,
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 | |
---|---|
void |
MVELActionBuilder.build(org.drools.compiler.rule.builder.PackageBuildContext context,
DroolsAction action,
org.drools.compiler.lang.descr.ActionDescr actionDescr,
ContextResolver contextResolver)
|
void |
MVELReturnValueEvaluatorBuilder.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.core.impl |
---|
Classes in org.jbpm.process.core.impl that implement ContextResolver | |
---|---|
class |
ProcessImpl
Default implementation of a Process |
Uses of ContextResolver in org.jbpm.ruleflow.core |
---|
Classes in org.jbpm.ruleflow.core that implement ContextResolver | |
---|---|
class |
RuleFlowProcess
|
Uses of ContextResolver in org.jbpm.workflow.core.impl |
---|
Classes in org.jbpm.workflow.core.impl that implement ContextResolver | |
---|---|
class |
ExtendedNodeImpl
|
class |
NodeImpl
Default implementation of a node. |
class |
WorkflowProcessImpl
Default implementation of a RuleFlow process. |
Uses of ContextResolver in org.jbpm.workflow.core.node |
---|
Classes in org.jbpm.workflow.core.node that implement ContextResolver | |
---|---|
class |
ActionNode
Default implementation of an action node. |
class |
BoundaryEventNode
|
class |
CatchLinkNode
|
class |
CompositeContextNode
|
class |
CompositeNode
|
class |
CompositeNode.CompositeNodeEnd
|
class |
CompositeNode.CompositeNodeStart
|
class |
DynamicNode
|
class |
EndNode
Default implementation of an end node. |
class |
EventNode
|
class |
EventSubProcessNode
|
class |
FaultNode
Default implementation of a fault node. |
class |
ForEachNode
A for each node. |
class |
ForEachNode.ForEachJoinNode
|
class |
ForEachNode.ForEachSplitNode
|
class |
HumanTaskNode
|
class |
Join
Default implementation of a join. |
class |
MilestoneNode
Default implementation of a milestone node. |
class |
RuleSetNode
Default implementation of a RuleSet node. |
class |
Split
Default implementation of a split node. |
class |
StartNode
Default implementation of a start node. |
class |
StateBasedNode
|
class |
StateNode
|
class |
SubProcessNode
Default implementation of a sub-flow node. |
class |
ThrowLinkNode
|
class |
TimerNode
|
class |
WorkItemNode
Default implementation of a task node. |
|
jBPM distribution 6.2.0.Beta2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |