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>
- 
Field SummaryFields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImplVIRTUAL_CONTAINER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateContainerValueWrapper(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.AssignmentDetailsWrapperFactoryImplcanCreateWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapperMethods 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, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
- 
Constructor Details- 
ConstructionWrapperFactorypublic ConstructionWrapperFactory()
 
- 
- 
Method Details- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- AssignmentDetailsWrapperFactoryImpl<ConstructionType>
 
- 
match- 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>
 
 
-