Package org.flowable.engine.impl.dynamic
Class MoveExecutionEntityContainer.FlowElementMoveEntry
- java.lang.Object
-
- org.flowable.engine.impl.dynamic.MoveExecutionEntityContainer.FlowElementMoveEntry
-
- Enclosing class:
- MoveExecutionEntityContainer
public static class MoveExecutionEntityContainer.FlowElementMoveEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.bpmn.model.FlowElementnewFlowElementprotected org.flowable.bpmn.model.FlowElementoriginalFlowElement
-
Constructor Summary
Constructors Constructor Description FlowElementMoveEntry(org.flowable.bpmn.model.FlowElement originalFlowElement, org.flowable.bpmn.model.FlowElement newFlowElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.bpmn.model.FlowElementgetNewFlowElement()org.flowable.bpmn.model.FlowElementgetOriginalFlowElement()
-