Class AssociationInboundExpressionWrapperFactory
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.resourceAssociation.AssociationMappingExpressionWrapperFactory<AssociationSynchronizationExpressionEvaluatorType>
com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation.AssociationInboundExpressionWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<AssociationSynchronizationExpressionEvaluatorType>,
,PrismContainerValueWrapper<AssociationSynchronizationExpressionEvaluatorType>, PrismContainerValue<AssociationSynchronizationExpressionEvaluatorType>> PrismContainerWrapperFactory<AssociationSynchronizationExpressionEvaluatorType>
,WrapperFactory
@Component
public class AssociationInboundExpressionWrapperFactory
extends AssociationMappingExpressionWrapperFactory<AssociationSynchronizationExpressionEvaluatorType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper
(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationSynchronizationExpressionEvaluatorType> childContainer, ItemStatus status) getEvaluator
(ExpressionType expression) protected ItemName
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation.AssociationMappingExpressionWrapperFactory
createWrapper, getExpressionBean, getExpressionPropertyItemName, getOrder, match
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapperInternal, getItemDefinitions, match, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, 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
-
Constructor Details
-
AssociationInboundExpressionWrapperFactory
public AssociationInboundExpressionWrapperFactory()
-
-
Method Details
-
getItemNameForContainer
-
getEvaluator
protected AssociationSynchronizationExpressionEvaluatorType getEvaluator(ExpressionType expression) throws SchemaException - Specified by:
getEvaluator
in classAssociationMappingExpressionWrapperFactory<AssociationSynchronizationExpressionEvaluatorType>
- Throws:
SchemaException
-
getContainerClass
-
createWrapper
protected PrismContainerWrapper<AssociationSynchronizationExpressionEvaluatorType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationSynchronizationExpressionEvaluatorType> childContainer, ItemStatus status)
-