Class ConstructionWrapperFactory
- 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.AssignmentDetailsWrapperFactoryImpl<ConstructionType>
- 
- com.evolveum.midpoint.gui.impl.factory.wrapper.ConstructionWrapperFactory
 
 
 
 
- 
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<ConstructionType>,PrismContainerValueWrapper<ConstructionType>,PrismContainerValue<ConstructionType>>,- PrismContainerWrapperFactory<ConstructionType>,- WrapperFactory
 
 @Component public class ConstructionWrapperFactory extends AssignmentDetailsWrapperFactoryImpl<ConstructionType> 
- 
- 
Constructor SummaryConstructors Constructor Description ConstructionWrapperFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueWrapper<ConstructionType>createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context)intgetOrder()booleanmatch(ItemDefinition<?> def)- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentDetailsWrapperFactoryImplcanCreateWrapper
 - 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
 - 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
 - 
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- 
getOrderpublic int getOrder() - Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- AssignmentDetailsWrapperFactoryImpl<ConstructionType>
 
 - 
matchpublic boolean match(ItemDefinition<?> def) - Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- AssignmentDetailsWrapperFactoryImpl<ConstructionType>
 
 - 
createContainerValueWrapperpublic PrismContainerValueWrapper<ConstructionType> createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context) - Specified by:
- createContainerValueWrapperin interface- PrismContainerWrapperFactory<ConstructionType>
- Overrides:
- createContainerValueWrapperin class- PrismContainerWrapperFactoryImpl<ConstructionType>
 
 
- 
 
-