Class ResourceWrapperFactoryImpl
- 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<O>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl<ResourceType>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ResourceWrapperFactoryImpl
-
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ResourceType>,PrismContainerValueWrapper<ResourceType>,PrismContainerValue<ResourceType>>
,PrismContainerWrapperFactory<ResourceType>
,PrismObjectWrapperFactory<ResourceType>
,WrapperFactory
@Component public class ResourceWrapperFactoryImpl extends PrismObjectWrapperFactoryImpl<ResourceType>
- Author:
- skublik
-
-
Constructor Summary
Constructors Constructor Description ResourceWrapperFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?,?>> wrappers)
PrismObjectWrapper<ResourceType>
createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status)
PrismObjectWrapper<ResourceType>
createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context)
int
getOrder()
boolean
match(ItemDefinition<?> def)
void
register()
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl
applySecurityConstraints, createContainerValueWrapper, createValueWrapper, setupContextWithMetadataProcessing, updateWrapper
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
createChildren, createChildWrapper, createNewValue, createWrapperInternal, getItemDefinitions, registerWrapperPanel, setupWrapper, shouldBeExpanded
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
-
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, createWrapper
-
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
-
-
-
Method Detail
-
createObjectWrapper
public PrismObjectWrapper<ResourceType> createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status)
- Overrides:
createObjectWrapper
in classPrismObjectWrapperFactoryImpl<ResourceType>
-
match
public boolean match(ItemDefinition<?> def)
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismObjectWrapperFactoryImpl<ResourceType>
-
register
@PostConstruct public void register()
- Specified by:
register
in interfaceWrapperFactory
- Overrides:
register
in classPrismObjectWrapperFactoryImpl<ResourceType>
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismObjectWrapperFactoryImpl<ResourceType>
-
addItemWrapper
protected void addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?,?>> wrappers) throws SchemaException
- Overrides:
addItemWrapper
in classPrismContainerWrapperFactoryImpl<ResourceType>
- Throws:
SchemaException
-
createObjectWrapper
public PrismObjectWrapper<ResourceType> createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context) throws SchemaException
- Specified by:
createObjectWrapper
in interfacePrismObjectWrapperFactory<ResourceType>
- Overrides:
createObjectWrapper
in classPrismObjectWrapperFactoryImpl<ResourceType>
- Throws:
SchemaException
-
-