Package wt.change2
Class DetailedByDelegate
java.lang.Object
wt.change2.DetailedByDelegate
- All Implemented Interfaces:
Externalizable,Serializable,ConcreteAssociationDelegate
public class DetailedByDelegate
extends Object
implements ConcreteAssociationDelegate, Externalizable
Returns a newly constructed BinaryLink based on the parent and child
objects that participate in the link.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryLink(ChangeItemIfc parent, ChangeItemIfc child) Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
-
Method Details
-
getBinaryLink
public BinaryLink getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child) throws WTException, ChangeException2 Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
Supported API: true- Specified by:
getBinaryLinkin interfaceConcreteAssociationDelegate- Parameters:
parent-child-- Returns:
- BinaryLink
- Throws:
WTExceptionChangeException2
-