Class ActivityItemProcessingStatistics.OperationImpl
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.state.ActivityItemProcessingStatistics.OperationImpl
-
- All Implemented Interfaces:
Operation
- Enclosing class:
- ActivityItemProcessingStatistics
public class ActivityItemProcessingStatistics.OperationImpl extends Object implements Operation
Real implementation of theOperation
interface.
-
-
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.
-
-
-
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
-
-