|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SandboxConfigSpec | |
com.ptc.windchill.cadx.common.util | |
com.ptc.windchill.uwgm.common.workspace | |
wt.epm | |
wt.part | Defines WTPart s and WTPartMaster s (
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: |
Uses of SandboxConfigSpec in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util that return SandboxConfigSpec | |
static SandboxConfigSpec |
WorkspaceConfigSpecUtilities.createSandboxConfigSpec(WTContainer container,
boolean includePersonalCheckouts)
Create a SandboxConfigSpec for the specified container. |
static SandboxConfigSpec |
WorkspaceConfigSpecUtilities.createSandboxConfigSpec(WTContainer container)
Create a SandboxConfigSpec for the specified container. |
Uses of SandboxConfigSpec in com.ptc.windchill.uwgm.common.workspace |
Methods in com.ptc.windchill.uwgm.common.workspace that return SandboxConfigSpec | |
static SandboxConfigSpec |
ConfigSpecHelper.createExtendedSandboxConfigSpec(WTContainer container)
returns "extended" SandboxConfigSpec that uses Latest as fallback condition |
private static SandboxConfigSpec |
ConfigSpecHelper.createSandboxConfigSpec(WTContainer container,
boolean includePersonalCheckouts)
Create a SandboxConfigSpec for the specified container. |
private static SandboxConfigSpec |
ConfigSpecHelper.createSandboxConfigSpec(WTContainer container)
Create a SandboxConfigSpec for the specified container. |
static SandboxConfigSpec |
ConfigSpecHelper.createExtendedSandboxConfigSpec(WTContainer container)
returns "extended" SandboxConfigSpec that uses Latest as fallback condition |
private static SandboxConfigSpec |
ConfigSpecHelper.createSandboxConfigSpec(WTContainer container,
boolean includePersonalCheckouts)
Create a SandboxConfigSpec for the specified container. |
private static SandboxConfigSpec |
ConfigSpecHelper.createSandboxConfigSpec(WTContainer container)
Create a SandboxConfigSpec for the specified container. |
Uses of SandboxConfigSpec in wt.epm |
Fields in wt.epm declared as SandboxConfigSpec | |
private SandboxConfigSpec |
EPMDocConfigSpec.sandboxConfig
|
Methods in wt.epm that return SandboxConfigSpec | |
SandboxConfigSpec |
EPMDocConfigSpec.getSandboxConfig()
Gets the object for the association that plays role: SANDBOX_CONFIG. |
Methods in wt.epm with parameters of type SandboxConfigSpec | |
void |
EPMDocConfigSpec.setSandboxConfig(SandboxConfigSpec a_SandboxConfig)
Sets the object for the association that plays role: SANDBOX_CONFIG. |
static EPMDocConfigSpec |
EPMDocConfigSpec.newEPMDocConfigSpec(SandboxConfigSpec sandboxConfig)
Supported API: true |
protected void |
EPMDocConfigSpec.initialize(SandboxConfigSpec sandboxConfig)
Supports initialization, following construction of an instance. |
Uses of SandboxConfigSpec in wt.part |
Fields in wt.part declared as SandboxConfigSpec | |
private SandboxConfigSpec |
WTPartConfigSpec.sandbox
|
Methods in wt.part that return SandboxConfigSpec | |
SandboxConfigSpec |
WTPartConfigSpec.getSandbox()
Gets the value of the attribute: SANDBOX. |
Methods in wt.part with parameters of type SandboxConfigSpec | |
void |
WTPartConfigSpec.setSandbox(SandboxConfigSpec a_Sandbox)
Sets the value of the attribute: SANDBOX. |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(SandboxConfigSpec sandbox)
Supported API: true |
protected void |
WTPartConfigSpec.initialize(SandboxConfigSpec sandbox)
Supports initialization, following construction of an instance. |
Uses of SandboxConfigSpec in wt.sandbox |
Methods in wt.sandbox that return SandboxConfigSpec | |
static SandboxConfigSpec |
SandboxConfigSpec.newSandboxConfigSpec(WTContainerRef sandboxContainer)
Creates a SandboxConfigSpec setting 'useSandboxBaseline' as true, 'includePersonalCheckouts' as false, and 'principal' and 'userConfigSpec' as null. |
static SandboxConfigSpec |
SandboxConfigSpec.newSandboxConfigSpec(WTContainerRef sandboxContainer,
boolean useSandboxBaseline,
boolean includePersonalCheckouts,
WTPrincipalReference principal)
Creates a SandboxConfigSpec leaving 'userConfigSpec' unspecified/null. |
static SandboxConfigSpec |
SandboxConfigSpec.newSandboxConfigSpec(WTContainerRef sandboxContainer,
boolean useSandboxBaseline,
boolean includePersonalCheckouts,
WTPrincipalReference principal,
ConfigSpec userConfigSpec)
A ConfigSpec via which iterations will be selected when neither the sandbox nor its baseline contains an appropriate iteration. |
Methods in wt.sandbox with parameters of type SandboxConfigSpec | |
protected boolean |
SandboxConfigSpec.readVersion(SandboxConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |