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 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
-
AssociationOutboundExpressionWrapperFactory
public AssociationOutboundExpressionWrapperFactory()
-
-
Method Details
-
getItemNameForContainer
-
getEvaluator
protected AssociationConstructionExpressionEvaluatorType getEvaluator(ExpressionType expression) throws SchemaException - Specified by:
getEvaluatorin classAssociationMappingExpressionWrapperFactory<AssociationConstructionExpressionEvaluatorType>- Throws:
SchemaException
-
getContainerClass
-
createWrapper
protected PrismContainerWrapper<AssociationConstructionExpressionEvaluatorType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationConstructionExpressionEvaluatorType> childContainer, ItemStatus status) - Overrides:
createWrapperin classPrismContainerWrapperFactoryImpl<AssociationConstructionExpressionEvaluatorType>
-