Package wt.change2
Class RelevantRequestData2Delegate
java.lang.Object
wt.change2.RelevantRequestData2Delegate
- All Implemented Interfaces:
Externalizable,Serializable,ConcreteChangeableAssociationDelegate
public class RelevantRequestData2Delegate
extends Object
implements ConcreteChangeableAssociationDelegate, Externalizable
This class is used to construct RelevantRequestData2 links. The client
application delegates the work of constructing the RelevantRequestData2
link to this class.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryLinks(ChangeItemIfc ci, Vector changeables) Returns a vector of RelevantRequestData2 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 RelevantRequestData2 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
-