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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) protected boolean
shouldCreateEmptyValue
(PrismContainer<MappingType> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, match, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapper
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
-
Constructor Details
-
OutboundAttributeMappingWrapperFactory
public OutboundAttributeMappingWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismContainerWrapperFactoryImpl<MappingType>
-
shouldCreateEmptyValue
-