Interface TaskIterativeOperationCollector
- All Known Subinterfaces:
- StatisticsCollector
public interface TaskIterativeOperationCollector
Support for recording iterative operations directly on tasks - where activities are not available.
- 
Method SummaryModifier and TypeMethodDescription@NotNull OperationrecordIterativeOperationStart(@NotNull IterativeOperationStartInfo info) Records the start of iterative operation.default @NotNull OperationrecordIterativeOperationStart(PrismObject<? extends ObjectType> object) Records the start of iterative operation.default @NotNull OperationRecords the start of iterative operation.
- 
Method Details- 
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.
- 
recordIterativeOperationStartRecords 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.
 
-