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>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfilterDefinitions(PrismContainerValue<C> value, ItemDefinition<?> def) intgetOrder()<C1 extends Containerable>
booleanmatch(ItemDefinition<?> itemDef, PrismContainerValue<C1> parent) match single value containers which contains a looot of other conainers, e.g. policy rule, policy action, notification configuration, etcMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.HeterogenousContainerWrapperFactory
createValueWrapper, getItemDefinitions, registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createVirtualWrappers, createWrapper, createWrapperInternal, match, recomputeStatus, registerWrapperPanel, 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, shouldCreateEmptyValue, 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, createWrapper
-
Constructor Details
-
AssociationSynchronizationActionFactory
public AssociationSynchronizationActionFactory()
-
-
Method Details
-
match
public <C1 extends Containerable> boolean match(ItemDefinition<?> itemDef, PrismContainerValue<C1> parent) Description copied from class:HeterogenousContainerWrapperFactorymatch single value containers which contains a looot of other conainers, e.g. policy rule, policy action, notification configuration, etc- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classHeterogenousContainerWrapperFactory<C extends Containerable>
-
filterDefinitions
- Overrides:
filterDefinitionsin classHeterogenousContainerWrapperFactory<C extends Containerable>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classHeterogenousContainerWrapperFactory<C extends Containerable>
-