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 TracingLevelTypeOperationResult.getTracingLevel(Class<? extends TraceType> traceClass) Methods in com.evolveum.midpoint.schema.result with parameters of type TracingLevelTypeModifier and TypeMethodDescriptionbooleanOperationResult.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 booleanTraceUtil.isAtLeast(@Nullable TracingLevelType level, @Nullable TracingLevelType threshold) static booleanTraceUtil.isAtLeastMinimal(TracingLevelType level) static booleanTraceUtil.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 TracingLevelTypeTracingTypeProfileType.getLevel()static TracingLevelTypeReturns 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) voidTracingTypeProfileType.setLevel(TracingLevelType value)