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 Constructor Description ExpressionWrapperFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PrismPropertyWrapper<ExpressionType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx)intgetOrder()booleanmatch(ItemDefinition<?> def)voidregister()voidregisterWrapperPanel(PrismPropertyWrapper<ExpressionType> wrapper)- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, getPredefinedValuesOid, setupWrapper 
- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match 
 - 
 
 - 
 
- 
- 
Method Detail
- 
match
public boolean match(ItemDefinition<?> def)
- 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
public void registerWrapperPanel(PrismPropertyWrapper<ExpressionType> wrapper)
- Overrides:
 registerWrapperPanelin classPrismPropertyWrapperFactoryImpl<ExpressionType>
 
 - 
 
 -