LookupTableType (Complex Type)

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

Supertype: ObjectType

An object that represents lookup table. The lookup table can be used for two purposes: value enumerations (e.g. for GUI or validation) and value mapping (translation). The same lookup table can serve both purposes at the same time.

The content of the lookup table can be used as enumeration. E.g. the labels for each table row can be displayed in the user interface. When a particular label is selected then the associated key will be stored. Similar approach can be used for validation, e.g. when only a selected set of values is legal for a certain property. In this case the "key" and "label" columns are used.

The content of the lookup table can also be used for value mapping. E.g. in cases when input value needs to be mapped to the output value. In this case the "key" and "value" columns are used.

Even though the lookup table is represented as a prism object, it is designed to be stored and queried efficiently. Therefore the contents of the lookup table will be stored in a specialized table tuned for this purpose. This data type is not designed to be used with the usual midPoint query mechanism (e.g. searchObjects operation). Specialized operations are used to efficiently query the lookup tables. The prism representation (e.g. XML) of the lookup tables is used only for backup, restore, migrations, upgrades and similar purposes.

Item Summary  
Name Type Multiplicity Description
name property
PolyStringType
[0,1] Human-readable, mutable name of the object. 
description property
string
[0,1] Free-form textual description of the object. 
subtype property
string
[0,-1] Type of the object. 
fetchResult property
OperationResultType
[0,1] Result of the operation that fetched this instance of the object. 
extension container
ExtensionType
[0,1] Extension container that provides generic extensibility mechanism. 
parentOrgRef reference
ObjectReferenceType
[0,-1] Set of the orgs (organizational units, projects, teams) that the object relates to. 
trigger container
TriggerType
[0,-1] Triggers for this object. 
metadata container
MetadataType
[0,1] Meta-data about object creation, modification, etc. 
tenantRef reference
ObjectReferenceType
[0,1] Reference to the tenant to which this object belongs. 
lifecycleState property
string
[0,1] Lifecycle state of the object. 
operationExecution container
OperationExecutionType
[0,-1] Description of recent operations executed on this object (or related objects, e. 
policySituation property
anyURI
[0,-1] The policy situation(s) of this object. 
triggeredPolicyRule property
EvaluatedPolicyRuleType
[0,-1] Triggered policy rules for this assignment. 
policyException container
PolicyExceptionType
[0,-1] Recorded exception from a policy rule. 
row container
LookupTableRowType
[0,-1] Data structure that represents entire content of the lookup table, organized into table rows.