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
- Author:
- katka
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateObjectWrapper
(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
-
Constructor Details
-
ShadowWrapperFactoryImpl
public ShadowWrapperFactoryImpl()
-
-
Method Details
-
createObjectWrapper
public PrismObjectWrapper<ShadowType> createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status) - Overrides:
createObjectWrapper
in classPrismObjectWrapperFactoryImpl<ShadowType>
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismObjectWrapperFactoryImpl<ShadowType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismObjectWrapperFactoryImpl<ShadowType>
-