Package wt.change2
Class ChangeRecord2Delegate
java.lang.Object
wt.change2.ChangeRecord2Delegate
- All Implemented Interfaces:
Externalizable,Serializable,ConcreteChangeableAssociationDelegate
public class ChangeRecord2Delegate
extends Object
implements ConcreteChangeableAssociationDelegate, Externalizable
Links a ChangeActivity2 object to each of the Changeable2 objects in
a Vector. Returns the Vector of ChangeRecord2.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryLinks(ChangeItemIfc ci, Vector changeables) Returns a vector of binary links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects.
-
Method Details
-
getBinaryLinks
public Vector getBinaryLinks(ChangeItemIfc ci, Vector changeables) throws ChangeException2, WTException Returns a vector of binary links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects.
Supported API: true- Specified by:
getBinaryLinksin interfaceConcreteChangeableAssociationDelegate- Parameters:
ci-changeables-- Returns:
- Vector
- Throws:
ChangeException2WTException
-