Package org.flowable.engine.impl.dynamic
Class MoveExecutionEntityContainer.FlowElementMoveEntry
java.lang.Object
org.flowable.engine.impl.dynamic.MoveExecutionEntityContainer.FlowElementMoveEntry
- Enclosing class:
- MoveExecutionEntityContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.bpmn.model.FlowElementprotected org.flowable.bpmn.model.FlowElement -
Constructor Summary
ConstructorsConstructorDescriptionFlowElementMoveEntry(org.flowable.bpmn.model.FlowElement originalFlowElement, org.flowable.bpmn.model.FlowElement newFlowElement) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.bpmn.model.FlowElementorg.flowable.bpmn.model.FlowElement
-
Field Details
-
originalFlowElement
protected org.flowable.bpmn.model.FlowElement originalFlowElement -
newFlowElement
protected org.flowable.bpmn.model.FlowElement newFlowElement
-
-
Constructor Details
-
FlowElementMoveEntry
public FlowElementMoveEntry(org.flowable.bpmn.model.FlowElement originalFlowElement, org.flowable.bpmn.model.FlowElement newFlowElement)
-
-
Method Details
-
getOriginalFlowElement
public org.flowable.bpmn.model.FlowElement getOriginalFlowElement() -
getNewFlowElement
public org.flowable.bpmn.model.FlowElement getNewFlowElement()
-