|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.Map<java.lang.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 |
FilterValidator.onValidate(org.apache.wicket.validation.IValidatable<LoggingComponentType> item)
|
protected void |
LoggerValidator.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(java.lang.String v)
|
LoggingComponentType |
SubSystemLoggerConfigurationType.getComponent()
Gets the value of the component property. |
static LoggingComponentType |
LoggingComponentType.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |