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 voidaddItemWrapper(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)intgetOrder()booleanmatch(ItemDefinition<?> def)voidregister()- 
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:
 createObjectWrapperin classPrismObjectWrapperFactoryImpl<ResourceType>
 
- 
match
public boolean match(ItemDefinition<?> def)
- 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
 
 - 
 
 -