Class MappingNameWrapperFactory
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<String>
com.evolveum.midpoint.gui.impl.factory.wrapper.MappingNameWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<String>,
,PrismPropertyValueWrapper<String>, PrismPropertyValue<String>> WrapperFactory
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper
(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) int
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, createWrapperInternal, getPredefinedValuesOid, match, register, registerWrapperPanel, setupWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapper
-
Constructor Details
-
MappingNameWrapperFactory
public MappingNameWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
createWrapper
public PrismPropertyWrapper<String> createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) throws SchemaException - Specified by:
createWrapper
in interfaceItemWrapperFactory<PrismPropertyWrapper<String>,
PrismPropertyValueWrapper<String>, PrismPropertyValue<String>> - Overrides:
createWrapper
in classItemWrapperFactoryImpl<PrismPropertyWrapper<String>,
PrismPropertyValue<String>, PrismProperty<String>, PrismPropertyValueWrapper<String>> - Throws:
SchemaException
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismPropertyWrapperFactoryImpl<String>
-