Class DummyOperationImpl
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.DummyOperationImpl
-
-
Constructor Summary
Constructors Constructor Description DummyOperationImpl(@NotNull IterativeOperationStartInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone(QualifiedItemProcessingOutcomeType outcome, Throwable exception)doublegetDurationRounded()longgetEndTimeMillis()@NotNull IterationItemInformationgetIterationItemInformation()Returns the item characterization for this operation.@NotNull IterativeOperationStartInfogetStartInfo()Returns start info for this operation.
-
-
-
Constructor Detail
-
DummyOperationImpl
public DummyOperationImpl(@NotNull @NotNull IterativeOperationStartInfo info)
-
-
Method Detail
-
done
public void done(QualifiedItemProcessingOutcomeType outcome, Throwable exception)
-
getDurationRounded
public double getDurationRounded()
- Specified by:
getDurationRoundedin interfaceOperation
-
getEndTimeMillis
public long getEndTimeMillis()
- Specified by:
getEndTimeMillisin interfaceOperation
-
getIterationItemInformation
@NotNull public @NotNull IterationItemInformation getIterationItemInformation()
Description copied from interface:OperationReturns the item characterization for this operation.- Specified by:
getIterationItemInformationin interfaceOperation
-
getStartInfo
@NotNull public @NotNull IterativeOperationStartInfo getStartInfo()
Description copied from interface:OperationReturns start info for this operation.- Specified by:
getStartInfoin interfaceOperation
-
-