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

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

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

Fields in com.evolveum.midpoint.web.page.admin.configuration.dto with type parameters of type LoggingComponentType
static Map<String,LoggingComponentType> LoggingDto.componentMap
           
 

Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return LoggingComponentType
 LoggingComponentType ComponentLogger.getComponent()
           
 LoggingComponentType FilterConfiguration.getComponent()
           
 

Methods in com.evolveum.midpoint.web.page.admin.configuration.dto with parameters of type LoggingComponentType
 void ComponentLogger.setComponent(LoggingComponentType component)
           
 

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

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as LoggingComponentType
protected  LoggingComponentType SubSystemLoggerConfigurationType.component
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return LoggingComponentType
static LoggingComponentType LoggingComponentType.fromValue(String v)
           
 LoggingComponentType SubSystemLoggerConfigurationType.getComponent()
          Gets the value of the component property.
static LoggingComponentType LoggingComponentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingComponentType[] LoggingComponentType.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 LoggingComponentType
 void SubSystemLoggerConfigurationType.setComponent(LoggingComponentType value)
          Sets the value of the component property.
 



Copyright © 2013 evolveum. All Rights Reserved.