Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TracingLevelType
Packages that use TracingLevelType
Package
Description
-
Uses of TracingLevelType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return TracingLevelTypeModifier and TypeMethodDescription@NotNull TracingLevelType
@NotNull TracingLevelType
OperationResult.getTracingLevel
(Class<? extends TraceType> traceClass) Methods in com.evolveum.midpoint.schema.result with parameters of type TracingLevelTypeModifier and TypeMethodDescriptionboolean
CompiledTracingProfile.isLevel
(@NotNull Class<? extends TraceType> traceClass, @NotNull TracingLevelType level) boolean
OperationResult.isTracing
(Class<? extends TraceType> traceClass, TracingLevelType threshold) -
Uses of TracingLevelType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type TracingLevelTypeModifier and TypeMethodDescriptionstatic boolean
TraceUtil.isAtLeast
(@Nullable TracingLevelType level, @Nullable TracingLevelType threshold) static boolean
TraceUtil.isAtLeastMinimal
(TracingLevelType level) static boolean
TraceUtil.isAtLeastNormal
(TracingLevelType level) -
Uses of TracingLevelType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TracingLevelTypeModifier and TypeMethodDescriptionstatic TracingLevelType
TracingTypeProfileType.getLevel()
static TracingLevelType
Returns the enum constant of this class with the specified name.static TracingLevelType[]
TracingLevelType.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 TracingLevelTypeModifier and TypeMethodDescriptionTracingTypeProfileType.level
(TracingLevelType value) void
TracingTypeProfileType.setLevel
(TracingLevelType value)