Class CaseWorkItemWrapperFactoryImpl
- 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<C>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.NoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.CaseWorkItemWrapperFactoryImpl
-
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<CaseWorkItemType>,PrismContainerValueWrapper<CaseWorkItemType>,PrismContainerValue<CaseWorkItemType>>
,PrismContainerWrapperFactory<CaseWorkItemType>
,WrapperFactory
@Component public class CaseWorkItemWrapperFactoryImpl extends NoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
Created by honchar
-
-
Constructor Summary
Constructors Constructor Description CaseWorkItemWrapperFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrder()
boolean
match(ItemDefinition<?> def)
void
register()
void
registerWrapperPanel(PrismContainerWrapper<CaseWorkItemType> wrapper)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.NoEmptyValueContainerWrapperFactoryImpl
createNewValue, shouldCreateEmptyValue
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createValueWrapper, createWrapperInternal, getItemDefinitions, 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
-
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
-
match
public boolean match(ItemDefinition<?> def)
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classNoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
register
public void register()
- Specified by:
register
in interfaceWrapperFactory
- Overrides:
register
in classNoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classNoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
registerWrapperPanel
public void registerWrapperPanel(PrismContainerWrapper<CaseWorkItemType> wrapper)
- Overrides:
registerWrapperPanel
in classPrismContainerWrapperFactoryImpl<CaseWorkItemType>
-
-