Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TracingLevelType
-
Packages that use TracingLevelType Package Description com.evolveum.midpoint.schema.result com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of TracingLevelType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return TracingLevelType Modifier and Type Method Description @NotNull TracingLevelTypeCompiledTracingProfile. getLevel(@NotNull Class<? extends TraceType> traceClass)@NotNull TracingLevelTypeOperationResult. getTracingLevel(Class<? extends TraceType> traceClass)Methods in com.evolveum.midpoint.schema.result with parameters of type TracingLevelType Modifier and Type Method Description booleanCompiledTracingProfile. isLevel(@NotNull Class<? extends TraceType> traceClass, @NotNull TracingLevelType level)booleanOperationResult. 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 TracingLevelType Modifier and Type Method Description static 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 TracingLevelType Modifier and Type Method Description static TracingLevelTypeTracingLevelType. fromValue(String v)TracingLevelTypeTracingTypeProfileType. getLevel()static TracingLevelTypeTracingLevelType. valueOf(String name)Returns the enum constant of this type with the specified name.static TracingLevelType[]TracingLevelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TracingLevelType Modifier and Type Method Description TracingTypeProfileTypeTracingTypeProfileType. level(TracingLevelType value)voidTracingTypeProfileType. setLevel(TracingLevelType value)
-