RelationshipType (v12.2.1)
Information about entity reference relationships provided to and returned from an Assess action.
Reference relationships are any relationship other than the primary containment relationship for an entity.
Note: Relationships which are inferred by rules in the policy model can not be supplied in an assess request.
Configuring a relationship outcome
This requests a decision-report for a relationship called qualifying claimants from the global instance.
<typ:global-instance>
...
<typ:relationship id="qualifying_claimants" outcome-style="decision-report" />
</typ:global-instance>
Specifying a relationship’s targets
The relationship below is called children and the target is bobjr (who must be declared as an entity instance in the global instance).
<typ:relationship id="children">
<typ:target instance-id="bobjr" />
</typ:relationship>
Namespace
http://oracle.com/determinations/server/12.2.1/rulebase/assess/types
Used By
EntityInstanceType, GlobalInstanceType
| Field | Type | Description |
|---|---|---|
| id | xsd:string
|
The name of the relationship |
| state | StateEnum | The outcome state of the relationship |
| inferred | xsd:boolean
|
Ignored in requests. If true, the relationship was inferred (set) during the assess action. |
| target[] | RelationshipTargetType | The target entity instances for the relationship |
| decision-report | DecisionReportType | For relationships with a decision report outcome, contains the details of the decision report. |
| outcome-style | OutcomeStyleEnum | The style of outcome to use for the relationship, regardless of whether the outcome is known or unknown. If not specified, value-only is used. |
| known-outcome-style | OutcomeStyleEnum | The outcome style to use when the relationship is known. Overrides the default style specified in outcome-style. |
| unknown-outcome-style | OutcomeStyleEnum | The outcome style to use when the relationship is unknown. Overrides the default style specified in outcome-style. |
| properties | ListCustomPropertiesType | (Not currently used.) Ignored in requests. Custom properties specified for the relationship, if any. Only included if show-properties is set to true in the AssessmentConfiguration. |