MappingType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Defines how a value of a property (or attribute) should be constructed. The value may be static or constructed as an result of evaluating an expression. This structure also defines a method how to merge several value construction definitions, how to behave if a property already has a value, etc. This is reusable data structure, used in schemaHandling, roles and it may also be used in may other places. Motivation: We need to construct attribute or property values on many places in midPoint. E.g. we need that in roles to generate dynamic account attribute values, we need that to define "templates" for identifiers and default values for attributes when creating a new account. We also need that to specify values when creating a new user (user templates). Having the same data structure for all of these cases may simplify the code, as it all can be handled by a generic library reused in many places through the system.
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1]  
description property
string
[0,1]  
extension container
ExtensionType
[0,1] Place for non-standard object properties. 
trace property
boolean
[0,1]  
authoritative property
boolean
[0,1]  
exclusive property
boolean
[0,1]  
tolerant property
boolean
[0,1] When set to true, allows attribute/property values that are set outside of this mapping. 
strength property
MappingStrengthType
[0,1]  
channel property
anyURI
[0,-1]  
exceptChannel property
anyURI
[0,-1]  
timeFrom property
MappingTimeDeclarationType
[0,1]  
timeTo property
MappingTimeDeclarationType
[0,1]  
source property
VariableBindingDefinitionType
[0,-1]  
expression property
ExpressionType
[0,1]  
target property
VariableBindingDefinitionType
[0,1]  
condition property
ExpressionType
[0,1]  
inputFilter property
ValueFilterType
[0,1]  
outputFilter property
ValueFilterType
[0,1]  
range property
ValueSetSpecificationType
[0,1] Specifies the range of the mapping (in mathematical sense).