Class ProfilingClassLoggerWrapperFactoryImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismContainerWrapper<C>,PrismContainerValue<C>,PrismContainer<C>,PrismContainerValueWrapper<C>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ProfilingClassLoggerWrapperFactoryImpl
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ClassLoggerConfigurationType>,,PrismContainerValueWrapper<ClassLoggerConfigurationType>, PrismContainerValue<ClassLoggerConfigurationType>> PrismContainerWrapperFactory<ClassLoggerConfigurationType>,WrapperFactory
@Component
public class ProfilingClassLoggerWrapperFactoryImpl
extends PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
- Author:
- skublik
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContainerValueWrapper(PrismContainerWrapper<ClassLoggerConfigurationType> objectWrapper, PrismContainerValue<ClassLoggerConfigurationType> objectValue, ValueStatus status, WrapperContext context) protected PrismContainerValue<ClassLoggerConfigurationType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ClassLoggerConfigurationType> childContainer, ItemStatus status, WrapperContext ctx) protected List<PrismContainerValue<ClassLoggerConfigurationType>>booleanmatch(ItemDefinition<?> def) voidprotected booleanMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createValueWrapper, getItemDefinitions, getOrder, register, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, setupMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Field Details
-
PROFILING_LOGGER_PATH
-
LOGGER_PROFILING
- See Also:
-
-
Constructor Details
-
ProfilingClassLoggerWrapperFactoryImpl
public ProfilingClassLoggerWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
-
createWrapperInternal
protected PrismContainerWrapper<ClassLoggerConfigurationType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ClassLoggerConfigurationType> childContainer, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
-
registerWrapperPanel
- Overrides:
registerWrapperPanelin classPrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
-
getValues
protected List<PrismContainerValue<ClassLoggerConfigurationType>> getValues(PrismContainer<ClassLoggerConfigurationType> item) -
shouldCreateEmptyValue
protected boolean shouldCreateEmptyValue(PrismContainer<ClassLoggerConfigurationType> item, WrapperContext context) -
createNewValue
protected PrismContainerValue<ClassLoggerConfigurationType> createNewValue(PrismContainer<ClassLoggerConfigurationType> item) - Overrides:
createNewValuein classPrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
-
createContainerValueWrapper
public PrismContainerValueWrapper<ClassLoggerConfigurationType> createContainerValueWrapper(PrismContainerWrapper<ClassLoggerConfigurationType> objectWrapper, PrismContainerValue<ClassLoggerConfigurationType> objectValue, ValueStatus status, WrapperContext context) - Specified by:
createContainerValueWrapperin interfacePrismContainerWrapperFactory<ClassLoggerConfigurationType>- Overrides:
createContainerValueWrapperin classPrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
-