Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.LoggingLevelType

Packages that use LoggingLevelType
com.evolveum.midpoint.web.page.admin.configuration.dto   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of LoggingLevelType in com.evolveum.midpoint.web.page.admin.configuration.dto
 

Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return LoggingLevelType
 LoggingLevelType FilterConfiguration.getLevel()
           
 LoggingLevelType LoggerConfiguration.getLevel()
           
 LoggingLevelType LoggingDto.getRootLevel()
           
static LoggingLevelType ProfilingLevel.toLoggerLevelType(ProfilingLevel level)
           
 

Methods in com.evolveum.midpoint.web.page.admin.configuration.dto with parameters of type LoggingLevelType
static ProfilingLevel ProfilingLevel.fromLoggerLevelType(LoggingLevelType level)
           
 void FilterConfiguration.setLevel(LoggingLevelType level)
           
 void LoggerConfiguration.setLevel(LoggingLevelType level)
           
 void LoggingDto.setRootLevel(LoggingLevelType rootLevel)
           
 

Method parameters in com.evolveum.midpoint.web.page.admin.configuration.dto with type arguments of type LoggingLevelType
protected  void LevelValidator.onValidate(org.apache.wicket.validation.IValidatable<LoggingLevelType> item)
           
 

Uses of LoggingLevelType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as LoggingLevelType
protected  LoggingLevelType ClassLoggerConfigurationType.level
           
protected  LoggingLevelType SubSystemLoggerConfigurationType.level
           
protected  LoggingLevelType LoggingConfigurationType.rootLoggerLevel
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return LoggingLevelType
static LoggingLevelType LoggingLevelType.fromValue(java.lang.String v)
           
 LoggingLevelType ClassLoggerConfigurationType.getLevel()
          Gets the value of the level property.
 LoggingLevelType SubSystemLoggerConfigurationType.getLevel()
          Gets the value of the level property.
 LoggingLevelType LoggingConfigurationType.getRootLoggerLevel()
          Gets the value of the rootLoggerLevel property.
static LoggingLevelType LoggingLevelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoggingLevelType[] LoggingLevelType.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_2a with parameters of type LoggingLevelType
 void ClassLoggerConfigurationType.setLevel(LoggingLevelType value)
          Sets the value of the level property.
 void SubSystemLoggerConfigurationType.setLevel(LoggingLevelType value)
          Sets the value of the level property.
 void LoggingConfigurationType.setRootLoggerLevel(LoggingLevelType value)
          Sets the value of the rootLoggerLevel property.
 



Copyright © 2012 evolveum. All Rights Reserved.