|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.epm.workspaces.EPMStandardWorkspaceManager
public class EPMStandardWorkspaceManager
Use the newEPMStandardWorkspaceManager static factory method(s),
not the EPMStandardWorkspaceManager constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Method Summary | |
|---|---|
EPMWorkspace |
addToWorkspace(EPMWorkspace workspace,
WTCollection baselineables)
Add the specified baselineable objects and family table objectsto the Workspace. |
WTSet |
checkin(EPMWorkspace workspace,
WTKeyedMap toCheckin)
Checks in the given list of working copies or new objects. |
WTSet |
checkin(EPMWorkspace workspace,
WTKeyedMap toCheckin,
wt.epm.EPMGhostResolver.EPMGhostResolverDelegate ghostResolutionDelegate)
Checks in the given list of working copies or new objects. |
WTValuedMap |
checkout(EPMWorkspace workspace,
WTCollection objects)
Checks out the given list of objects to the given workspace folder. |
EPMWorkspace |
createTransparentWorkspace(WTContainer container,
WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec)
Creates a new transparent workspace for the given container Supported API: true |
WTSet |
getObjectsInWorkspace(EPMWorkspace workspace,
Class classObject)
Get the set of objects included in the Checkpoint associated with the workspace. |
WTSet |
getWorkspaces(WTPrincipal user,
WTContainerRef solution)
Returns all of the workspaces associated with a given user and container. |
EPMWorkspace |
populateWorkspace(EPMWorkspace workspace,
WTCollection baselineables)
Adds the Baselineable item iterations to the Workspace. |
EPMWorkspace |
populateWorkspace(EPMWorkspace workspace,
WTCollection baselineables,
int flags)
Adds the Baselineable item iterations to the Workspace. |
EPMWorkspace |
removeFromWorkspace(EPMWorkspace workspace,
WTCollection baselinables)
Remove the specified objects from the Workspace. |
void |
setAttributes(EPMWorkspace workspace,
WTKeyedMap attrValues)
Set the attribute values (IBA) passed for each of the EPMDocument passed in attrValues. |
WTSet |
undoCheckout(EPMWorkspace workspace,
WTCollection workingCopies)
Undoes check out the given list of working copies from the given workspace folder. |
WTSet |
undoCheckout(WTCollection workingCopies)
Undoes check out the given list of working copies from the given workspace folder. |
WTSet |
undoCheckoutAndRestoreInWorkspace(EPMWorkspace workspace,
WTCollection workingCopies)
Undoes check out the given list of working copies from the given workspace folder and restores originals in Workspace baseline. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public WTValuedMap checkout(EPMWorkspace workspace,
WTCollection objects)
throws WTException
checkout in interface EPMWorkspaceManagerworkspace - objects - A collection of objects to be checked out.
WTException
public WTSet undoCheckout(EPMWorkspace workspace,
WTCollection workingCopies)
throws WTException
undoCheckout in interface EPMWorkspaceManagerworkspace - workingCopies - A collection of objects to be checked out.
WTException
public WTSet checkin(EPMWorkspace workspace,
WTKeyedMap toCheckin)
throws WTException
checkin in interface EPMWorkspaceManagerworkspace - toCheckin - The keys are the working copies to be checked in and the values are CheckinOption objects. If the CheckinOption is null, the checkin comment is set to an empty string and the object is moved to the target folder.
WTException
public WTSet checkin(EPMWorkspace workspace,
WTKeyedMap toCheckin,
wt.epm.EPMGhostResolver.EPMGhostResolverDelegate ghostResolutionDelegate)
throws WTException
checkin in interface EPMWorkspaceManagerworkspace - toCheckin - The keys are the working copies to be checked in and the values are CheckinOption objects. If the CheckinOption is null, the checkin comment is set to an empty string and the object is moved to the target folder.ghostResolutionDelegate -
WTException
public EPMWorkspace addToWorkspace(EPMWorkspace workspace,
WTCollection baselineables)
throws WTException
addToWorkspace in interface EPMWorkspaceManagerworkspace - The workspace to be affected by the call.baselineables -
WTException
public EPMWorkspace removeFromWorkspace(EPMWorkspace workspace,
WTCollection baselinables)
throws WTException
removeFromWorkspace in interface EPMWorkspaceManagerworkspace - The workspace to be affected by the call.baselinables -
WTException
public EPMWorkspace populateWorkspace(EPMWorkspace workspace,
WTCollection baselineables)
throws WTException
populateWorkspace in interface EPMWorkspaceManagerworkspace - The workspace to be affected by the call.baselineables - A collection of objects to be added (together with the related items determined by the populareRule) to the workspace.
WTException
public EPMWorkspace populateWorkspace(EPMWorkspace workspace,
WTCollection baselineables,
int flags)
throws WTException
populateWorkspace in interface EPMWorkspaceManagerworkspace - The workspace to be affected by the call.baselineables - A collection of objects to be added (together with the related items determined by the populareRule) to the workspace.flags - Population flags
WTException
public WTSet getObjectsInWorkspace(EPMWorkspace workspace,
Class classObject)
throws WTException
getObjectsInWorkspace in interface EPMWorkspaceManagerworkspace - The workspace to be affected by the call.classObject -
WTException
public WTSet getWorkspaces(WTPrincipal user,
WTContainerRef solution)
throws WTException
getWorkspaces in interface EPMWorkspaceManageruser - solution -
WTException
public WTSet undoCheckoutAndRestoreInWorkspace(EPMWorkspace workspace,
WTCollection workingCopies)
throws WTException
undoCheckoutAndRestoreInWorkspace in interface EPMWorkspaceManagerworkspace - workingCopies - A collection of objects to be checked out.
WTException
public void setAttributes(EPMWorkspace workspace,
WTKeyedMap attrValues)
throws WTException
setAttributes in interface EPMWorkspaceManagerworkspace - EPMWorkspace to which the passed EPMDocuments are checked-out.attrValues - WTKeyedMap where key is EPMDocument and the value is a Map of IBA ExtHid and IBA value. The IBA value can be NULL.
WTException
public WTSet undoCheckout(WTCollection workingCopies)
throws WTException
undoCheckout in interface EPMWorkspaceManagerworkingCopies - A collection of objects to be checked out.
WTException
public EPMWorkspace createTransparentWorkspace(WTContainer container,
WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec)
throws WTException
createTransparentWorkspace in interface EPMWorkspaceManagercontainer - partConfigSpec - partConfigSpec for the Workspace, If null, then latest config spec will be assigned to the part config spec.docConfigSpec - docConfigSpec for the Workspace, If null, then latest config spec will be assigned to the document config spec.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||