Uses of Enum Class
com.evolveum.midpoint.gui.api.util.MappingDirection
Packages that use MappingDirection
Package
Description
GUI API package for various utility classes and interfaces.
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.api.factory.wrapperMethods in com.evolveum.midpoint.gui.api.factory.wrapper that return MappingDirectionMethods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type MappingDirectionModifier and TypeMethodDescriptionvoidWrapperContext.setAttributeMappingType(MappingDirection attributeMappingType) 
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.api.utilMethods in com.evolveum.midpoint.gui.api.util that return MappingDirectionModifier and TypeMethodDescriptionstatic MappingDirectionReturns the enum constant of this class with the specified name.static MappingDirection[]MappingDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectTypeMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType that return MappingDirectionMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType with parameters of type MappingDirectionModifier and TypeMethodDescriptionprotected abstract AbstractSpecificMappingTileTable<C>AbstractSpecificMappingWizardPanel.createTablePanel(String panelId, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> containerModel, MappingDirection mappingDirection) protected final voidAbstractSpecificMappingWizardPanel.editConfiguredMapping(org.apache.wicket.model.IModel<PrismContainerValueWrapper<MappingType>> valueModel, MappingDirection mappingDirection, org.apache.wicket.ajax.AjaxRequestTarget target) protected abstract voidAbstractSpecificMappingWizardPanel.editPredefinedMapping(org.apache.wicket.model.IModel<PrismContainerValueWrapper<AbstractPredefinedActivationMappingType>> valueModel, MappingDirection direction, org.apache.wicket.ajax.AjaxRequestTarget target) Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType with parameters of type MappingDirectionModifierConstructorDescriptionAbstractSpecificMappingTileTable(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> containerModel, @NotNull MappingDirection mappingDirection, ResourceDetailsModel detailsModel) AbstractSpecificMappingWizardPanel(String id, ResourceDetailsModel model, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> containerModel, MappingDirection initialTab) 
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.activationMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.activation with parameters of type MappingDirectionModifier and TypeMethodDescriptionActivationMappingWizardPanel.createTablePanel(String panelId, org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceActivationDefinitionType>> containerModel, MappingDirection mappingDirection) Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.activation with parameters of type MappingDirectionModifierConstructorDescriptionActivationContainerProvider(org.apache.wicket.Component component, org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceActivationDefinitionType>> parentModel, MappingDirection mappingDirection) ActivationMappingTileTable(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceActivationDefinitionType>> containerModel, @NotNull MappingDirection mappingDirection, ResourceDetailsModel detailsModel) ActivationMappingWizardPanel(String id, ResourceDetailsModel model, org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceActivationDefinitionType>> containerModel, MappingDirection initialTab) CreateActivationMappingPopup(String id, MappingDirection mappingDirection, org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceActivationDefinitionType>> parentModel, ResourceDetailsModel detailsModel) SpecificMappingProvider(org.apache.wicket.Component component, org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parentModel, MappingDirection mappingDirection) 
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMappingMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping that return MappingDirectionModifier and TypeMethodDescriptionprotected abstract MappingDirectionAttributeMappingsTable.getMappingType()protected MappingDirectionInboundAttributeMappingsTable.getMappingType()protected MappingDirectionOutboundAttributeMappingsTable.getMappingType()AttributeMappingsTableWizardPanel.getSelectedMappingType()Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping with parameters of type MappingDirectionModifier and TypeMethodDescriptionAttributeMappingWizardPanel.createTablePanel(MappingDirection initialTab) protected abstract voidAttributeMappingsTableWizardPanel.onShowOverrides(org.apache.wicket.ajax.AjaxRequestTarget target, MappingDirection selectedMappingType) Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping with parameters of type MappingDirectionModifierConstructorDescriptionAttributeMappingsTableWizardPanel(String id, WizardPanelHelper<P, ResourceDetailsModel> superHelper, MappingDirection initialTab) 
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.credentialsMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.credentials with parameters of type MappingDirectionModifier and TypeMethodDescriptionCredentialsMappingWizardPanel.createTablePanel(String panelId, org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceCredentialsDefinitionType>> containerModel, MappingDirection mappingDirection) protected voidCredentialsMappingWizardPanel.editPredefinedMapping(org.apache.wicket.model.IModel<PrismContainerValueWrapper<AbstractPredefinedActivationMappingType>> valueModel, MappingDirection direction, org.apache.wicket.ajax.AjaxRequestTarget target) Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.credentials with parameters of type MappingDirectionModifierConstructorDescriptionCredentialsMappingTileTable(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceCredentialsDefinitionType>> containerModel, @NotNull MappingDirection mappingDirection, ResourceDetailsModel detailsModel) CredentialsMappingWizardPanel(String id, ResourceDetailsModel model, org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceCredentialsDefinitionType>> containerModel, MappingDirection initialTab) 
- 
Uses of MappingDirection in com.evolveum.midpoint.gui.impl.prism.wrapperMethods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type MappingDirectionModifier and TypeMethodDescriptionResourceAttributeMappingValueWrapper.getAttributeMappingTypes()Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type MappingDirectionModifier and TypeMethodDescriptionvoidResourceAttributeMappingValueWrapper.addAttributeMappingType(MappingDirection valueType)