wt.change2
Interface ConcreteChangeableAssociationDelegate

All Known Implementing Classes:
AffectedActivityDataDelegate, ChangeRecord2Delegate, ProblemProductDelegate, RelevantAnalysisDataDelegate, RelevantRequestData2Delegate, ReportedAgainstDelegate, 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

See Also:
wt.change2.ConcreteChangeableAssociationDelegate.getBinaryLinks, Change2DelegateFactory

Method Summary
 Vector getBinaryLinks(ChangeItemIfc ci, Vector changeables)
          Returns a vector of binary links based on the ChangeItemIfc and Vector of Changeable2 objects.
 

Method Detail

getBinaryLinks

public Vector getBinaryLinks(ChangeItemIfc ci,
                             Vector changeables)
                      throws ChangeException2,
                             WTException
Returns a vector of binary links based on the ChangeItemIfc and Vector of Changeable2 objects.

Supported API: true

Parameters:
ci -
changeables -
Returns:
Vector
Throws:
ChangeException2
WTException