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 void
done(QualifiedItemProcessingOutcomeType outcome, Throwable exception)
double
getDurationRounded()
long
getEndTimeMillis()
@NotNull IterationItemInformation
getIterationItemInformation()
Returns the item characterization for this operation.@NotNull IterativeOperationStartInfo
getStartInfo()
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:
getDurationRounded
in interfaceOperation
-
getEndTimeMillis
public long getEndTimeMillis()
- Specified by:
getEndTimeMillis
in interfaceOperation
-
getIterationItemInformation
@NotNull public @NotNull IterationItemInformation getIterationItemInformation()
Description copied from interface:Operation
Returns the item characterization for this operation.- Specified by:
getIterationItemInformation
in interfaceOperation
-
getStartInfo
@NotNull public @NotNull IterativeOperationStartInfo getStartInfo()
Description copied from interface:Operation
Returns start info for this operation.- Specified by:
getStartInfo
in interfaceOperation
-
-