Some methods in the Relationship class have been moved to the IdentityRelationship class. These deprecated methods will not generate errors, but CrossWorlds recommends that you avoid their use and migrate existing code to the new methods. The deprecated methods might be removed in a future release.
Table 110 lists the deprecated methods for the Relationship
class.
Table 110. Deprecated methods, Relationship class
Former method | Replacement |
---|---|
addMyChildren()
| addMyChildren() in the IdentityRelationship class |
deleteMyChildren() | deleteMyChildren() in the IdentityRelationship class |
maintainCompositeRelationship()
| maintainCompositeRelationship() in the IdentityRelationship class |
maintainSimpleIdentityRelationship()
| maintainSimpleIdentity Relationship() in the IdentityRelationship class |
updateMyChildren()
| updateMyChildren() in the IdentityRelationship class |