Class SimulationResultImpl
java.lang.Object
com.evolveum.midpoint.model.impl.simulation.SimulationResultImpl
- All Implemented Interfaces:
- SimulationResult
Implementation note: must be thread-safe.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose(OperationResult result) Closes the simulation result.@NotNull StringOID of theSimulationResultTypeobject.@NotNull SimulationDefinitionTypeReturns the definition for the current simulation.getTransaction(@NotNull String transactionId) TODObooleanisEventMarkEnabled(@NotNull MarkType eventMark) Is this particular event mark enabled for the current simulation?Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.task.api.SimulationResultopenTransaction
- 
Method Details- 
getTransactionDescription copied from interface:SimulationResultTODO- Specified by:
- getTransactionin interface- SimulationResult
 
- 
closeDescription copied from interface:SimulationResultCloses the simulation result. No "processed object" records should be added afterwards.- Specified by:
- closein interface- SimulationResult
- Throws:
- ObjectNotFoundException
 
- 
getResultOidDescription copied from interface:SimulationResultOID of theSimulationResultTypeobject.- Specified by:
- getResultOidin interface- SimulationResult
 
- 
getSimulationDefinitionDescription copied from interface:SimulationResultReturns the definition for the current simulation.- Specified by:
- getSimulationDefinitionin interface- SimulationResult
 
- 
isEventMarkEnabledDescription copied from interface:SimulationResultIs this particular event mark enabled for the current simulation?- Specified by:
- isEventMarkEnabledin interface- SimulationResult
 
 
-