Package com._1c.g5.v8.derived.operations
Interface IModalOperationController
-
public interface IModalOperationController
Controller which allows to change the behavior of orchestration within the modal operation
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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 benull
- Returns:
- True if the provided stage block is applicable within the corresponding modal operation
-
-