Interface IModalOperationController


public interface IModalOperationController
Controller which allows to change the behavior of orchestration within the modal operation
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Checks if the async pipeline stage block is applied to the current modal operation or it should be ignored by the modal operation.
  • Method Details

    • isStageBlockAppliedInModalOperation

      default boolean isStageBlockAppliedInModalOperation(DerivedDataSegmentBucket stage)
      Checks if the async pipeline stage block is applied to the current modal operation or it should be ignored by the modal operation. In case of ignoring the block goes to the main orchestration pipeline and is processed after the modal operation is finished
      Parameters:
      stage - The checked stage. May not be null
      Returns:
      True if the provided stage block is applicable within the corresponding modal operation