Class ResourceSchemaWrapperFactory
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
com.evolveum.midpoint.gui.impl.factory.wrapper.schema.ResourceSchemaWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<PrismSchemaType>,
,PrismContainerValueWrapper<PrismSchemaType>, PrismContainerValue<PrismSchemaType>> PrismContainerWrapperFactory<PrismSchemaType>
,WrapperFactory
- Author:
- katka
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper
(PrismContainerValueWrapper<?> parent, ItemDefinition<?> schemaDef, WrapperContext context) int
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.schema.SchemaDefinitionWrapperFactory
createWrapper
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, shouldBeExpanded
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
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.ItemWrapperFactory
createWrapper
-
Constructor Details
-
ResourceSchemaWrapperFactory
public ResourceSchemaWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) - Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classSchemaDefinitionWrapperFactory
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classSchemaDefinitionWrapperFactory
-
createWrapper
public PrismContainerWrapper<PrismSchemaType> createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> schemaDef, WrapperContext context) throws SchemaException - Specified by:
createWrapper
in interfaceItemWrapperFactory<PrismContainerWrapper<PrismSchemaType>,
PrismContainerValueWrapper<PrismSchemaType>, PrismContainerValue<PrismSchemaType>> - Overrides:
createWrapper
in classSchemaDefinitionWrapperFactory
- Throws:
SchemaException
-