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 SummaryConstructors
- 
Method SummaryModifier 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.PrismReferenceWrapperFactorycreateNewValue, createValueWrapper, match, register, registerWrapperPanel, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapper
- 
Constructor Details- 
TenantRefWrapperFactorypublic TenantRefWrapperFactory()
 
- 
- 
Method Details- 
matchpublic <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) - Specified by:
- matchin interface- WrapperFactory
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismReferenceWrapperFactory<ObjectReferenceType>
 
- 
createWrapperInternalprotected PrismReferenceWrapper<ObjectReferenceType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
- createWrapperInternalin class- PrismReferenceWrapperFactory<ObjectReferenceType>
 
 
-