Appearance
Relationship
Extends Ci
A relationship is a Ci (configuration item) that models a relationship between to other configuration items. It contains a "to" and "from" that describes the other two configuration items and the direction of the relationship.
Instance Methods
getFrom() → Ci
Returns the Ci on the 'from' side of the relationship.
Returns: Ci - The "from" Ci.
getTo() → Ci
Returns the Ci on the 'to' side of the relationship.
Returns: Ci - The "from" Ci.