Class LoggingConfigurationWrapperFactoryImpl<C extends Containerable>
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<C>
com.evolveum.midpoint.gui.impl.factory.wrapper.LoggingConfigurationWrapperFactoryImpl<C>
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<C>,,- PrismContainerValueWrapper<C>, - PrismContainerValue<C>> - PrismContainerWrapperFactory<C>,- WrapperFactory
@Component
public class LoggingConfigurationWrapperFactoryImpl<C extends Containerable>
extends PrismContainerWrapperFactoryImpl<C>
- Author:
- skublik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) createContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context) protected PrismContainerValue<C>createNewValue(PrismContainer<C> item) protected PrismContainerWrapper<C>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<C> childContainer, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImplcreateChildren, createChildWrapper, createValueWrapper, getItemDefinitions, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValueMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactorycreateWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
- 
Constructor Details- 
LoggingConfigurationWrapperFactoryImplpublic LoggingConfigurationWrapperFactoryImpl()
 
- 
- 
Method Details- 
match- Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
register@PostConstruct public void register()- Specified by:
- registerin interface- WrapperFactory
- Overrides:
- registerin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
addItemWrapperpublic void addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) throws SchemaException- Overrides:
- addItemWrapperin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
- Throws:
- SchemaException
 
- 
createNewValue- Overrides:
- createNewValuein class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
createWrapperInternalprotected PrismContainerWrapper<C> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<C> childContainer, ItemStatus status, WrapperContext ctx) - Overrides:
- createWrapperInternalin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
createContainerValueWrapperpublic PrismContainerValueWrapper<C> createContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context) - Specified by:
- createContainerValueWrapperin interface- PrismContainerWrapperFactory<C extends Containerable>
- Overrides:
- createContainerValueWrapperin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
 
-