|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
MappingFactory.createMapping(MappingType mappingType,
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 | |
---|---|
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(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 |
ResourceActivationEnableDefinitionType.inbound
|
protected MappingType |
ResourcePasswordDefinitionType.inbound
|
protected MappingType |
ResourceActivationEnableDefinitionType.outbound
|
protected MappingType |
ResourcePasswordDefinitionType.outbound
|
protected MappingType |
ResourceAttributeDefinitionType.outbound
|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type MappingType | |
---|---|
protected 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 |
ResourceActivationEnableDefinitionType.getInbound()
Gets the value of the inbound property. |
MappingType |
ResourcePasswordDefinitionType.getInbound()
Gets the value of the inbound property. |
MappingType |
ResourceActivationEnableDefinitionType.getOutbound()
Gets the value of the outbound property. |
MappingType |
ResourcePasswordDefinitionType.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 | |
---|---|
JAXBElement<MappingType> |
ObjectFactory.createMapping(MappingType value)
Create an instance of JAXBElement < MappingType > } |
List<MappingType> |
ResourceAttributeDefinitionType.getInbound()
Gets the value of the inbound property. |
List<MappingType> |
UserTemplateType.getMapping()
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type MappingType | |
---|---|
JAXBElement<MappingType> |
ObjectFactory.createMapping(MappingType value)
Create an instance of JAXBElement < MappingType > } |
void |
ResourceActivationEnableDefinitionType.setInbound(MappingType value)
Sets the value of the inbound property. |
void |
ResourcePasswordDefinitionType.setInbound(MappingType value)
Sets the value of the inbound property. |
void |
ResourceActivationEnableDefinitionType.setOutbound(MappingType value)
Sets the value of the outbound property. |
void |
ResourcePasswordDefinitionType.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |