Uses of Class
wt.sandbox.SandboxServiceMultiEvent

Packages that use SandboxServiceMultiEvent
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 SandboxServiceMultiEvent in wt.sandbox
 

Subclasses of SandboxServiceMultiEvent in wt.sandbox
 class SandboxServiceCheckinEvent
          Encapusulates SandboxService event/occurence data which occur upon sanbox checkins.
 class SandboxServiceCheckoutEvent
          Encapusulates SandboxService event/occurence data which occur upon sandbox check-outs.
 class SandboxServiceInitialCheckinEvent
          Encapusulates SandboxService event/occurence data state immediately prior to storing initial sandbox checkins.
 class SandboxServiceUndoCheckoutEvent
          Encapusulates SandboxService event/occurence data which occur upon sandbox undo-check-out.
 

Methods in wt.sandbox that return SandboxServiceMultiEvent
private  SandboxServiceMultiEvent SandboxServiceMultiEvent.cloneNoExceptions()
          Internal utility to clone that wraps any CloneNotSupportedException thrown in WTRuntimeExceptions.