Package wt.sandbox
Class SandboxHelper
java.lang.Object
wt.sandbox.SandboxHelper
- All Implemented Interfaces:
Externalizable,Serializable
Helper class providing static final implementation of SandboxService.
Also provides some utility methods of its own which do not require database queries or other server-side processing.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks to see if an object is a PDM copy of PDM Checkout.
-
Method Details
-
isCheckedOutToSandbox
Checks to see if an object is a PDM copy of PDM Checkout. Returns true if: 1. the object is an Interoperable, and (invalid input: '&'invalid input: '&') 2. the object is in InteropState.CHECKED_OUT
Supported API: true An object is in InteropState.CHECKED_OUT state only when: the object resides in a PDML container and the object has been PDM Checked out to a project This should be used to check for objects in a PDML container. To check if an object is a project copy of a PDM Checkout, useisObjectOneOff. use SandboxServie.getSubsetCheckoutToSandbox for multi-objects
-