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)
int
getOrder()
boolean
match(ItemDefinition<?> def)
void
register()
void
registerWrapperPanel(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:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismPropertyWrapperFactoryImpl<ExpressionType>
-
register
@PostConstruct public void register()
- Specified by:
register
in interfaceWrapperFactory
- Overrides:
register
in classPrismPropertyWrapperFactoryImpl<ExpressionType>
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismPropertyWrapperFactoryImpl<ExpressionType>
-
createWrapperInternal
protected PrismPropertyWrapper<ExpressionType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx)
- Overrides:
createWrapperInternal
in classPrismPropertyWrapperFactoryImpl<ExpressionType>
-
registerWrapperPanel
public void registerWrapperPanel(PrismPropertyWrapper<ExpressionType> wrapper)
- Overrides:
registerWrapperPanel
in classPrismPropertyWrapperFactoryImpl<ExpressionType>
-
-