Class ConnectorConfigurationWrapperFactoryImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismContainerWrapper<C>,PrismContainerValue<C>,PrismContainer<C>,PrismContainerValueWrapper<C>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl<ConnectorConfigurationType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ConnectorConfigurationWrapperFactoryImpl
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ConnectorConfigurationType>,,PrismContainerValueWrapper<ConnectorConfigurationType>, PrismContainerValue<ConnectorConfigurationType>> PrismContainerWrapperFactory<ConnectorConfigurationType>,WrapperFactory
@Component
public class ConnectorConfigurationWrapperFactoryImpl
extends PrismContainerWrapperFactoryImpl<ConnectorConfigurationType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) intgetOrder()booleanmatch(ItemDefinition def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValueMethods 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.ItemWrapperFactory
createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
ConnectorConfigurationWrapperFactoryImpl
public ConnectorConfigurationWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismContainerWrapperFactoryImpl<ConnectorConfigurationType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismContainerWrapperFactoryImpl<ConnectorConfigurationType>
-
createWrapper
public PrismContainerWrapper<ConnectorConfigurationType> createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) throws SchemaException - Specified by:
createWrapperin interfaceItemWrapperFactory<PrismContainerWrapper<ConnectorConfigurationType>,PrismContainerValueWrapper<ConnectorConfigurationType>, PrismContainerValue<ConnectorConfigurationType>> - Overrides:
createWrapperin classItemWrapperFactoryImpl<PrismContainerWrapper<ConnectorConfigurationType>,PrismContainerValue<ConnectorConfigurationType>, PrismContainer<ConnectorConfigurationType>, PrismContainerValueWrapper<ConnectorConfigurationType>> - Throws:
SchemaException
-
addItemWrapper
protected void addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) throws SchemaException- Overrides:
addItemWrapperin classPrismContainerWrapperFactoryImpl<ConnectorConfigurationType>- Throws:
SchemaException
-