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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status) createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context) intgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl
applySecurityConstraints, createContainerValueWrapper, createValueWrapper, setupContextWithMetadataProcessing, updateWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
createChildren, createChildWrapper, createNewValue, createWrapperInternal, getItemDefinitions, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, 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
createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
ResourceWrapperFactoryImpl
public ResourceWrapperFactoryImpl()
-
-
Method Details
-
createObjectWrapper
public PrismObjectWrapper<ResourceType> createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status) - Overrides:
createObjectWrapperin classPrismObjectWrapperFactoryImpl<ResourceType>
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismObjectWrapperFactoryImpl<ResourceType>
-
register
@PostConstruct public void register()- Specified by:
registerin interfaceWrapperFactory- Overrides:
registerin classPrismObjectWrapperFactoryImpl<ResourceType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismObjectWrapperFactoryImpl<ResourceType>
-
addItemWrapper
protected void addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) throws SchemaException- Overrides:
addItemWrapperin classPrismContainerWrapperFactoryImpl<ResourceType>- Throws:
SchemaException
-
createObjectWrapper
public PrismObjectWrapper<ResourceType> createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context) throws SchemaException - Specified by:
createObjectWrapperin interfacePrismObjectWrapperFactory<ResourceType>- Overrides:
createObjectWrapperin classPrismObjectWrapperFactoryImpl<ResourceType>- Throws:
SchemaException
-