Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BuiltInSimulationMetricType
Packages that use BuiltInSimulationMetricType
Package
Description
-
Uses of BuiltInSimulationMetricType in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation that return types with arguments of type BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionstatic Map<BuiltInSimulationMetricType,
Integer> SimulationsGuiUtil.getBuiltInMetrics
(SimulationResultType result) Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation with parameters of type BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionstatic ObjectProcessingStateType
SimulationsGuiUtil.builtInMetricToProcessingState
(BuiltInSimulationMetricType identifier) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.simulation with type arguments of type BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionstatic int
SimulationsGuiUtil.getUnmodifiedProcessedObjectCount
(SimulationResultType result, Map<BuiltInSimulationMetricType, Integer> builtInMetrics) -
Uses of BuiltInSimulationMetricType in com.evolveum.midpoint.schema.simulation
Methods in com.evolveum.midpoint.schema.simulation that return BuiltInSimulationMetricTypeModifier and TypeMethodDescription@NotNull BuiltInSimulationMetricType
SimulationMetricReference.BuiltIn.getBuiltIn()
Methods in com.evolveum.midpoint.schema.simulation with parameters of type BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionSimulationMetricReference.forBuiltIn
(@NotNull BuiltInSimulationMetricType builtIn) -
Uses of BuiltInSimulationMetricType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionSimulationMetricReferenceTypeUtil.forBuiltIn
(BuiltInSimulationMetricType builtIn) -
Uses of BuiltInSimulationMetricType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionstatic BuiltInSimulationMetricType
SimulationMetricReferenceType.getBuiltIn()
static BuiltInSimulationMetricType
Returns the enum constant of this class with the specified name.static BuiltInSimulationMetricType[]
BuiltInSimulationMetricType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type BuiltInSimulationMetricTypeModifier and TypeMethodDescriptionSimulationMetricReferenceType.builtIn
(BuiltInSimulationMetricType value) void
SimulationMetricReferenceType.setBuiltIn
(BuiltInSimulationMetricType value)