Class SimulationResultImpl
java.lang.Object
com.evolveum.midpoint.model.impl.simulation.SimulationResultImpl
- All Implemented Interfaces:
SimulationResult
Implementation note: must be thread-safe.
-
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.task.api.SimulationResult
openTransaction
-
Method Details
-
getTransaction
Description copied from interface:SimulationResultTODO- Specified by:
getTransactionin interfaceSimulationResult
-
close
Description copied from interface:SimulationResultCloses the simulation result. No "processed object" records should be added afterwards.- Specified by:
closein interfaceSimulationResult- Throws:
ObjectNotFoundException
-
getResultOid
Description copied from interface:SimulationResultOID of theSimulationResultTypeobject.- Specified by:
getResultOidin interfaceSimulationResult
-
getSimulationDefinition
Description copied from interface:SimulationResultReturns the definition for the current simulation.- Specified by:
getSimulationDefinitionin interfaceSimulationResult
-
isEventMarkEnabled
Description copied from interface:SimulationResultIs this particular event mark enabled for the current simulation?- Specified by:
isEventMarkEnabledin interfaceSimulationResult
-