Uses of Class
com.evolveum.midpoint.gui.api.factory.wrapper.WrapperContext.AttributeMappingType
-
-
Uses of WrapperContext.AttributeMappingType in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that return WrapperContext.AttributeMappingType Modifier and Type Method Description WrapperContext.AttributeMappingType
WrapperContext. getAttributeMappingType()
static WrapperContext.AttributeMappingType
WrapperContext.AttributeMappingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WrapperContext.AttributeMappingType[]
WrapperContext.AttributeMappingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type WrapperContext.AttributeMappingType Modifier and Type Method Description void
WrapperContext. setAttributeMappingType(WrapperContext.AttributeMappingType attributeMappingType)
-
Uses of WrapperContext.AttributeMappingType in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping that return WrapperContext.AttributeMappingType Modifier and Type Method Description protected abstract WrapperContext.AttributeMappingType
AttributeMappingsTable. getMappingType()
protected WrapperContext.AttributeMappingType
InboundAttributeMappingsTable. getMappingType()
protected WrapperContext.AttributeMappingType
OutboundAttributeMappingsTable. getMappingType()
WrapperContext.AttributeMappingType
AttributeMappingsTableWizardPanel. getSelectedMappingType()
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping with parameters of type WrapperContext.AttributeMappingType Modifier and Type Method Description protected AttributeMappingsTableWizardPanel<ResourceObjectTypeDefinitionType>
AttributeMappingWizardPanel. createTablePanel(WrapperContext.AttributeMappingType initialTab)
protected abstract void
AttributeMappingsTableWizardPanel. onShowOverrides(org.apache.wicket.ajax.AjaxRequestTarget target, WrapperContext.AttributeMappingType selectedMappingType)
Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping with parameters of type WrapperContext.AttributeMappingType Constructor Description AttributeMappingsTableWizardPanel(String id, WizardPanelHelper<P,ResourceDetailsModel> superHelper, WrapperContext.AttributeMappingType initialTab)
-
Uses of WrapperContext.AttributeMappingType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type WrapperContext.AttributeMappingType Modifier and Type Method Description List<WrapperContext.AttributeMappingType>
ResourceAttributeMappingValueWrapper. getAttributeMappingTypes()
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type WrapperContext.AttributeMappingType Modifier and Type Method Description void
ResourceAttributeMappingValueWrapper. addAttributeMappingType(WrapperContext.AttributeMappingType valueType)
-