Package wt.change2
Interface ConcreteChangeableAssociationDelegate
- All Known Implementing Classes:
AffectedActivityDataDelegate,ChangeRecord2Delegate,HangingChangeLinkDelegate,RelevantAnalysisDataDelegate,RelevantRequestData2Delegate,SubjectProductDelegate
public interface ConcreteChangeableAssociationDelegate
Returns a newly constructed Vector of BinaryLink objects based on the
parent ChangeItemIfc and a Vector of Changeable2 objects that participate
in the link. The implementation of this interface is selected based
on properties in section 13 of the change2.properties file.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
wt.change2.ConcreteChangeableAssociationDelegate.getBinaryLinksChange2DelegateFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryLinks(ChangeItemIfc ci, Vector changeables) Returns a vector of binary links based on the ChangeItemIfc and Vector of Changeable2 objects.
-
Method Details
-
getBinaryLinks
Returns a vector of binary links based on the ChangeItemIfc and Vector of Changeable2 objects.
Supported API: true- Parameters:
ci-changeables-- Returns:
- Vector
- Throws:
ChangeException2WTException
-