Class HeterogenousContainerWrapperFactory<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.HeterogenousContainerWrapperFactory<C>
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<C>,,- PrismContainerValueWrapper<C>, - PrismContainerValue<C>> - PrismContainerWrapperFactory<C>,- WrapperFactory
@Component
public class HeterogenousContainerWrapperFactory<C extends Containerable>
extends PrismContainerWrapperFactoryImpl<C>
Just like 
PrismContainerWrapperFactoryImpl but sets PrismContainerValueWrapper.isHeterogenous() flag to `true`.- Author:
- katka
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateValueWrapper(PrismContainerWrapper<C> parent, PrismContainerValue<C> value, ValueStatus status, WrapperContext context) protected List<? extends ItemDefinition>getItemDefinitions(PrismContainerWrapper<C> parent, PrismContainerValue<C> value) intgetOrder()booleanmatch(ItemDefinition<?> itemDef) match single value containers which contains a looot of other conainers, e.g.voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createWrapperInternal, 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- 
HeterogenousContainerWrapperFactorypublic HeterogenousContainerWrapperFactory()
 
- 
- 
Method Details- 
createValueWrapperpublic PrismContainerValueWrapper<C> createValueWrapper(PrismContainerWrapper<C> parent, PrismContainerValue<C> value, ValueStatus status, WrapperContext context) throws SchemaException - Specified by:
- createValueWrapperin interface- ItemWrapperFactory<PrismContainerWrapper<C extends Containerable>,- PrismContainerValueWrapper<C extends Containerable>, - PrismContainerValue<C extends Containerable>> 
- Overrides:
- createValueWrapperin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
- Throws:
- SchemaException
 
- 
getItemDefinitionsprotected List<? extends ItemDefinition> getItemDefinitions(PrismContainerWrapper<C> parent, PrismContainerValue<C> value) - Overrides:
- getItemDefinitionsin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
matchmatch single value containers which contains a looot of other conainers, e.g. policy rule, policy action, notification configuration, etc- 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>
 
 
-