Uses of Class
wt.sandbox.SandboxValidationException

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

Methods in wt.sandbox that return SandboxValidationException
(package private) static SandboxValidationException SandboxValidationException.newSandboxValidationException(String errorCode, WTCollection causalObjects)
           
(package private) static SandboxValidationException SandboxValidationException.newSandboxValidationException(Map exceptionCodesToCausalObjects)
           
private static SandboxValidationException SandboxValidationException.newSandboxValidationException(Throwable t, Map exceptionCodesToCausalObjects)
           
 

Methods in wt.sandbox that throw SandboxValidationException
 void StandardSandboxService.checkout(WTCollection wtOrigCopiesSet, WTContainerRef targetContainerRef, Folder targetFolder, String note)
          Check-out a group of versioned objects from the larger enterprise to a sandbox container.
 Map StandardSandboxService.checkout(WTCollection wtOrigCopiesSet, WTContainerRef targetContainerRef, Folder targetFolder, String note, boolean returnCheckedoutVersions)
          Check-out a group of versioned objects from the larger enterprise to a sandbox container.
 void StandardSandboxService.undoCheckout(WTCollection inputRefs)
          Undo check-out of a set of versioned objects from the sandbox container.
 Set StandardSandboxService.undoCheckout(WTCollection inputRefs, boolean returnOriginalCopies)
          Undo check-out of a set of versioned objects from the sandbox container.
 void StandardSandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 Map StandardSandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note, InitialCheckinDataApplicator applicator, boolean returnCheckedinVersions)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 SandboxBaseline StandardSandboxService.addToSandboxBaseline(WTCollection wtCollOfBaselineables, WTContainerRef sandboxContainer)
          Add a collection of baselinables to the SandboxBaseline associated with the given sandbox container.
 SandboxBaseline StandardSandboxService.addToSandboxBaseline(WTCollection wtCollOfBaselineables, WTContainerRef sandboxContainer, boolean replaceEntriesFromSameMasters)
          Add a collection of baselinables to the SandboxBaseline associated with the given sandbox container.
private  Set StandardSandboxService.undoCheckout(WTCollection inputRefs, boolean returnOriginalCopies, boolean shareOriginalToSandbox, boolean skipInitialRefreshAndLock)
           
 void SandboxServiceFwd.checkout(WTCollection wtOrigCopiesSet, WTContainerRef targetContainerRef, Folder targetFolder, String note)
          Check-out a group of versioned objects from the larger enterprise to a sandbox container.
 Map SandboxServiceFwd.checkout(WTCollection wtOrigCopiesSet, WTContainerRef targetContainerRef, Folder targetFolder, String note, boolean returnCheckedoutVersions)
          Check-out a group of versioned objects from the larger enterprise to a sandbox container.
 void SandboxServiceFwd.undoCheckout(WTCollection inputRefs)
          Undo check-out of a set of versioned objects from the sandbox container.
 Set SandboxServiceFwd.undoCheckout(WTCollection inputRefs, boolean returnOriginalCopies)
          Undo check-out of a set of versioned objects from the sandbox container.
 void SandboxServiceFwd.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 Map SandboxServiceFwd.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note, InitialCheckinDataApplicator applicator, boolean returnCheckedinVersions)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 SandboxBaseline SandboxServiceFwd.addToSandboxBaseline(WTCollection wtCollOfBaselineables, WTContainerRef sandboxContainer)
          Add a collection of baselinables to the SandboxBaseline associated with the given sandbox container.
 SandboxBaseline SandboxServiceFwd.addToSandboxBaseline(WTCollection wtCollOfBaselineables, WTContainerRef sandboxContainer, boolean replaceEntriesFromSameMasters)
          Add a collection of baselinables to the SandboxBaseline associated with the given sandbox container.
 void SandboxService.checkout(WTCollection wtOrigCopiesSet, WTContainerRef targetContainerRef, Folder targetFolder, String note)
          Check-out a group of versioned objects from the larger enterprise to a sandbox container.
 Map SandboxService.checkout(WTCollection wtOrigCopiesSet, WTContainerRef targetContainerRef, Folder targetFolder, String note, boolean returnCheckedoutVersions)
          Check-out a group of versioned objects from the larger enterprise to a sandbox container.
 void SandboxService.undoCheckout(WTCollection inputRefs)
          Undo check-out of a set of versioned objects from the sandbox container.
 Set SandboxService.undoCheckout(WTCollection inputRefs, boolean returnOriginalCopies)
          Undo check-out of a set of versioned objects from the sandbox container.
 void SandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 Map SandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note, InitialCheckinDataApplicator applicator, boolean returnCheckedinVersions)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 SandboxBaseline SandboxService.addToSandboxBaseline(WTCollection wtCollOfBaselineables, WTContainerRef sandboxContainer)
          Add a collection of baselinables to the SandboxBaseline associated with the given sandbox container.
 SandboxBaseline SandboxService.addToSandboxBaseline(WTCollection wtCollOfBaselineables, WTContainerRef sandboxContainer, boolean replaceEntriesFromSameMasters)
          Add a collection of baselinables to the SandboxBaseline associated with the given sandbox container.