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>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationSynchronizationExpressionEvaluatorType> childContainer, ItemStatus status) getEvaluator(ExpressionType expression) protected ItemNameMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation.AssociationMappingExpressionWrapperFactory
createWrapper, getExpressionBean, getExpressionPropertyItemName, getOrder, matchMethods 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, shouldBeExpandedMethods 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, 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
-
Constructor Details
-
AssociationInboundExpressionWrapperFactory
public AssociationInboundExpressionWrapperFactory()
-
-
Method Details
-
getItemNameForContainer
-
getEvaluator
protected AssociationSynchronizationExpressionEvaluatorType getEvaluator(ExpressionType expression) throws SchemaException - Specified by:
getEvaluatorin classAssociationMappingExpressionWrapperFactory<AssociationSynchronizationExpressionEvaluatorType>- Throws:
SchemaException
-
getContainerClass
-
createWrapper
protected PrismContainerWrapper<AssociationSynchronizationExpressionEvaluatorType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationSynchronizationExpressionEvaluatorType> childContainer, ItemStatus status)
-