public static class MoveExecutionEntityContainer.FlowElementMoveEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.bpmn.model.FlowElement |
newFlowElement |
protected org.flowable.bpmn.model.FlowElement |
originalFlowElement |
| Constructor and Description |
|---|
FlowElementMoveEntry(org.flowable.bpmn.model.FlowElement originalFlowElement,
org.flowable.bpmn.model.FlowElement newFlowElement) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.bpmn.model.FlowElement |
getNewFlowElement() |
org.flowable.bpmn.model.FlowElement |
getOriginalFlowElement() |
protected org.flowable.bpmn.model.FlowElement originalFlowElement
protected org.flowable.bpmn.model.FlowElement newFlowElement
Copyright © 2020 Flowable. All rights reserved.