Class OutboundAttributeMappingWrapperFactory
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<MappingType>
com.evolveum.midpoint.gui.impl.factory.wrapper.OutboundAttributeMappingWrapperFactory
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<MappingType>,,- PrismContainerValueWrapper<MappingType>, - PrismContainerValue<MappingType>> - PrismContainerWrapperFactory<MappingType>,- WrapperFactory
@Component
public class OutboundAttributeMappingWrapperFactory
extends PrismContainerWrapperFactoryImpl<MappingType>
- Author:
- lskublik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetOrder()<C extends Containerable>
 booleanmatch(ItemDefinition<?> def, PrismContainerValue<C> parent) protected booleanshouldCreateEmptyValue(PrismContainer<MappingType> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, match, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadataMethods 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, createWrapper
- 
Constructor Details- 
OutboundAttributeMappingWrapperFactorypublic OutboundAttributeMappingWrapperFactory()
 
- 
- 
Method Details- 
matchpublic <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismContainerWrapperFactoryImpl<MappingType>
 
- 
shouldCreateEmptyValue
 
-