Class ResourceAttributeMappingWrapperFactory
- 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<ResourceAttributeDefinitionType>
 - 
- com.evolveum.midpoint.gui.impl.factory.wrapper.ResourceAttributeMappingWrapperFactory
 
 
 
 
- 
- All Implemented Interfaces:
 ItemWrapperFactory<PrismContainerWrapper<ResourceAttributeDefinitionType>,PrismContainerValueWrapper<ResourceAttributeDefinitionType>,PrismContainerValue<ResourceAttributeDefinitionType>>,PrismContainerWrapperFactory<ResourceAttributeDefinitionType>,WrapperFactory
@Component public class ResourceAttributeMappingWrapperFactory extends PrismContainerWrapperFactoryImpl<ResourceAttributeDefinitionType>
- Author:
 - lskublik
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResourceAttributeMappingWrapperFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueWrapper<ResourceAttributeDefinitionType>createContainerValueWrapper(PrismContainerWrapper<ResourceAttributeDefinitionType> objectWrapper, PrismContainerValue<ResourceAttributeDefinitionType> objectValue, ValueStatus status, WrapperContext context)protected PrismContainerWrapper<ResourceAttributeDefinitionType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ResourceAttributeDefinitionType> childContainer, ItemStatus status, WrapperContext ctx)intgetOrder()booleanmatch(ItemDefinition<?> def)- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createNewValue, createValueWrapper, getItemDefinitions, register, 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<ResourceAttributeDefinitionType>
 
- 
getOrder
public int getOrder()
- Specified by:
 getOrderin interfaceWrapperFactory- Overrides:
 getOrderin classPrismContainerWrapperFactoryImpl<ResourceAttributeDefinitionType>
 
- 
createContainerValueWrapper
public PrismContainerValueWrapper<ResourceAttributeDefinitionType> createContainerValueWrapper(PrismContainerWrapper<ResourceAttributeDefinitionType> objectWrapper, PrismContainerValue<ResourceAttributeDefinitionType> objectValue, ValueStatus status, WrapperContext context)
- Specified by:
 createContainerValueWrapperin interfacePrismContainerWrapperFactory<ResourceAttributeDefinitionType>- Overrides:
 createContainerValueWrapperin classPrismContainerWrapperFactoryImpl<ResourceAttributeDefinitionType>
 
- 
createWrapperInternal
protected PrismContainerWrapper<ResourceAttributeDefinitionType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<ResourceAttributeDefinitionType> childContainer, ItemStatus status, WrapperContext ctx)
- Overrides:
 createWrapperInternalin classPrismContainerWrapperFactoryImpl<ResourceAttributeDefinitionType>
 
 - 
 
 -