Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.MappingType

Packages that use MappingType
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of MappingType in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type MappingType
<V extends PrismValue>
Mapping<V>
MappingFactory.createMapping(MappingType mappingType, java.lang.String shortDesc)
           
 

Uses of MappingType in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery that return MappingType
 MappingType RefinedAccountDefinition.getActivationInbound()
           
 MappingType RefinedAccountDefinition.getActivationOutbound()
           
 MappingType RefinedAccountDefinition.getCredentialsInbound()
           
 MappingType RefinedAccountDefinition.getCredentialsOutbound()
           
 MappingType RefinedAttributeDefinition.getOutboundMappingType()
           
 

Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type MappingType
 java.util.List<MappingType> RefinedAttributeDefinition.getInboundMappingTypes()
           
 

Methods in com.evolveum.midpoint.common.refinery with parameters of type MappingType
 void RefinedAttributeDefinition.setOutboundMappingType(MappingType outboundMappingType)
           
 

Method parameters in com.evolveum.midpoint.common.refinery with type arguments of type MappingType
 void RefinedAttributeDefinition.setInboundMappingTypes(java.util.List<MappingType> inboundAssignmentTypes)
           
 

Uses of MappingType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as MappingType
protected  MappingType ResourcePasswordDefinitionType.inbound
           
protected  MappingType ResourceActivationEnableDefinitionType.inbound
           
protected  MappingType ResourcePasswordDefinitionType.outbound
           
protected  MappingType ResourceActivationEnableDefinitionType.outbound
           
protected  MappingType ResourceAttributeDefinitionType.outbound
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type MappingType
protected  java.util.List<MappingType> ResourceAttributeDefinitionType.inbound
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return MappingType
 MappingType MappingType.clone()
          Creates and returns a deep copy of this object.
 MappingType ObjectFactory.createMappingType()
          Create an instance of MappingType
 MappingType ResourcePasswordDefinitionType.getInbound()
          Gets the value of the inbound property.
 MappingType ResourceActivationEnableDefinitionType.getInbound()
          Gets the value of the inbound property.
 MappingType ResourcePasswordDefinitionType.getOutbound()
          Gets the value of the outbound property.
 MappingType ResourceActivationEnableDefinitionType.getOutbound()
          Gets the value of the outbound property.
 MappingType ResourceAttributeDefinitionType.getOutbound()
          Gets the value of the outbound property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type MappingType
 javax.xml.bind.JAXBElement<MappingType> ObjectFactory.createMapping(MappingType value)
          Create an instance of JAXBElement<MappingType>}
 java.util.List<MappingType> ResourceAttributeDefinitionType.getInbound()
          Gets the value of the inbound property.
 java.util.List<MappingType> UserTemplateType.getMapping()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type MappingType
 javax.xml.bind.JAXBElement<MappingType> ObjectFactory.createMapping(MappingType value)
          Create an instance of JAXBElement<MappingType>}
 void ResourcePasswordDefinitionType.setInbound(MappingType value)
          Sets the value of the inbound property.
 void ResourceActivationEnableDefinitionType.setInbound(MappingType value)
          Sets the value of the inbound property.
 void ResourcePasswordDefinitionType.setOutbound(MappingType value)
          Sets the value of the outbound property.
 void ResourceActivationEnableDefinitionType.setOutbound(MappingType value)
          Sets the value of the outbound property.
 void ResourceAttributeDefinitionType.setOutbound(MappingType value)
          Sets the value of the outbound property.
 

Constructors in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type MappingType
MappingType(MappingType o)
          Creates a new MappingType instance by deeply copying a given MappingType instance.
 



Copyright © 2012 evolveum. All Rights Reserved.