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
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceWrapper<R>
createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) int
getOrder()
boolean
match
(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory
createNewValue, createValueWrapper, register, registerWrapperPanel, setupWrapper
Methods 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, skipCreateWrapper
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.WrapperFactory
match
-
Constructor Details
-
ResourceReferenceAttributeWrapperFactoryImpl
public ResourceReferenceAttributeWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismReferenceWrapperFactory<R extends Referencable>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapperInternal
protected PrismReferenceWrapper<R> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternal
in classPrismReferenceWrapperFactory<R extends Referencable>
-