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 Summary
Constructors Constructor Description LoggingConfigurationWrapperFactoryImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?,?>> wrappers)PrismContainerValueWrapper<C>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.PrismContainerWrapperFactoryImpl
createChildren, createChildWrapper, createValueWrapper, getItemDefinitions, registerWrapperPanel, setupWrapper, shouldBeExpanded 
- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapper 
- 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match 
 - 
 
 - 
 
- 
- 
Method Detail
- 
match
public boolean match(ItemDefinition<?> def)
- Specified by:
 matchin interfaceWrapperFactory- Overrides:
 matchin classPrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
register
@PostConstruct public void register()
- Specified by:
 registerin interfaceWrapperFactory- Overrides:
 registerin classPrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
getOrder
public int getOrder()
- Specified by:
 getOrderin interfaceWrapperFactory- Overrides:
 getOrderin classPrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
addItemWrapper
public void addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?,?>> wrappers) throws SchemaException
- Overrides:
 addItemWrapperin classPrismContainerWrapperFactoryImpl<C extends Containerable>- Throws:
 SchemaException
 
- 
createNewValue
protected PrismContainerValue<C> createNewValue(PrismContainer<C> item)
- Overrides:
 createNewValuein classPrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
createWrapperInternal
protected PrismContainerWrapper<C> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<C> childContainer, ItemStatus status, WrapperContext ctx)
- Overrides:
 createWrapperInternalin classPrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
createContainerValueWrapper
public PrismContainerValueWrapper<C> createContainerValueWrapper(PrismContainerWrapper<C> objectWrapper, PrismContainerValue<C> objectValue, ValueStatus status, WrapperContext context)
- Specified by:
 createContainerValueWrapperin interfacePrismContainerWrapperFactory<C extends Containerable>- Overrides:
 createContainerValueWrapperin classPrismContainerWrapperFactoryImpl<C extends Containerable>
 
 - 
 
 -