Class CorrelationDuplicateResolver
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.duplicateresolver.ContainerDuplicateResolver<ItemsSubCorrelatorType>
com.evolveum.midpoint.gui.impl.factory.duplicateresolver.CorrelationDuplicateResolver
- All Implemented Interfaces:
WrapperFactory,ContainerableDuplicateResolver<ItemsSubCorrelatorType>
@Component
public class CorrelationDuplicateResolver
extends ContainerDuplicateResolver<ItemsSubCorrelatorType>
Resolver responsible for duplicating
ItemsSubCorrelatorType containers.
Creates a deep copy of the correlator configuration, removes container IDs, and adjusts user-visible fields (name, display name, description) to indicate that the object is a duplicated copy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a duplicate of the provided ItemsSubCorrelatorType value without attaching it to a parent container and removes IDs.duplicateObject(@NotNull ItemsSubCorrelatorType originalBean, PageBase pageBase) intgetOrder()booleanmatch(@NotNull ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.duplicateresolver.ContainerDuplicateResolver
getRegistry, registerMethods 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.WrapperFactory
match
-
Constructor Details
-
CorrelationDuplicateResolver
public CorrelationDuplicateResolver()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classContainerDuplicateResolver<ItemsSubCorrelatorType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classContainerDuplicateResolver<ItemsSubCorrelatorType>
-
duplicateObject
public ItemsSubCorrelatorType duplicateObject(@NotNull @NotNull ItemsSubCorrelatorType originalBean, PageBase pageBase) -
duplicateItemSubCorrelatorValue
public static PrismContainerValue<ItemsSubCorrelatorType> duplicateItemSubCorrelatorValue(PrismContainerValue<ItemsSubCorrelatorType> container) Creates a duplicate of the provided ItemsSubCorrelatorType value without attaching it to a parent container and removes IDs.
-