Class TraceUtil
java.lang.Object
com.evolveum.midpoint.schema.util.TraceUtil
Utility methods related to tracing.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanisAtLeast(@Nullable TracingLevelType level, @Nullable TracingLevelType threshold) static booleanisAtLeastMinimal(TracingLevelType level) static booleanisAtLeastNormal(TracingLevelType level) static Collection<AnyValueType>toAnyValueTypeList(Object object, PrismContext prismContext) static NamedValueTypetoNamedValueType(Object object, QName name, PrismContext prismContext) 
- 
Field Details- 
DEFAULT_RECORD_OBJECTS_FOUND
- 
DEFAULT_RECORD_OBJECT_REFERENCES_FOUND
 
- 
- 
Constructor Details- 
TraceUtilpublic TraceUtil()
 
- 
- 
Method Details- 
toAnyValueTypeList
- 
toNamedValueType
- 
isAtLeastMinimal
- 
isAtLeastNormal
- 
isAtLeastpublic static boolean isAtLeast(@Nullable @Nullable TracingLevelType level, @Nullable @Nullable TracingLevelType threshold) 
 
-