| 程序包 | 说明 |
|---|---|
| com.bstek.urule.model.flow | |
| com.bstek.urule.model.flow.ins | |
| com.bstek.urule.runtime.event | |
| com.bstek.urule.runtime.event.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessInstance |
FlowDefinition.newInstance(FlowContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NodeEvent.enter(FlowNode node,
ProcessInstance instance,
FlowContext context)
规则流流入当前节点触发的方法
|
void |
FlowAction.execute(ActionNode node,
FlowContext context,
ProcessInstance instance) |
protected KnowledgeSession |
BindingNode.executeKnowledgePackage(FlowContext context,
ProcessInstance instance) |
protected void |
FlowNode.executeNodeEvent(com.bstek.urule.model.flow.EventType type,
FlowContext context,
ProcessInstance instance) |
void |
NodeEvent.leave(FlowNode node,
ProcessInstance instance,
FlowContext context)
规则流流出当前节点触发的方法
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FlowInstance |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessInstance |
ProcessInstance.getParent() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ProcessInstance> |
ProcessInstance.getChildren() |
List<ProcessInstance> |
FlowInstance.getChildren() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessInstance |
ProcessEvent.getProcessInstance() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessInstance |
DefaultProcessEvent.getProcessInstance() |
| 构造器和说明 |
|---|
DefaultProcessEvent(ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
ProcessAfterCompletedEventImpl(ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
ProcessAfterNodeTriggeredEventImpl(FlowNode flowNode,
ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
ProcessAfterStartedEventImpl(ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
ProcessBeforeCompletedEventImpl(ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
ProcessBeforeNodeTriggeredEventImpl(FlowNode flowNode,
ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
ProcessBeforeStartedEventImpl(ProcessInstance processInstance,
KnowledgeSession knowledgeSession) |
Copyright © 2018 Bstek. All rights reserved.