Class DummyOperationImpl
java.lang.Object
com.evolveum.midpoint.schema.statistics.DummyOperationImpl
- All Implemented Interfaces:
- Operation
A no-op implementation of 
Operation used when there's nowhere to record the execution to.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddone(QualifiedItemProcessingOutcomeType outcome, Throwable exception) doublelong@NotNull IterationItemInformationReturns the item characterization for this operation.@NotNull IterativeOperationStartInfoReturns start info for this operation.
- 
Constructor Details- 
DummyOperationImpl
 
- 
- 
Method Details- 
done
- 
getDurationRoundedpublic double getDurationRounded()- Specified by:
- getDurationRoundedin interface- Operation
 
- 
getEndTimeMillispublic long getEndTimeMillis()- Specified by:
- getEndTimeMillisin interface- Operation
 
- 
getIterationItemInformationDescription copied from interface:OperationReturns the item characterization for this operation.- Specified by:
- getIterationItemInformationin interface- Operation
 
- 
getStartInfoDescription copied from interface:OperationReturns start info for this operation.- Specified by:
- getStartInfoin interface- Operation
 
 
-