Class TraceUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.TraceUtil
-
public class TraceUtil extends Object
Utility methods related to tracing.
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
DEFAULT_RECORD_OBJECT_REFERENCES_FOUND
static Integer
DEFAULT_RECORD_OBJECTS_FOUND
-
Constructor Summary
Constructors Constructor Description TraceUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAtLeast(@Nullable TracingLevelType level, @Nullable TracingLevelType threshold)
static boolean
isAtLeastMinimal(TracingLevelType level)
static boolean
isAtLeastNormal(TracingLevelType level)
static Collection<AnyValueType>
toAnyValueTypeList(Object object, PrismContext prismContext)
static NamedValueType
toNamedValueType(Object object, QName name, PrismContext prismContext)
-
-
-
Method Detail
-
toAnyValueTypeList
public static Collection<AnyValueType> toAnyValueTypeList(Object object, PrismContext prismContext)
-
toNamedValueType
public static NamedValueType toNamedValueType(Object object, QName name, PrismContext prismContext)
-
isAtLeastMinimal
public static boolean isAtLeastMinimal(TracingLevelType level)
-
isAtLeastNormal
public static boolean isAtLeastNormal(TracingLevelType level)
-
isAtLeast
public static boolean isAtLeast(@Nullable @Nullable TracingLevelType level, @Nullable @Nullable TracingLevelType threshold)
-
-