Class AssociationSynchronizationActionFactory<C extends Containerable>
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.HeterogenousContainerWrapperFactory<C>
com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation.AssociationSynchronizationActionFactory<C>
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<C>,
,PrismContainerValueWrapper<C>, PrismContainerValue<C>> PrismContainerWrapperFactory<C>
,WrapperFactory
@Component
public class AssociationSynchronizationActionFactory<C extends Containerable>
extends HeterogenousContainerWrapperFactory<C>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
filterDefinitions
(PrismContainerValue<C> value, ItemDefinition<?> def) int
getOrder()
<C1 extends Containerable>
booleanmatch
(ItemDefinition<?> itemDef, PrismContainerValue<C1> parent) match single value containers which contains a looot of other conainers, e.g.Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.HeterogenousContainerWrapperFactory
createValueWrapper, getItemDefinitions, register
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createVirtualWrappers, createWrapper, createWrapperInternal, match, 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
-
Constructor Details
-
AssociationSynchronizationActionFactory
public AssociationSynchronizationActionFactory()
-
-
Method Details
-
match
public <C1 extends Containerable> boolean match(ItemDefinition<?> itemDef, PrismContainerValue<C1> parent) Description copied from class:HeterogenousContainerWrapperFactory
match single value containers which contains a looot of other conainers, e.g. policy rule, policy action, notification configuration, etc- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classHeterogenousContainerWrapperFactory<C extends Containerable>
-
filterDefinitions
- Overrides:
filterDefinitions
in classHeterogenousContainerWrapperFactory<C extends Containerable>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classHeterogenousContainerWrapperFactory<C extends Containerable>
-