|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SandboxBaseline | |
wt.epm | |
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 SandboxBaseline in wt.epm |
Methods in wt.epm with parameters of type SandboxBaseline | |
private void |
EPMStandardDocumentManager.processPreAddBaselineEvent(SandboxBaseline baseline,
WTCollection documents)
|
private void |
EPMStandardDocumentManager.processPreReplaceBaselineEvent(SandboxBaseline baseline,
WTCollection documents)
|
Uses of SandboxBaseline in wt.sandbox |
Methods in wt.sandbox that return SandboxBaseline | |
SandboxBaseline |
StandardSandboxService.getSandboxBaseline(WTContainerRef sandboxContainer)
Returns the given sandbox container's baseline. |
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 SandboxBaseline |
StandardSandboxService.getOrCreateSandboxBaseline(WTContainerRef sandboxContainerRef)
|
SandboxBaseline |
SandboxServiceFwd.getSandboxBaseline(WTContainerRef sandboxContainer)
Returns the given sandbox container's baseline. |
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. |
SandboxBaseline |
SandboxService.getSandboxBaseline(WTContainerRef sandboxContainer)
Returns the given sandbox container's baseline. |
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. |
static SandboxBaseline |
SandboxBaseline.newSandboxBaseline()
Default factory for the class. |
Methods in wt.sandbox with parameters of type SandboxBaseline | |
private void |
StandardSandboxService.removeAllIterationsFromBaseline(Collection baselineableRefColl,
WTContainerRef sandboxContainerRef,
boolean byVersion,
SandboxBaseline inSandboxBaseline)
For each iteration or master referenced by an element of input collection, remove all iterations with the same master from the sandbox baseline. |
protected boolean |
SandboxBaseline.readVersion(SandboxBaseline 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 |