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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) intgetOrder()<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, setupWrapperMethods 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:
createWrapperin interfaceItemWrapperFactory<PrismPropertyWrapper<String>,PrismPropertyValueWrapper<String>, PrismPropertyValue<String>> - Overrides:
createWrapperin classItemWrapperFactoryImpl<PrismPropertyWrapper<String>,PrismPropertyValue<String>, PrismProperty<String>, PrismPropertyValueWrapper<String>> - Throws:
SchemaException
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismPropertyWrapperFactoryImpl<String>
-