Uses of Interface
wt.change2.IncludedInIfc

Packages that use IncludedInIfc
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
 

Uses of IncludedInIfc in wt.change2
 

Classes in wt.change2 that implement IncludedInIfc
 class IncludedIn2
          A link between a ChangeOrder2 and a ChangeActivity2 representing ownership of the activity by the order.
 

Methods in wt.change2 with parameters of type IncludedInIfc
protected  void StandardChangeService2.propagateDeleteToChangeActivity(ChangeOrderIfc deleteTarget, IncludedInIfc deleteLink)