Class AssignmentWrapperFactoryImpl
- 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.NoEmptyValueContainerWrapperFactoryImpl<AssignmentType>
- 
- com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentWrapperFactoryImpl
 
 
 
 
- 
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<AssignmentType>,PrismContainerValueWrapper<AssignmentType>,PrismContainerValue<AssignmentType>>,- PrismContainerWrapperFactory<AssignmentType>,- WrapperFactory
 
 @Component public class AssignmentWrapperFactoryImpl extends NoEmptyValueContainerWrapperFactoryImpl<AssignmentType> - Author:
- skublik
 
- 
- 
Constructor SummaryConstructors Constructor Description AssignmentWrapperFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueWrapper<AssignmentType>createContainerValueWrapper(PrismContainerWrapper<AssignmentType> objectWrapper, PrismContainerValue<AssignmentType> objectValue, ValueStatus status, WrapperContext context)protected List<? extends ItemDefinition>getItemDefinitions(PrismContainerWrapper<AssignmentType> parent, PrismContainerValue<AssignmentType> value)intgetOrder()booleanmatch(ItemDefinition<?> def)- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.NoEmptyValueContainerWrapperFactoryImplcreateNewValue, register, shouldCreateEmptyValue
 - 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createValueWrapper, createWrapperInternal, registerWrapperPanel, setupWrapper, shouldBeExpanded
 - 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactorycreateWrapper, createWrapper
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
 
- 
 
- 
- 
- 
Method Detail- 
createContainerValueWrapperpublic PrismContainerValueWrapper<AssignmentType> createContainerValueWrapper(PrismContainerWrapper<AssignmentType> objectWrapper, PrismContainerValue<AssignmentType> objectValue, ValueStatus status, WrapperContext context) - Specified by:
- createContainerValueWrapperin interface- PrismContainerWrapperFactory<AssignmentType>
- Overrides:
- createContainerValueWrapperin class- PrismContainerWrapperFactoryImpl<AssignmentType>
 
 - 
matchpublic boolean match(ItemDefinition<?> def) - Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- NoEmptyValueContainerWrapperFactoryImpl<AssignmentType>
 
 - 
getItemDefinitionsprotected List<? extends ItemDefinition> getItemDefinitions(PrismContainerWrapper<AssignmentType> parent, PrismContainerValue<AssignmentType> value) - Overrides:
- getItemDefinitionsin class- PrismContainerWrapperFactoryImpl<AssignmentType>
 
 - 
getOrderpublic int getOrder() - Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- NoEmptyValueContainerWrapperFactoryImpl<AssignmentType>
 
 
- 
 
-