Class ResourceAttributeWrapperFactoryImpl<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>,ShadowSimpleAttribute<T>,PrismPropertyValueWrapper<T>>
   
com.evolveum.midpoint.gui.impl.factory.wrapper.ResourceAttributeWrapperFactoryImpl<T>
- All Implemented Interfaces:
 ItemWrapperFactory<ResourceAttributeWrapper<T>,,PrismPropertyValueWrapper<T>, PrismPropertyValue<T>> WrapperFactory
@Component
public class ResourceAttributeWrapperFactoryImpl<T>
extends ItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>,ShadowSimpleAttribute<T>,PrismPropertyValueWrapper<T>>   
- Author:
 - skublik
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) protected PrismPropertyValue<T>createNewValue(ShadowSimpleAttribute<T> item) createValueWrapper(ResourceAttributeWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context) protected ResourceAttributeWrapper<T>createWrapperInternal(PrismContainerValueWrapper<?> parent, ShadowSimpleAttribute<T> childContainer, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()voidregisterWrapperPanel(ResourceAttributeWrapper<T> wrapper) protected voidsetupWrapper(ResourceAttributeWrapper<T> wrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, 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.WrapperFactory
match 
- 
Constructor Details
- 
ResourceAttributeWrapperFactoryImpl
public ResourceAttributeWrapperFactoryImpl() 
 - 
 - 
Method Details
- 
match
 - 
getOrder
public int getOrder() - 
createValueWrapper
public PrismPropertyValueWrapper<T> createValueWrapper(ResourceAttributeWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context)  - 
register
@PostConstruct public void register() - 
setupWrapper
- Specified by:
 setupWrapperin classItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>, ShadowSimpleAttribute<T>, PrismPropertyValueWrapper<T>> 
 - 
createNewValue
protected PrismPropertyValue<T> createNewValue(ShadowSimpleAttribute<T> item) throws SchemaException - Specified by:
 createNewValuein classItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>, ShadowSimpleAttribute<T>, PrismPropertyValueWrapper<T>> - Throws:
 SchemaException
 - 
createWrapperInternal
protected ResourceAttributeWrapper<T> createWrapperInternal(PrismContainerValueWrapper<?> parent, ShadowSimpleAttribute<T> childContainer, ItemStatus status, WrapperContext ctx) - Specified by:
 createWrapperInternalin classItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>, ShadowSimpleAttribute<T>, PrismPropertyValueWrapper<T>> 
 - 
registerWrapperPanel
- Specified by:
 registerWrapperPanelin classItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>, ShadowSimpleAttribute<T>, PrismPropertyValueWrapper<T>> 
 - 
canCreateWrapper
protected boolean canCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) - Overrides:
 canCreateWrapperin classItemWrapperFactoryImpl<ResourceAttributeWrapper<T>,PrismPropertyValue<T>, ShadowSimpleAttribute<T>, PrismPropertyValueWrapper<T>> 
 
 -