Uses of Interface
wt.vc.config.InUseDelegate

Packages that use InUseDelegate
wt.vc.config
 
 

Uses of InUseDelegate in wt.vc.config
 

Classes in wt.vc.config that implement InUseDelegate
 class CabinetBasedInUseDelegate
          InUseDelegate for Iterated, CabinetBased elements.
 class IteratedInUseDelegate
          Default delegate for Iterated elements.
 class LockableInUseDelegate
          InUseDelegate for Iterated, Lockable elements.
 class OwnableInUseDelegate
          InUseDelegate for Iterated, Ownable elements.
 class SessionEditedIterationInUseDelegate
          

Supported API: true

Extendable: false
 class WorkableInUseDelegate
          InUseDelegate for Iterated, Workable elements.
 

Methods in wt.vc.config that return InUseDelegate
 InUseDelegate[] InUseDelegateFactory.getInUseDelegates(Iterated iterationToCheck)
          Returns an array of InUseDelegates that match given the service.properties.
 InUseDelegate[] InUseDelegateFactory.getInUseDelegates(Class iterationClass)