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 Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, getPredefinedValuesOid, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match 
- 
Constructor Details
- 
ExpressionWrapperFactory
public ExpressionWrapperFactory() 
 - 
 - 
Method Details
- 
match
- Specified by:
 matchin interfaceWrapperFactory- Overrides:
 matchin classPrismPropertyWrapperFactoryImpl<ExpressionType>
 - 
register
@PostConstruct public void register()- Specified by:
 registerin interfaceWrapperFactory- Overrides:
 registerin classPrismPropertyWrapperFactoryImpl<ExpressionType>
 - 
getOrder
public int getOrder()- Specified by:
 getOrderin interfaceWrapperFactory- Overrides:
 getOrderin classPrismPropertyWrapperFactoryImpl<ExpressionType>
 - 
createWrapperInternal
protected PrismPropertyWrapper<ExpressionType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) - Overrides:
 createWrapperInternalin classPrismPropertyWrapperFactoryImpl<ExpressionType>
 - 
registerWrapperPanel
- Overrides:
 registerWrapperPanelin classPrismPropertyWrapperFactoryImpl<ExpressionType>
 
 -