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 SummaryFields Modifier and Type Field Description static StringLOGGER_PROFILINGstatic QNamePROFILING_LOGGER_PATH
 - 
Constructor SummaryConstructors Constructor Description ProfilingClassLoggerWrapperFactoryImpl()
 - 
Method Summary- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createValueWrapper, getItemDefinitions, getOrder, register, setupWrapper, shouldBeExpanded
 - 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, setupMetadata
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactorycreateWrapper, createWrapper
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
 
- 
 
- 
- 
- 
Field Detail- 
PROFILING_LOGGER_PATHpublic static final QName PROFILING_LOGGER_PATH 
 - 
LOGGER_PROFILINGpublic static final String LOGGER_PROFILING - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
matchpublic boolean match(ItemDefinition<?> def) - Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
 
 - 
createWrapperInternalprotected PrismContainerWrapper<ClassLoggerConfigurationType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ClassLoggerConfigurationType> childContainer, ItemStatus status, WrapperContext ctx) - Overrides:
- createWrapperInternalin class- PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
 
 - 
registerWrapperPanelpublic void registerWrapperPanel(PrismContainerWrapper<ClassLoggerConfigurationType> wrapper) - Overrides:
- registerWrapperPanelin class- PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
 
 - 
getValuesprotected List<PrismContainerValue<ClassLoggerConfigurationType>> getValues(PrismContainer<ClassLoggerConfigurationType> item) 
 - 
shouldCreateEmptyValueprotected boolean shouldCreateEmptyValue(PrismContainer<ClassLoggerConfigurationType> item, WrapperContext context) 
 - 
createNewValueprotected PrismContainerValue<ClassLoggerConfigurationType> createNewValue(PrismContainer<ClassLoggerConfigurationType> item) - Overrides:
- createNewValuein class- PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
 
 - 
createContainerValueWrapperpublic PrismContainerValueWrapper<ClassLoggerConfigurationType> createContainerValueWrapper(PrismContainerWrapper<ClassLoggerConfigurationType> objectWrapper, PrismContainerValue<ClassLoggerConfigurationType> objectValue, ValueStatus status, WrapperContext context) - Specified by:
- createContainerValueWrapperin interface- PrismContainerWrapperFactory<ClassLoggerConfigurationType>
- Overrides:
- createContainerValueWrapperin class- PrismContainerWrapperFactoryImpl<ClassLoggerConfigurationType>
 
 
- 
 
-