Class MoveExecutionEntityContainer.FlowElementMoveEntry

java.lang.Object
org.flowable.engine.impl.dynamic.MoveExecutionEntityContainer.FlowElementMoveEntry
Enclosing class:
MoveExecutionEntityContainer

public static class MoveExecutionEntityContainer.FlowElementMoveEntry extends Object
  • 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()