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)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, 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:
 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>
 
 - 
 
 -