Uses of Package
wt.sandbox

Packages that use wt.sandbox
com.ptc.netmarkets.folder   
com.ptc.netmarkets.interop   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.uwgm.common.workspace   
com.ptc.wvs.server.publish   
wt.epm
 
wt.epm.listeners   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
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:  
 

Classes in wt.sandbox used by com.ptc.netmarkets.folder
SandboxServiceCheckinEvent
          Encapusulates SandboxService event/occurence data which occur upon sanbox checkins.
SandboxServiceUndoCheckoutEvent
          Encapusulates SandboxService event/occurence data which occur upon sandbox undo-check-out.
 

Classes in wt.sandbox used by com.ptc.netmarkets.interop
InitialCheckinData
          Base class container for caller data supported by SandboxService upon initial object check in.
 

Classes in wt.sandbox used by com.ptc.windchill.cadx.common.util
SandboxConfigSpec
          A ConfigSpec implementation with the essentially the following logic.
 

Classes in wt.sandbox used by com.ptc.windchill.uwgm.common.workspace
SandboxConfigSpec
          A ConfigSpec implementation with the essentially the following logic.
 

Classes in wt.sandbox used by com.ptc.wvs.server.publish
SandboxServiceCheckinEvent
          Encapusulates SandboxService event/occurence data which occur upon sanbox checkins.
SandboxServiceCheckoutEvent
          Encapusulates SandboxService event/occurence data which occur upon sandbox check-outs.
 

Classes in wt.sandbox used by wt.epm
SandboxBaseline
          Baseline for a sandbox container indicating the current sandbox configuration of parts and CAD documents being used by the sandbox.
SandboxConfigSpec
          A ConfigSpec implementation with the essentially the following logic.
 

Classes in wt.sandbox used by wt.epm.listeners
SandboxServiceCheckinEvent
          Encapusulates SandboxService event/occurence data which occur upon sanbox checkins.
 

Classes in wt.sandbox used by wt.part
SandboxConfigSpec
          A ConfigSpec implementation with the essentially the following logic.
 

Classes in wt.sandbox used by wt.sandbox
CheckinConflictFinder.CollectionClassifier
           
CheckinUniquenessException
          Exception containing detailed information regarding all uniqueness violations discovered during SandboxService.preCheckinValidate().
InitialCheckinData
          Base class container for caller data supported by SandboxService upon initial object check in.
InitialCheckinDataApplicator
          Class responsible for applying InitialCheckinData to Versioned objects when called upon by SandboxService.
SandboxBaseline
          Baseline for a sandbox container indicating the current sandbox configuration of parts and CAD documents being used by the sandbox.
SandboxCheckinLink
          Link from terminal iteration of a sandbox version to the iteration formed by performing a sandbox check-in on it.
SandboxCheckoutLink
          Link from original copy iteration to sandbox working copy branch formed by sandbox checkout.
SandboxConfigSpec
          A ConfigSpec implementation with the essentially the following logic.
SandboxConflictType
          

Supported API: true

Extendable: false
SandboxException
          Simple sub-class of WTException that exists to provide a common base class to all exceptions specific to the wt.sandbox package and to provide a specific exception type for miscellaneous wt.sandbox exceptions that do not fit any of the sub-classes of this class.
SandboxHelper
          Helper class providing static final implementation of SandboxService.
SandboxResolutionType
          

Supported API: true

Extendable: false
SandboxService
          Remote interface for operations specific to sandbox containers.
SandboxServiceMultiEvent
          Abstract service event base class for service events in wt.sandbox which are purely multi-object in nature.
SandboxValidationException
          General exception to denote one or more error conditions discovered in the process of validating a sandbox operation.
StandardSandboxService
          Standard implementation of SandboxService interface.
StandardSandboxService.MethodContextCleaner
           
ToStringComparator
          Sort objects by their toString() results; provide consistent (albeit not always language correct) ordering of DisplayIdentities
Utilities.PerClassCollectionProcessor
           
Utilities.PerClassCollectionProcessorMastersSeparate
           
Utilities.PerClassProcessor