Class TaskWrapperFactoryImpl
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<TaskType>
com.evolveum.midpoint.gui.impl.factory.wrapper.TaskWrapperFactoryImpl
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<TaskType>,
,PrismContainerValueWrapper<TaskType>, PrismContainerValue<TaskType>> PrismContainerWrapperFactory<TaskType>
,PrismObjectWrapperFactory<TaskType>
,WrapperFactory
,ContainerableDuplicateResolver<TaskType>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionduplicateObject
(TaskType originalObject, PageBase pageBase) Duplicate task object, and remove task identifier since it must be unique.int
getOrder()
boolean
match
(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismObjectWrapperFactoryImpl
applySecurityConstraints, createContainerValueWrapper, createObjectWrapper, createObjectWrapper, createValueWrapper, register, setupContextWithMetadataProcessing, updateWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createNewValue, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, registerWrapperPanel, setupWrapper, shouldBeExpanded
Methods 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, shouldCreateEmptyValue, skipCreateWrapper
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
-
TaskWrapperFactoryImpl
public TaskWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismObjectWrapperFactoryImpl<TaskType>
-
duplicateObject
Duplicate task object, and remove task identifier since it must be unique.- Specified by:
duplicateObject
in interfaceContainerableDuplicateResolver<TaskType>
- Overrides:
duplicateObject
in classPrismObjectWrapperFactoryImpl<TaskType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismObjectWrapperFactoryImpl<TaskType>
-