Class ShadowAssociationWrapperFactoryImpl
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<ShadowAssociationType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ShadowAssociationWrapperFactoryImpl
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<ShadowAssociationType>,,- PrismContainerValueWrapper<ShadowAssociationType>, - PrismContainerValue<ShadowAssociationType>> - PrismContainerWrapperFactory<ShadowAssociationType>,- WrapperFactory
@Component
public class ShadowAssociationWrapperFactoryImpl
extends PrismContainerWrapperFactoryImpl<ShadowAssociationType>
- Author:
- skublik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) protected List<PrismContainerValueWrapper<ShadowAssociationType>>createValuesWrapper(PrismContainerWrapper<ShadowAssociationType> itemWrapper, PrismContainer<ShadowAssociationType> item, WrapperContext context) protected PrismContainerWrapper<ShadowAssociationType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationType> childContainer, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, 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- 
ShadowAssociationWrapperFactoryImplpublic ShadowAssociationWrapperFactoryImpl()
 
- 
- 
Method Details- 
match- Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismContainerWrapperFactoryImpl<ShadowAssociationType>
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismContainerWrapperFactoryImpl<ShadowAssociationType>
 
- 
createWrapperInternalprotected PrismContainerWrapper<ShadowAssociationType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationType> childContainer, ItemStatus status, WrapperContext ctx) - Overrides:
- createWrapperInternalin class- PrismContainerWrapperFactoryImpl<ShadowAssociationType>
 
- 
canCreateWrapperprotected boolean canCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) 
- 
createValuesWrapperprotected List<PrismContainerValueWrapper<ShadowAssociationType>> createValuesWrapper(PrismContainerWrapper<ShadowAssociationType> itemWrapper, PrismContainer<ShadowAssociationType> item, WrapperContext context) throws SchemaException 
 
-