Class AssociationOutboundExpressionWrapperFactory
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<AssociationConstructionExpressionEvaluatorType>
com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation.AssociationOutboundExpressionWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<AssociationConstructionExpressionEvaluatorType>,
,PrismContainerValueWrapper<AssociationConstructionExpressionEvaluatorType>, PrismContainerValue<AssociationConstructionExpressionEvaluatorType>> PrismContainerWrapperFactory<AssociationConstructionExpressionEvaluatorType>
,WrapperFactory
@Component
public class AssociationOutboundExpressionWrapperFactory
extends AssociationMappingExpressionWrapperFactory<AssociationConstructionExpressionEvaluatorType>
-
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<AssociationConstructionExpressionEvaluatorType> 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
-
AssociationOutboundExpressionWrapperFactory
public AssociationOutboundExpressionWrapperFactory()
-
-
Method Details
-
getItemNameForContainer
-
getEvaluator
protected AssociationConstructionExpressionEvaluatorType getEvaluator(ExpressionType expression) throws SchemaException - Specified by:
getEvaluator
in classAssociationMappingExpressionWrapperFactory<AssociationConstructionExpressionEvaluatorType>
- Throws:
SchemaException
-
getContainerClass
-
createWrapper
protected PrismContainerWrapper<AssociationConstructionExpressionEvaluatorType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationConstructionExpressionEvaluatorType> childContainer, ItemStatus status) - Overrides:
createWrapper
in classPrismContainerWrapperFactoryImpl<AssociationConstructionExpressionEvaluatorType>
-