Uses of Interface
wt.change2.ChooseFolderDelegate

Packages that use ChooseFolderDelegate
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 ChooseFolderDelegate in wt.change2
 

Classes in wt.change2 that implement ChooseFolderDelegate
 class DefaultChooseFolderDelegate
          This delegate assigns a location to or changes the location of (Folder or Cabinet) an object to the location (Folder or Cabinet) of the other object.
 class SynchronizedDomainChooseFolderDelegate
          This delegate has similar semantics to those of DefaultChooseFolderDelegate, but forces the administrative domain of each non-foldered change object to be synchronized with that of its associated foldered change object.
 

Methods in wt.change2 that return ChooseFolderDelegate
 ChooseFolderDelegate Change2DelegateFactory.getChooseFolderDelegate(ChangeItemIfc object)
          Returns a ChooseFolderDelegate based upon the property file entry: wt.services/svc/default/wt.change2.ChooseFolderDelegate/null/wt.change2.ChangeItemIfc/0=wt.change2.DefaultChooseFolderDelegate/singleton

Supported API: true