Class ActivityItemProcessingStatistics.OperationImpl
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.state.ActivityItemProcessingStatistics.OperationImpl
- All Implemented Interfaces:
Operation
- Enclosing class:
- ActivityItemProcessingStatistics
Real implementation of the
Operation
interface.-
Method Summary
Modifier and TypeMethodDescriptionvoid
done
(QualifiedItemProcessingOutcomeType outcome, Throwable exception) double
long
@NotNull IterationItemInformation
Returns the item characterization for this operation.@NotNull IterativeOperationStartInfo
Returns start info for this operation.
-
Method Details
-
done
-
getDurationRounded
public double getDurationRounded()- Specified by:
getDurationRounded
in interfaceOperation
-
getEndTimeMillis
public long getEndTimeMillis()- Specified by:
getEndTimeMillis
in interfaceOperation
-
getIterationItemInformation
Description copied from interface:Operation
Returns the item characterization for this operation.- Specified by:
getIterationItemInformation
in interfaceOperation
-
getStartInfo
Description copied from interface:Operation
Returns start info for this operation.- Specified by:
getStartInfo
in interfaceOperation
-