Uses of Class
wt.sandbox.Utilities.PerClassProcessor

Packages that use Utilities.PerClassProcessor
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
 

Uses of Utilities.PerClassProcessor in wt.sandbox
 

Subclasses of Utilities.PerClassProcessor in wt.sandbox
(package private) static class Utilities.PerClassCollectionProcessor
           
(package private) static class Utilities.PerClassCollectionProcessorMastersSeparate
           
 

Methods in wt.sandbox with parameters of type Utilities.PerClassProcessor
(package private) static void Utilities.processByClass(Collection wtColl, Utilities.PerClassProcessor processor, Class[] requiredInterfaces)
           
(package private) static void Utilities.processByClass(Collection wtColl, Utilities.PerClassProcessor processor, Class[] requiredInterfaces, Class[] excludedInterfaces)
           
private static void StandardSandboxService.processSandboxWorkables(Collection wtColl, Utilities.PerClassProcessor processor)