Class ExpressionWrapperFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismPropertyWrapper<T>,PrismPropertyValue<T>,PrismProperty<T>,PrismPropertyValueWrapper<T>>
   
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl<ExpressionType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ExpressionWrapperFactory
- All Implemented Interfaces:
- ItemWrapperFactory<PrismPropertyWrapper<ExpressionType>,,- PrismPropertyValueWrapper<ExpressionType>, - PrismPropertyValue<ExpressionType>> - WrapperFactory
@Component
public class ExpressionWrapperFactory
extends PrismPropertyWrapperFactoryImpl<ExpressionType>
Created by honchar
- 
Field SummaryFields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImplschemaService
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ExpressionType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()voidMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImplcreateNewValue, createValueWrapper, getPredefinedValuesOid, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValueMethods 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.WrapperFactorymatch
- 
Constructor Details- 
ExpressionWrapperFactorypublic ExpressionWrapperFactory()
 
- 
- 
Method Details- 
match- Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismPropertyWrapperFactoryImpl<ExpressionType>
 
- 
register@PostConstruct public void register()- Specified by:
- registerin interface- WrapperFactory
- Overrides:
- registerin class- PrismPropertyWrapperFactoryImpl<ExpressionType>
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismPropertyWrapperFactoryImpl<ExpressionType>
 
- 
createWrapperInternalprotected PrismPropertyWrapper<ExpressionType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) - Overrides:
- createWrapperInternalin class- PrismPropertyWrapperFactoryImpl<ExpressionType>
 
- 
registerWrapperPanel- Overrides:
- registerWrapperPanelin class- PrismPropertyWrapperFactoryImpl<ExpressionType>
 
 
-