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 FlowElement originalFlowElement
    • newFlowElement

      protected FlowElement newFlowElement
  • Constructor Details

    • FlowElementMoveEntry

      public FlowElementMoveEntry(FlowElement originalFlowElement, FlowElement newFlowElement)
  • Method Details

    • getOriginalFlowElement

      public FlowElement getOriginalFlowElement()
    • getNewFlowElement

      public FlowElement getNewFlowElement()