Class CompiledTracingProfile
- java.lang.Object
- 
- com.evolveum.midpoint.schema.result.CompiledTracingProfile
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class CompiledTracingProfile extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompiledTracingProfilecreate(TracingProfileType resolvedProfile, PrismContext prismContext)@NotNull TracingProfileTypegetDefinition()@NotNull TracingLevelTypegetLevel(@NotNull Class<? extends TraceType> traceClass)LoggingLevelOverrideConfigurationgetLoggingLevelOverrideConfiguration()booleanisCollectingLogEntries()booleanisLevel(@NotNull Class<? extends TraceType> traceClass, @NotNull TracingLevelType level)
 
- 
- 
- 
Method Detail- 
createpublic static CompiledTracingProfile create(TracingProfileType resolvedProfile, PrismContext prismContext) 
 - 
getLevel@NotNull public @NotNull TracingLevelType getLevel(@NotNull @NotNull Class<? extends TraceType> traceClass) 
 - 
getDefinition@NotNull public @NotNull TracingProfileType getDefinition() 
 - 
isLevelpublic boolean isLevel(@NotNull @NotNull Class<? extends TraceType> traceClass, @NotNull @NotNull TracingLevelType level)
 - 
isCollectingLogEntriespublic boolean isCollectingLogEntries() 
 - 
getLoggingLevelOverrideConfigurationpublic LoggingLevelOverrideConfiguration getLoggingLevelOverrideConfiguration() 
 
- 
 
-