Class ShadowWrapperFactoryImpl
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismContainerWrapper<C>,PrismContainerValue<C>,PrismContainer<C>,PrismContainerValueWrapper<C>>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl<O>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl<ShadowType>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ShadowWrapperFactoryImpl
-
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ShadowType>,PrismContainerValueWrapper<ShadowType>,PrismContainerValue<ShadowType>>
,PrismContainerWrapperFactory<ShadowType>
,PrismObjectWrapperFactory<ShadowType>
,WrapperFactory
@Component public class ShadowWrapperFactoryImpl extends PrismObjectWrapperFactoryImpl<ShadowType>
- Author:
- katka
-
-
Constructor Summary
Constructors Constructor Description ShadowWrapperFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismObjectWrapper<ShadowType>
createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status)
int
getOrder()
boolean
match(ItemDefinition<?> def)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl
applySecurityConstraints, createContainerValueWrapper, createObjectWrapper, createValueWrapper, register, setupContextWithMetadataProcessing, updateWrapper
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createNewValue, createWrapperInternal, getItemDefinitions, registerWrapperPanel, setupWrapper, shouldBeExpanded
-
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
-
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.ItemWrapperFactory
createWrapper, createWrapper
-
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
-
-
-
Method Detail
-
createObjectWrapper
public PrismObjectWrapper<ShadowType> createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status)
- Overrides:
createObjectWrapper
in classPrismObjectWrapperFactoryImpl<ShadowType>
-
match
public boolean match(ItemDefinition<?> def)
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismObjectWrapperFactoryImpl<ShadowType>
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismObjectWrapperFactoryImpl<ShadowType>
-
-