Class SchemaDefinitionWrapperFactory
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<PrismSchemaType>
com.evolveum.midpoint.gui.impl.factory.wrapper.schema.SchemaDefinitionWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<PrismSchemaType>,,PrismContainerValueWrapper<PrismSchemaType>, PrismContainerValue<PrismSchemaType>> PrismContainerWrapperFactory<PrismSchemaType>,WrapperFactory
- Direct Known Subclasses:
ResourceSchemaWrapperFactory
@Component
public class SchemaDefinitionWrapperFactory
extends PrismContainerWrapperFactoryImpl<PrismSchemaType>
- Author:
- katka
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> schemaDef, WrapperContext context) protected PrismContainerWrapper<PrismSchemaType>createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<PrismSchemaType> childContainer, ItemStatus status) intgetOrder()<C extends Containerable>
booleanmatch(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapperInternal, getItemDefinitions, match, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods 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, skipCreateWrapperMethods 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
createWrapper
-
Constructor Details
-
SchemaDefinitionWrapperFactory
public SchemaDefinitionWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismContainerWrapperFactoryImpl<PrismSchemaType>
-
createWrapper
public PrismContainerWrapper<PrismSchemaType> createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> schemaDef, WrapperContext context) throws SchemaException - Specified by:
createWrapperin interfaceItemWrapperFactory<PrismContainerWrapper<PrismSchemaType>,PrismContainerValueWrapper<PrismSchemaType>, PrismContainerValue<PrismSchemaType>> - Overrides:
createWrapperin classItemWrapperFactoryImpl<PrismContainerWrapper<PrismSchemaType>,PrismContainerValue<PrismSchemaType>, PrismContainer<PrismSchemaType>, PrismContainerValueWrapper<PrismSchemaType>> - Throws:
SchemaException
-
createWrapper
protected PrismContainerWrapper<PrismSchemaType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<PrismSchemaType> childContainer, ItemStatus status) - Overrides:
createWrapperin classPrismContainerWrapperFactoryImpl<PrismSchemaType>
-