Class ResourceReferenceAttributeWrapperFactoryImpl<R extends Referencable>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismReferenceWrapper<R>,PrismReferenceValue,PrismReference,PrismReferenceValueWrapperImpl<R>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory<R>
com.evolveum.midpoint.gui.impl.factory.wrapper.ResourceReferenceAttributeWrapperFactoryImpl<R>
- All Implemented Interfaces:
ItemWrapperFactory<PrismReferenceWrapper<R>,,PrismReferenceValueWrapperImpl<R>, PrismReferenceValue> WrapperFactory
@Component
public class ResourceReferenceAttributeWrapperFactoryImpl<R extends Referencable>
extends PrismReferenceWrapperFactory<R>
- Author:
- skublik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceWrapper<R>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory
createNewValue, createValueWrapper, register, registerWrapperPanel, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, 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
-
ResourceReferenceAttributeWrapperFactoryImpl
public ResourceReferenceAttributeWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismReferenceWrapperFactory<R extends Referencable>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapperInternal
protected PrismReferenceWrapper<R> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismReferenceWrapperFactory<R extends Referencable>
-