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 TypeMethodDescriptionvoiddone(QualifiedItemProcessingOutcomeType outcome, Throwable exception) doublelong@NotNull IterationItemInformationReturns the item characterization for this operation.@NotNull IterativeOperationStartInfoReturns start info for this operation.
-
Method Details
-
done
-
getDurationRounded
public double getDurationRounded()- Specified by:
getDurationRoundedin interfaceOperation
-
getEndTimeMillis
public long getEndTimeMillis()- Specified by:
getEndTimeMillisin interfaceOperation
-
getIterationItemInformation
Description copied from interface:OperationReturns the item characterization for this operation.- Specified by:
getIterationItemInformationin interfaceOperation
-
getStartInfo
Description copied from interface:OperationReturns start info for this operation.- Specified by:
getStartInfoin interfaceOperation
-