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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantRefWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PrismReferenceWrapper<ObjectReferenceType>
createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx)
int
getOrder()
<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, setupWrapper
-
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
-
-
-
-
Method Detail
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent)
- Specified by:
match
in interfaceWrapperFactory
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismReferenceWrapperFactory<ObjectReferenceType>
-
createWrapperInternal
protected PrismReferenceWrapper<ObjectReferenceType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx)
- Overrides:
createWrapperInternal
in classPrismReferenceWrapperFactory<ObjectReferenceType>
-
-