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
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()voidMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.NoEmptyValueContainerWrapperFactoryImpl
createNewValue, shouldCreateEmptyValueMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
CaseWorkItemWrapperFactoryImpl
public CaseWorkItemWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classNoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
register
public void register()- Specified by:
registerin interfaceWrapperFactory- Overrides:
registerin classNoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classNoEmptyValueContainerWrapperFactoryImpl<CaseWorkItemType>
-
registerWrapperPanel
- Overrides:
registerWrapperPanelin classPrismContainerWrapperFactoryImpl<CaseWorkItemType>
-