Class TenantRefWrapperFactory
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<ObjectReferenceType>
com.evolveum.midpoint.gui.impl.factory.wrapper.TenantRefWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismReferenceWrapper<ObjectReferenceType>,,PrismReferenceValueWrapperImpl<ObjectReferenceType>, PrismReferenceValue> WrapperFactory,Serializable
@Component
public class TenantRefWrapperFactory
extends PrismReferenceWrapperFactory<ObjectReferenceType>
implements Serializable
- Author:
- skublik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceWrapper<ObjectReferenceType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) intgetOrder()<C extends Containerable>
booleanmatch(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory
createNewValue, createValueWrapper, match, register, registerWrapperPanel, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
-
Constructor Details
-
TenantRefWrapperFactory
public TenantRefWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) - Specified by:
matchin interfaceWrapperFactory
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismReferenceWrapperFactory<ObjectReferenceType>
-
createWrapperInternal
protected PrismReferenceWrapper<ObjectReferenceType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismReferenceWrapperFactory<ObjectReferenceType>
-