Interface TaskIterativeOperationCollector

    • Method Detail

      • recordIterativeOperationStart

        @NotNull
        default @NotNull Operation recordIterativeOperationStart​(PrismObject<? extends ObjectType> object)
        Records the start of iterative operation. The operation end is recorded by calling appropriate method on the returned object.
      • recordIterativeOperationStart

        @NotNull
        default @NotNull Operation recordIterativeOperationStart​(IterationItemInformation info)
        Records the start of iterative operation. The operation end is recorded by calling appropriate method on the returned object.
      • recordIterativeOperationStart

        @NotNull
        @NotNull Operation recordIterativeOperationStart​(@NotNull
                                                         @NotNull IterativeOperationStartInfo info)
        Records the start of iterative operation. The operation end is recorded by calling appropriate method on the returned object.