Uses of Class
wt.epm.workspaces.EPMWorkspace

Packages that use EPMWorkspace
com.ptc.core.htmlcomp.gathering   
com.ptc.core.htmlcomp.jstable   
com.ptc.core.htmlcomp.util   
com.ptc.core.task   
com.ptc.epm.commands   
com.ptc.epm.commands.util   
com.ptc.hli.ecad   
com.ptc.netmarkets.interop   
com.ptc.windchill.cadx.associate   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.autopart   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.cancelcheckout   
com.ptc.windchill.cadx.checkin   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.pageBuilder   
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.common.picker.components   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.createws   
com.ptc.windchill.cadx.deletews   
com.ptc.windchill.cadx.multirevise   
com.ptc.windchill.cadx.myworkspace   
com.ptc.windchill.cadx.newcaddoc   
com.ptc.windchill.cadx.placeHolder   
com.ptc.windchill.cadx.prowtutil   
com.ptc.windchill.cadx.remove   
com.ptc.windchill.cadx.rename   
com.ptc.windchill.cadx.revise   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.search   
com.ptc.windchill.cadx.update   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.cadx.wsoption   
com.ptc.windchill.classproxy   
com.ptc.windchill.uwgm.cadx.associate   
com.ptc.windchill.uwgm.cadx.autoassociate   
com.ptc.windchill.uwgm.cadx.caddoc   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.checkout   
com.ptc.windchill.uwgm.cadx.disassociate   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.multirename   
com.ptc.windchill.uwgm.cadx.multirevise   
com.ptc.windchill.uwgm.cadx.newcaddoc   
com.ptc.windchill.uwgm.cadx.remove   
com.ptc.windchill.uwgm.cadx.update   
com.ptc.windchill.uwgm.cadx.workspaces   
com.ptc.windchill.uwgm.cadx.ws   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.common.container   
com.ptc.windchill.uwgm.common.content   
com.ptc.windchill.uwgm.common.pdm   
com.ptc.windchill.uwgm.common.server   
com.ptc.windchill.uwgm.common.util   
com.ptc.windchill.uwgm.common.workspace   
com.ptc.windchill.uwgm.proesrv   
com.ptc.windchill.uwgm.proesrv.action   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.ndimpl   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.windchill.uwgm.proesrv.util   
com.ptc.windchill.uwgm.task.associate   
com.ptc.windchill.uwgm.task.autoassociate   
com.ptc.windchill.uwgm.task.disassociate   
com.ptc.windchill.uwgm.task.multirevise   
com.ptc.windchill.uwgm.task.newcaddoc   
com.ptc.wvs.server.publish   
wt.epm
 
wt.epm.familytable   
wt.epm.ndi.impl   
wt.epm.retriever   
wt.epm.upload   
wt.epm.util   
wt.epm.workspaces   
wt.ixb.epm.handlers   
wt.ixb.epm.handlers.forclasses   
wt.visitor Defines theĀ navigator/visitor design pattern for usingĀ a Walker (at one time it used a Navigator, instead of a Walker) and a NodeExpander, which together traverse a structure of objects, and a Visitor, which does something when we navigate to the object; this separates the algorithm for navigating from the algorithm for visiting, allowing more reuse; factories support selection of Walkers and Visitors. 
 

Uses of EPMWorkspace in com.ptc.core.htmlcomp.gathering
 

Fields in com.ptc.core.htmlcomp.gathering declared as EPMWorkspace
private  EPMWorkspace DependencyTracingDescriptor.workspace
           
(package private)  EPMWorkspace DependencyHelper.ws
           
 

Methods in com.ptc.core.htmlcomp.gathering that return EPMWorkspace
static EPMWorkspace RulesUtilities.getWorkspace(HTTPState state)
          Gets the Workspace specified either in the form data or in query data, taking in consideration the ProjectLink special case.
 EPMWorkspace DependencyTracingDescriptor.getWorkspace()
           
 

Methods in com.ptc.core.htmlcomp.gathering with parameters of type EPMWorkspace
 void DependencyTracingDescriptor.setWorkspace(EPMWorkspace workspace)
           
 void DependencyHelper.setWorkspace(EPMWorkspace ws)
          Set workspace filter for dependents
 

Constructors in com.ptc.core.htmlcomp.gathering with parameters of type EPMWorkspace
DependencyHelper(WTCollection seeds, EPMWorkspace ws)
           
 

Uses of EPMWorkspace in com.ptc.core.htmlcomp.jstable
 

Fields in com.ptc.core.htmlcomp.jstable declared as EPMWorkspace
(package private)  EPMWorkspace ServerStatusHelper.ws
           
 

Constructors in com.ptc.core.htmlcomp.jstable with parameters of type EPMWorkspace
ServerStatusHelper(WTCollection workables, EPMWorkspace workspace, SandboxStatusHelper sHelper)
           
 

Uses of EPMWorkspace in com.ptc.core.htmlcomp.util
 

Fields in com.ptc.core.htmlcomp.util declared as EPMWorkspace
private  EPMWorkspace PageContext.workspace
           
 

Methods in com.ptc.core.htmlcomp.util that return EPMWorkspace
static EPMWorkspace PageContext.getWorkspace()
          will return the workspace associated with the page context.
 

Methods in com.ptc.core.htmlcomp.util with parameters of type EPMWorkspace
static void PageContext.setWorkspace(EPMWorkspace a_workspace)
          sets the workspace in the page context and stores the pageContext in session
 

Uses of EPMWorkspace in com.ptc.core.task
 

Fields in com.ptc.core.task declared as EPMWorkspace
private  EPMWorkspace TaskContext.workspace
           
 

Methods in com.ptc.core.task that return EPMWorkspace
 EPMWorkspace TaskContext.getWorkspace()
          

Supported API: false
 

Methods in com.ptc.core.task with parameters of type EPMWorkspace
 void TaskContext.setWorkspace(EPMWorkspace workspace)
          

Supported API: false
 

Uses of EPMWorkspace in com.ptc.epm.commands
 

Methods in com.ptc.epm.commands with parameters of type EPMWorkspace
static void ECADCancelCheckOut.cancelCheckOutDocuments(Vector cancelCheckOutDocuments, EPMWorkspace ws)
           
static Vector ECADCancelCheckOut.CancelCheckOutServer.cancelCheckOutDocuments(Vector documents, EPMWorkspace ws)
           
 

Uses of EPMWorkspace in com.ptc.epm.commands.util
 

Methods in com.ptc.epm.commands.util that return EPMWorkspace
static EPMWorkspace WorkspaceHelper.createWorkspace(String name, WTPrincipal principal, Folder folder, WTContainerRef containerRef)
           
 

Uses of EPMWorkspace in com.ptc.hli.ecad
 

Fields in com.ptc.hli.ecad declared as EPMWorkspace
private  EPMWorkspace ECADDesign.workspace
           
 

Methods in com.ptc.hli.ecad that return EPMWorkspace
 EPMWorkspace ECADDesign.getWorkspace()
          Get the EPMWorkspace of the ECADDesign

Supported API: true
 EPMWorkspace ECADDesign.getEPMWorkspace()
           
 EPMWorkspace ECADAssembly.getWorkspace()
          Return the EPMWorkspace which holds the current checked out assembly.
static EPMWorkspace ECADAssembly.getWorkspace(String number, String version, WTContainerRef containerRef)
           
 

Methods in com.ptc.hli.ecad with parameters of type EPMWorkspace
 void ECADDesign.setEPMWorkspace(EPMWorkspace workspace)
           
 

Uses of EPMWorkspace in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop that return EPMWorkspace
private static EPMWorkspace NmInteropUtils.getWorkspace()
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.associate
 

Fields in com.ptc.windchill.cadx.associate declared as EPMWorkspace
(package private)  EPMWorkspace AssociateFormProcessor.checkoutWs
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.autoassociate
 

Fields in com.ptc.windchill.cadx.autoassociate declared as EPMWorkspace
private  EPMWorkspace AutoAssociateTaskDelegate.currentWorkspace
           
private  EPMWorkspace AutoAssociateFormProcessor.workspace
           
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type EPMWorkspace
 WTPart DefaultAutoAssociatePartFinderCreator.findOrCreateWTPart(EPMDocument epmDoc, EPMWorkspace workspace)
          This method is used for finding or creating a single WTPart for a selected EPMDocument in a Workspace, if a WTPart is not found in Windchill w.r.t the preference settings it will create one.
private  WTPart DefaultAutoAssociatePartFinderCreator.searchPart(String partNumber, EPMWorkspace ws)
           
private  WTPart DefaultAutoAssociatePartFinderCreator.searchForPart(EPMDocument epmdoc, EPMWorkspace ws)
           
 WTPart DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
private  EPMDocument AutoAssociateTaskDelegate.associate(EPMDocument doc, Object part, String exist_assoc, String modify_assoc, EPMWorkspace ws, String otherAssocDocExists)
           
private  void AutoAssociateTaskDelegate.processExistingAssociate(EPMDocument doc, Workable aPart, String exist_assoc, String modify_assoc, EPMWorkspace ws, String otherAssocDocExists)
           
private  void AutoAssociateTaskDelegate.associateNew(EPMDocument doc, WTPart newPart, String modify_assoc, EPMWorkspace ws, String a_source, String a_defaultUnits)
           
private  void AutoAssociateTaskDelegate.processNewPartsAssociation(EPMDocument doc, WTPart newPart, String modify_assoc, EPMWorkspace ws, String a_source, String a_defaultUnits)
           
private  String AutoAssociateTaskDelegate.getDefaultFolderOid(EPMWorkspace workspace, Class objectClass)
           
 WTPart AutoAssociatePartFinderCreator.findOrCreateWTPart(EPMDocument epmDoc, EPMWorkspace workspace)
          This method is used for finding or creating a single WTPart for a selected EPMDocument in a Workspace, if a WTPart is not found in Windchill w.r.t the preference settings it will create one.
 WTPart AutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc, String aPartNumber, String aPartName, String folderOID, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits)
           
private static WTPart AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag, EPMDocument document, String aPartNumber, String aPartName, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits, String folderOID)
           
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMWorkspace ws, EPMDocument doc)
           
private static WTPart AutoAssociateHelper.createSuitableAssociation(EPMDocument doc, WTPart part, EPMWorkspace workspace)
           
static String AutoAssociateHelper.getNewPartNumber(EPMWorkspace ws, EPMDocument doc)
           
static String AutoAssociateHelper.getNewPartName(EPMWorkspace ws, EPMDocument doc)
           
static Vector AutoAssociateHelper.createOrFetchPartsAndAssociate(EPMDocument[] docs, EPMWorkspace workspace)
           
static HashMap AutoAssociateHelper.associateDocsWithNewOrExistingParts(EPMDocument[] docs, EPMWorkspace workspace)
           
private static WTPart AutoAssociateHelper.createOrCheckoutPartAndAssociate(EPMDocument doc, EPMWorkspace workspace, HashMap OIDCheckedoutPartMap, HashMap associatedPartsInThisCall, boolean isDrawing)
           
private static WTPart AutoAssociateHelper.getCheckedOutPart(WTPart part, EPMDocument doc, EPMWorkspace workspace, HashMap OIDCheckedoutPartMap)
           
static Object[] AutoAssociateHelper.getFilteredReferedDoc(EPMDocument drawingDoc, EPMWorkspace workspace)
           
private  WTPart AutoAssociateFormProcessor.searchForExistingPart(EPMDocument doc, EPMWorkspace ws)
           
protected  WTPart AutoAssociateFormProcessor.getPart(AutoAssociatePartFinderCreator adag, EPMDocument document, EPMWorkspace ws)
           
private  void AutoAssociateFormProcessor.processDrawingDoc(EPMDocument referedDoc, EPMDocument drawingDoc, EPMWorkspace workspace, Locale locale, boolean isPackage)
           
private  void AutoAssociateFormProcessor.addDrawingWithPartToWsRow(EPMDocument drawingDoc, String newPartNumber, String newPartName, String newPartURL, String partOID, EPMWorkspace workspace, Locale locale, boolean isPackage)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.autopart
 

Methods in com.ptc.windchill.cadx.autopart with parameters of type EPMWorkspace
 WTPart DefaultAutoPartCreator.createAutoPart(EPMWorkspace a_Workspace, EPMDocument a_Document)
          

Supported API: true
static Vector AutoPartCreatorHelper.createAutoParts(EPMWorkspace a_Workspace, Vector a_Documents)
          

Supported API: false
 WTPart AutoPartCreator.createAutoPart(EPMWorkspace a_Workspace, EPMDocument a_Document)
          

Supported API: true
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc that return EPMWorkspace
private  EPMWorkspace CheckedOutToWorkspaceURLActionDelegate.getWSFromFolder(Folder folder)
           
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type EPMWorkspace
private  boolean PVXTemplateProcessor.containsDocument(EPMWorkspace ws, EPMDocument doc)
           
private  String CADDocProcessorService.getGeneralStatus(Object obj, WTContainer contextContainer, EPMWorkspace ws, ResourceBundle caddocResource, Locale locale)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.cancelcheckout
 

Fields in com.ptc.windchill.cadx.cancelcheckout declared as EPMWorkspace
private  EPMWorkspace CancelCheckoutTemplateProcessor.workspace
           
 

Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type EPMWorkspace
 String EPMDocumentInfo.objPDMStatus(EPMWorkspace ws)
           
static Object[] CancelCheckoutProxy.getObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Object[] CancelCheckoutProxy.getDocObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Object[] CancelCheckoutProxy.getPartObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Vector CancelCheckoutProxy.refreshObjectList(Object[] wsObjectInfo, EPMWorkspace ws, ConfigSpec docCs, ConfigSpec partCs, boolean isPartCentric)
           
static HashMap CancelCheckoutProxy.getWorkspaceObjects(EPMWorkspace ws)
           
static boolean CancelCheckoutJSHelper.canBeCancelCheckedOut(Workable doc, EPMWorkspace workspace)
           
static String CancelCheckoutJSHelper.getPartScript(WTPart part, int[] includedBy, String objPDMType, String objPDMStatus, String objAuthStatus, String objAuthApp, int index, EPMWorkspace workspace, Locale locale)
           
static String CancelCheckoutJSHelper.getDocumentScript(EPMDocumentInfo infoObj, int index, EPMWorkspace workspace, Locale locale)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.checkin
 

Fields in com.ptc.windchill.cadx.checkin declared as EPMWorkspace
private static EPMWorkspace CheckinFormTaskDelegate.currentWorkspace
           
private  EPMWorkspace CheckinFormProcessor.workspace
           
private  EPMWorkspace[] CheckinFormProcessor.wsArray
           
 

Methods in com.ptc.windchill.cadx.checkin with parameters of type EPMWorkspace
 Vector CheckinProxy.getObjectDependencies(Vector objectList, EPMWorkspace workspace)
          

Supported API: false
 HashMap CheckinProxy.createOrAssociateParts(ArrayList docList, EPMWorkspace ws, HashMap docFolders, Vector checkinormove)
           
private  String CheckinFormProcessor.addEntry(EPMWorkspace ws, CabinetBased current, String selected_str, String[] pNumber, Locale locale, String wsServerTableBuffer, String location, String assocType, WTContainer contextContainer, HashMap additionalParamsToLink)
           
private  Folder CheckinFormProcessor.getDocumentLocation(EPMDocument doc, EPMWorkspace work, WTContainer container)
           
private  Folder CheckinFormProcessor.getPartLocation(WTPart part, Vector folderdata, EPMWorkspace work, WTContainer container)
           
private  void CheckinFormProcessor.setFinalList(Vector SelectedObjects, EPMWorkspace workspace)
           
private  void CheckinFormProcessor.processList(Vector SelectedObjects, EPMWorkspace workspace, boolean showall)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.checkout
 

Fields in com.ptc.windchill.cadx.checkout declared as EPMWorkspace
private  EPMWorkspace CheckoutDownloadTemplateProcessor.workspace
           
private  EPMWorkspace[] CheckoutDownloadTemplateProcessor.wsArray
           
 

Methods in com.ptc.windchill.cadx.checkout with parameters of type EPMWorkspace
 String EPMDocumentInfo.objPDMStatus(EPMWorkspace ws, boolean isActiveWorkspace)
           
static Object[] CheckoutProxy.getObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
private static void CheckoutProxy.extractGenericAndInstancesWithAssociation(ArrayList inputList, ArrayList outputList, EPMWorkspace workspace, boolean includeInstances, ArrayList genericOfSelectedList, ArrayList instanceOfSelectedList, ConfigSpec wsDocConfigSpec, ConfigSpec wsPartConfigSpec, int includeAs)
           
static Object[] CheckoutProxy.getDocObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Object[] CheckoutProxy.getPartObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static ArrayList CheckoutProxy.refreshObjectList(Object[] wsObjectInfo, EPMWorkspace ws, ConfigSpec docCs, ConfigSpec partCs, boolean isPartCentric)
           
static Object[] CheckoutProxy.downloadObjectsLinkOnly(Vector inVectorOfObjects, EPMWorkspace workspace)
           
static Object[] CheckoutProxy.checkoutObjectswithoutdownload(Object[] inArrayOfObjects, EPMWorkspace workspace)
           
static List[] CheckoutProxy.getAllInstances(List arrayObjects, boolean includeInstances, boolean checkoutMetadata, ConfigSpec docConfigSpec, EPMWorkspace workspace, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static HashMap CheckoutProxy.getWorkspaceObjects(EPMWorkspace ws)
           
static Object[] CheckoutProxy.filterObjectsOnConfigSpecs(Object[] inputObjects, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace ws)
           
static void CheckoutProxy.updateOutOfDateInfoBasedOnWorkspaceConfig(Object[] inputObjects, EPMWorkspace ws, boolean isPartCentric)
           
private static String CheckoutJSHelper.getLinkForObject(EPMWorkspace workspace, Workable object, String linkText, HTTPState state)
           
static String CheckoutJSHelper.getPartScript(WTPart part, EPMWorkspace workspace, int[] includedBy, String objPDMType, String objPDMStatus, String objAuthStatus, String objAuthApp, int index, boolean isInCompatible, Locale locale, boolean isNewObject, boolean isToRemove, HTTPState state)
           
static String CheckoutJSHelper.getDocumentScript(EPMDocumentInfo infoObj, int index, Locale locale, EPMWorkspace workspace, boolean isActiveWorkspace, HTTPState state)
           
static String CheckoutJSHelper.getDocumentScript(EPMDocumentInfo infoObj, int index, Locale locale, EPMWorkspace workspace, boolean isActiveWorkspace, HTTPState state, PageServerHelper helper)
           
 void CheckoutDownloadTemplateProcessor.setPDMState(ArrayList EPMDocumentInfoList, EPMWorkspace ws, boolean isActive)
           
private static WTPartConfigSpec CheckoutDownloadTemplateProcessor.getPartConfigSpecBasedOnWorkspaceView(EPMWorkspace workspace)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.common
 

Fields in com.ptc.windchill.cadx.common declared as EPMWorkspace
private  EPMWorkspace WFWorkspaceProxy.workspace
           
private  EPMWorkspace BasicWildfireNavBarActionDelegate.contextWorkspace
           
 

Methods in com.ptc.windchill.cadx.common that return EPMWorkspace
 EPMWorkspace BasicWildfireNavBarActionDelegate.getContextWorkspace()
          Gets the value of the attribute: contextWorkspace.
 

Methods in com.ptc.windchill.cadx.common with parameters of type EPMWorkspace
static WTPart WTPartUtilities.createNewPart(String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization org, WTContainer container, Source a_source, QuantityUnit a_defaultUnits)
           
static WTPart WTPartUtilities.createNewPart(String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization org, WTContainer container, Source a_source, QuantityUnit a_defaultUnits, boolean deferSaving)
           
static void WTPartUtilities.saveFolderData(EPMWorkspace workspace, Vector newPartFolderData)
          This method saves the new part's folder information with wokspace.
static Vector WTPartUtilities.getFolderData(EPMWorkspace workspace)
          This method returns objects containing the folder data from the workspace.
static void WTPartUtilities.removePartsFromFolderData(EPMWorkspace workspace, WTPart[] parts)
          This method removes Parts from the Vector (containing objects which have been moved to itended folders) and then persists the modified Vector.
private static void WTPartUtilities.addPartsToFolderData(EPMWorkspace workspace, WTPart[] parts, String[] folderOIDs)
          This method adds Part to the Vector
static String[] WTPartUtilities.getFolderDataforParts(EPMWorkspace workspace, WTPart[] parts)
          This method gets Location for Parts from the Vector
 void WildfireNavBarCommonActionDelegate.setContextWorkspace(EPMWorkspace ws)
          

Supported API: false
static Object[] ObjectDependencyProcessor.getRequiredDependents(Object[] selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated, List associatedObjects)
          Finds out the required dependents of the selected CAD documents and their associated parts if required.
static Object[] ObjectDependencyProcessor.getOptionalDependents(Object[] selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects)
          Finds out the optional dependents of the selected CAD documents and their associated parts if required.
static Object[] ObjectDependencyProcessor.getSecondaryDependents(Object[] selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects, List optionalDependentObjects, List drawingObjects)
          Finds out the secondary dependents of the selected CAD documents and their associated parts if required.
static Map ObjectDependencyProcessor.getRefreshedObjects(Object[] objectsToBeRefreshed, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
          This method refreshes the objects passed in the input array based upon the input config spec for parts and documents and the current open workspace and returns a map which has the numbers of the objects as the keys and the objects as the corresponding values.
static Object[] ObjectDependencyProcessor.getRequiredDependentsRemote(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, Boolean includeAssociated, List associatedObjects)
          Finds out the required dependents of the selected CAD documents and their associated parts if required.
static Object[] ObjectDependencyProcessor.getOptionalDependentsRemote(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, Boolean includeAssociated, List associatedObjects, List requiredDependentObjects)
          Finds out the optional dependents of the selected CAD documents and their associated parts if required.
static Object[] ObjectDependencyProcessor.getSecondaryDependentsRemote(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, Boolean includeAssociated, List associatedObjects, List requiredDependentObjects, List optionalDependentObjects, List drawingObjects)
          Finds out the secondary dependents of the selected CAD documents and their associated parts if required.
static Map ObjectDependencyProcessor.getRefreshedObjectsRemote(List objectList, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
          This method refreshes the objects passed in the input array based upon the input config spec for parts and documents and the current open workspace and returns a map which has the numbers of the objects as the keys and the objects as the corresponding values.
private static QueryResult ObjectDependencyProcessor.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, List selected, EPMDocConfigSpec docConfigSpec)
           
private static Workable ObjectDependencyProcessor.getWorkspaceCopy(Workable inWorkable, EPMWorkspace workspace)
           
private  WTContainer CommonProcessorService.getSelectedOrWsContainer(HTTPState state, EPMWorkspace ws)
          Get selected container as selected in the pull-down (in case it has been changed).
 void BasicWildfireNavBarActionDelegate.setContextWorkspace(EPMWorkspace a_ContextWorkspace)
          Sets the value of the attribute: contextWorkspace.
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.common.pageBuilder
 

Fields in com.ptc.windchill.cadx.common.pageBuilder declared as EPMWorkspace
private  EPMWorkspace ActionEnvironment.workspace
           
 

Methods in com.ptc.windchill.cadx.common.pageBuilder that return EPMWorkspace
static EPMWorkspace PageBuilderProcessorHelper.getWorkspace(HTTPState state, Properties formData, Properties queryData)
          Gets the Workspace specified either in the form data or in query data, taking in consideration the ProjectLink special case.
protected  EPMWorkspace ActionPageFormProcessor.getWorkspace()
           
 EPMWorkspace ActionEnvironment.getWorkspace()
          Gets the value of the attribute: workspace.
 

Methods in com.ptc.windchill.cadx.common.pageBuilder with parameters of type EPMWorkspace
 void ActionEnvironment.setWorkspace(EPMWorkspace a_Workspace)
          Sets the value of the attribute: workspace.
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.common.picker
 

Methods in com.ptc.windchill.cadx.common.picker that return EPMWorkspace
 EPMWorkspace PickerBrowserUtilities.getWorkspace(String oid)
          Returns the EPMWorkspace object identified by the oid.
protected  EPMWorkspace PickerBrowserUtilities.getWorkspace(Folder workspaceFolder)
          If running in Wildfire mode and if the folder is a workspace folder then the EPMWorkspace object which has the WORKSPACE_ROLE is returned.
private  EPMWorkspace PickerBrowserProcessor.getWorkspace()
           
 

Methods in com.ptc.windchill.cadx.common.picker with parameters of type EPMWorkspace
 QueryResult PickerBrowserUtilities.findWorkspaceContents(EPMWorkspace workspace)
          Returns the contents of the specified workspace.The list of objects is filtered based on the value returned by getQuery().
private  void PickerBrowserUtilities.generateWorkspacePath(EPMWorkspace workspace, String blank, Locale locale)
           
private  String PickerBrowserUtilities.getWorkspaceLink(EPMWorkspace workspace)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.common.picker.components
 

Methods in com.ptc.windchill.cadx.common.picker.components with parameters of type EPMWorkspace
private  String PickerIconFirstCellComponent.CadxIconComponent.getWorkspaceIconResource(EPMWorkspace wsObj)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.common.util
 

Fields in com.ptc.windchill.cadx.common.util declared as EPMWorkspace
(package private)  EPMWorkspace PageServerHelper.ws
           
 

Methods in com.ptc.windchill.cadx.common.util that return EPMWorkspace
static EPMWorkspace[] WorkspaceUtilities.getWorkspacesForUser(WTPrincipal principal)
          returns EPMWorkspace for given user....
static EPMWorkspace[] WorkspaceUtilities.getWorkspacesForCurrentUser()
          returns EPMWorkspace for current user....
static EPMWorkspace WorkspaceUtilities.getWorkspace(String name)
          

Supported API: false
static EPMWorkspace WorkspaceUtilities.getContextWorkspaceForAction(HTTPState a_HTTPState)
          Returns the context workspace for the action processors.
static EPMWorkspace WorkspaceUtilities.getCheckoutWorkspace(Workable target)
          This method gives the associated workspace with a given Object.
static EPMWorkspace WorkspaceUtilities.getContextWorkspaceForAction(HTTPRequest a_HTTPRequest)
          Returns the context workspace for the action processors.
static EPMWorkspace WorkspaceUtilities.getAssociatedWorkspace(Workable target)
           
static EPMWorkspace WorkspaceUtilities.getActiveWorkspace(HTTPState https)
          Get the active workspace object.
static EPMWorkspace[] WorkspaceUtilities.getProjectWorkspaces(WTContainer projectContainer)
           
static EPMWorkspace[] WorkspaceUtilities.getPDMLinkWorkspaces()
           
static EPMWorkspace[] WorkspaceUtilities.getClassicWorkspaces()
           
static EPMWorkspace[] WorkspaceUtilities.getWorkspacesForCurrentUser(WTContainer container)
          Get workspaces owned by the session user.
static EPMWorkspace[] WorkspaceUtilities.getWorkspacesForUser(WTPrincipal principal, WTContainer container)
          Get workspaces owned by the session user.
static EPMWorkspace ObjectDependencyUtility.getCheckoutWorkspace(Workable target)
          

Supported API: false
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type EPMWorkspace
static void WorkspaceUtilities.addObjectToWS(EPMWorkspace workspace, WTPart partObj)
          

Supported API: false
static void WorkspaceUtilities.addObjectToWS(EPMWorkspace workspace, EPMDocument docObj)
          

Supported API: false
static boolean WorkspaceUtilities.isCheckedOutToCurrentWorkspace(Object obj, EPMWorkspace ws)
          This method checks whether an object has been checked out.
static boolean WorkspaceUtilities.isCheckedOut(Object obj, EPMWorkspace ws)
          This method checks whether an object has been checked out.
static boolean WorkspaceUtilities.isWorkspaceActiveInAnotherProESession(EPMWorkspace ws, HTTPState https)
          Method to used to find if workspace is active in another PRO/E session.
private static boolean WorkspaceUtilities.isWorkspaceLinked(EPMWorkspace ws)
           
static Iterated WorkspaceUtilities.getLatestIteration(EPMWorkspace ws, Iterated anyIteration)
           
static boolean WorkspaceUtilities.isPartCentric(EPMWorkspace ws)
           
static Iterated WorkspaceUtilities.getExistingIterationFromWorkspace(EPMWorkspace ws, Iterated anyIteration)
           
static String WorkspaceUtilities.getWsOrContainerBasedTeamTemplateIdentity(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get team template identity from the specified workspace.
static TeamTemplate WorkspaceUtilities.getWsOrContainerBasedTeamTemplate(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get team template from the specified workspace.
static String WorkspaceUtilities.getWsOrContainerBasedLifeCycleName(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get life cycle name from the specified workspace for the specified type of object.
static LifeCycleTemplateMaster WorkspaceUtilities.getWsOrContainerBasedLifeCycleTemplateMaster(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get life cycle template master from the specified workspace for the specified type of object.
static Folder WorkspaceUtilities.getWsOrContainerBasedTargetFolder(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get target folder from the specified workspace for the specified type of object.
static View WorkspaceUtilities.getWsOrContainerBasedView(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get view from the specified workspace for the specified type of object.
static boolean WorkspaceUtilities.isObjectInWorkspace(EPMWorkspace ws, Object obj)
           
static Project2 WorkspaceUtilities.getProjectForWorkspace(EPMWorkspace ws)
           
static WTContainer WorkspaceUtilities.getContainer(EPMWorkspace workspace)
          For the specified workspace, return back it's associated container.
static void UpdateWorkspaceUtilities.updateOnConfigSpec(Object wsObject, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
          

Supported API: false
static void UpdateWorkspaceUtilities.updateWorkspace(EPMWorkspace workspace, Object wsObject)
          

Supported API: false
static void UpdateWorkspaceUtilities.updateWorkspace(EPMWorkspace workspace, Vector staleObjects)
           
 boolean PROEDocSpec.doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName)
          Checks whether any EPM document in the workspace has the given model name.
static void PDMLinkSupportingDataHelper.savePDMLinkSupportingData(EPMWorkspace workspace, PDMLinkSupportingData pdata)
           
static String PDMLinkSupportingDataHelper.getPDMLinkSupportingData(EPMWorkspace workspace)
           
static void PDMLinkSupportingDataHelper.removePDMLinkSupportingData(EPMWorkspace workspace)
           
static Object[] ObjectDependencyUtility.getRequiredDependents(Object[] selectedObj, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated, List associatedObjects)
          

Supported API: false
static Object[] ObjectDependencyUtility.getRequiredDependents(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated, List associatedObjects)
          

Supported API: false
static Vector ObjectDependencyUtility.getRequiredDependentsWithParent(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated)
          

Supported API: false
static Object[] ObjectDependencyUtility.getOptionalDependents(Object[] selectedObj, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects)
          

Supported API: false
static Object[] ObjectDependencyUtility.getOptionalDependents(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects)
          

Supported API: false
static Vector ObjectDependencyUtility.getOptionalDependentsWithParent(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects)
          

Supported API: false
static Object[] ObjectDependencyUtility.getSecondaryDependents(Object[] selectedObj, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects, List optionalDependentObjects, List drawingObjects)
          

Supported API: false
static Object[] ObjectDependencyUtility.getSecondaryDependents(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List associatedObjects, List requiredDependentObjects, List optionalDependentObjects, List drawingObjects)
          

Supported API: false
static Vector ObjectDependencyUtility.getSecondaryDependentsWithParent(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, EPMPopulateRule rule, boolean includeAssociated, List drawingObjects)
          

Supported API: false
static Map ObjectDependencyUtility.getRefreshedObjects(Object[] objectsToBeRefreshed, EPMWorkspace workspace, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
          

Supported API: false
static boolean ObjectDependencyUtility.isCheckedOut(Workable object, EPMWorkspace workspace)
          

Supported API: false
private static Map ObjectDependencyUtility.getRefreshedObjects(List objectList, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
           
private static QueryResult ObjectDependencyUtility.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, EPMDocument object, EPMDocConfigSpec docConfigSpec)
           
private static QueryResult ObjectDependencyUtility.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, List selected, EPMDocConfigSpec docConfigSpec)
           
private static QueryResult ObjectDependencyUtility.getPartsAndDocs(EPMWorkspace workspace, EPMPopulateRule rule, List selected, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
private static QueryResult ObjectDependencyUtility.getPartsAndDocs(EPMWorkspace workspace, EPMPopulateRule rule, WTPart part, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Workable ObjectDependencyUtility.getWorkspaceCopy(Workable inWorkable, EPMWorkspace workspace)
           
private static boolean ObjectDependencyUtility.canObjectBeRefreshed(Workable workable, EPMWorkspace workspace, ConfigSpec configSpec)
           
private static void ObjectDependencyUtility.getDependentsOfExternalSiplifiedReps(EPMWorkspace ws, ArrayList externSimpRepsToAdd, ArrayList toAddNonRecursively, ArrayList toAddRecursively, ConfigSpec docConfigSpec)
           
static Object[] ObjectDependencyUtility.getRequiredDependents(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated, List associatedObjects, boolean includeRequiredGenerics)
           
static Object[] ObjectDependencyUtility.getRequiredDependents(Object[] selectedObj, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated, List associatedObjects, boolean includeRequiredGenerics)
           
static Map ObjectDependencyUtility.getPartCentricRefreshedObjects(List objectList, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
           
static Object[] ObjectDependencyUtility.getPartCentricDependents(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec, boolean includeAssociated)
           
static Vector ObjectDependencyUtility.getPartCentricRequiredDependentsWithParent(List selected, EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec, boolean includeAssociated, WTPartConfigSpec partConfigSpec)
           
 boolean ICubedDocSpec.doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName)
          Checks whether any EPM document in the workspace has the given model name.
static void GenericUtilities.setView(EPMWorkspace workspace, View view)
          

Supported API: false
static WTPart GenericUtilities.assignView(WTPart a_Part, EPMWorkspace a_Workspace)
          Assign view to the specified part as found from the view property of the workspace.
static View GenericUtilities.getView(EPMWorkspace workspace)
          This method returns View for the given workspace.
static WTOrganization GenericUtilities.getOwningOrganizationOfWSContextContainer(EPMWorkspace ws)
           
 boolean GeneralDocSpec.doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName)
          Checks whether any EPM document in the workspace has the given model name.
static WTContainerRef ContainerUtilities.getWTContainerRef(EPMWorkspace workspace)
          For the specified workspace object, get the container reference back.
static void CheckoutMetadataHelper.addObjectsToCheckoutMetaDataVector(EPMWorkspace workspace, Object[] arrayOfObjects, String metaDataType)
          This method adds objects to the CheckoutMetaData supporting data of a given workspace
static void CheckoutMetadataHelper.addObjectsUsingOidsToCheckoutMetaDataVector(EPMWorkspace workspace, Object[] arrayOfOids, String metaDataType)
          This method adds objects using oids to the CheckoutMetaData supporting data of a given workspace Make sure the oids are Object Reference
static void CheckoutMetadataHelper.saveCheckoutMetadata(EPMWorkspace workspace, Vector checkoutMetadata, String metaDataType)
          Deprecated.  
static Vector CheckoutMetadataHelper.getCheckoutMetadata(EPMWorkspace workspace, String metaDataType)
          Deprecated.  
static void CheckoutMetadataHelper.removeObjectsFromCheckoutMetaData(EPMWorkspace workspace, Object[] arrayOfObjects, String metaDataType)
          This method removes objects from the CheckoutMetaData supporting data of a given workspace
static void CheckoutMetadataHelper.removeObjectsUsingOidsFromCheckoutMetaData(EPMWorkspace workspace, Object[] arrayOfOids, String metaDataType)
          This method removes objects using oids from the CheckoutMetaData supporting data of a given workspace
static boolean CheckoutMetadataHelper.isObjectCheckoutMetadataInWorkspace(EPMWorkspace workspace, EPMDocument doc)
          This method whether object is CheckoutMetaData in the given workspace
static boolean CheckoutMetadataHelper.isObjectDownloadMetadataInWorkspace(EPMWorkspace workspace, EPMDocument doc)
          spatanka : Vide SPR 1047902 : Added this method to see that the object is DOWNLOAD_LINKONLY in the given workspace
 boolean CATIAV4DocSpec.doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName)
          Checks whether any EPM document in the workspace has the given model name.
 boolean CADDS5DocSpec.doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName)
          Checks whether any EPM document in the workspace has the given model name.
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, boolean createInPersonalCabinet)
          Deprecated. Use createNewEPMDocument (String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument,EPMWorkspace wsObj,WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container)
           
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
          Create the CAD Document in the specified shared folder location or in the personal cabinet of the workspace folder, based upon the specified choice.
 boolean CADDocSpecs.doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName)
          Checks whether any EPM document in the workspace has the given model name.
static boolean AssociateUtilities.isGhostObject(EPMDocument doc, EPMWorkspace ws)
           
static String AssociateUtilities.getActiveLinkObjList(Object object, EPMWorkspace ws)
           
static String AssociateUtilities.getAssociatedObjList(Object object, EPMWorkspace ws)
           
 

Constructors in com.ptc.windchill.cadx.common.util with parameters of type EPMWorkspace
PageServerHelper(Collection a_objs, EPMWorkspace a_ws, boolean a_isActiveWs)
          constructors
PageServerHelper(Collection a_objs, EPMWorkspace a_ws, boolean a_isActiveWs, int a_dependentsMode, int a_drawingsMode, int a_instancesMode, int a_businessMode)
           
PageServerHelper(Collection a_selectedObjs, EPMWorkspace a_ws, boolean a_isActiveWs, ConfigSpec a_dcs, ConfigSpec a_pcs, int a_dependentsMode, int a_drawingsMode, int a_instancesMode, int a_businessMode)
           
PageServerHelper(String selectedOIDs, EPMWorkspace a_ws, boolean a_isActiveWs)
           
PageServerHelper(String selectedOIDs, EPMWorkspace a_ws, boolean a_isActiveWs, int a_dependentsMode, int a_drawingsMode, int a_instancesMode, int a_businessMode)
           
PageServerHelper(String selectedOIDs, EPMWorkspace a_ws, boolean a_isActiveWs, ConfigSpec a_dcs, ConfigSpec a_pcs, int a_dependentsMode, int a_drawingsMode, int a_instancesMode, int a_businessMode)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.createws
 

Fields in com.ptc.windchill.cadx.createws declared as EPMWorkspace
private  EPMWorkspace CreateWSFormTaskDelegate.workspace
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.deletews
 

Methods in com.ptc.windchill.cadx.deletews with parameters of type EPMWorkspace
private static boolean DeleteWorkspaceFormTaskDelegate.destroy(EPMWorkspace workspace)
          This method deletes workspace from Windchill
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.multirevise
 

Methods in com.ptc.windchill.cadx.multirevise with parameters of type EPMWorkspace
private  HashMap ReviseAllFormTaskDelegate.getAllWSEPMDocuments(EPMWorkspace activeWS)
           
private  String ReviseAllFormProcessor.getPdmType(Object obj, EPMWorkspace ws)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.myworkspace
 

Fields in com.ptc.windchill.cadx.myworkspace declared as EPMWorkspace
private  EPMWorkspace MyWorkspaceNavBarActionDelegate.contextWorkspace
           
 

Methods in com.ptc.windchill.cadx.myworkspace with parameters of type EPMWorkspace
 void MyWorkspaceNavBarActionDelegate.setContextWorkspace(EPMWorkspace a_ContextWorkspace)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.newcaddoc
 

Fields in com.ptc.windchill.cadx.newcaddoc declared as EPMWorkspace
private  EPMWorkspace NewCadDocFormTaskDelegate.wsObj
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.placeHolder
 

Fields in com.ptc.windchill.cadx.placeHolder declared as EPMWorkspace
private  EPMWorkspace PlaceHolderTaskDelegate.currentWorkspace
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.prowtutil
 

Methods in com.ptc.windchill.cadx.prowtutil with parameters of type EPMWorkspace
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, boolean allInfo)
           
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, ConfigSpec cs, boolean allInfo)
           
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, boolean allInfo, Folder folder)
           
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, ConfigSpec cs, boolean allInfo, Folder folder)
           
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, Map wsContent, ConfigSpec cs, boolean allInfo, Folder folder)
          Retrieve a family info for the given ArrayList of EPMDcouments.
static Map FamilyUtilities.getIterationsFromWorkspace(EPMWorkspace ws)
          Builds the Map of EPMDocuments from given workspace.
protected static EPMDocument FamilyUtilities.getFromMultipleChoice(Map mastersCS, EPMWorkspace ws, ConfigSpec cs, Map[] content, boolean[] isFirstContentCall, ArrayList iters)
          Search the respective iteration among the given iterations using the given workspace and ConfigSpec.
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.remove
 

Fields in com.ptc.windchill.cadx.remove declared as EPMWorkspace
private  EPMWorkspace RemoveFormTaskDelegate.currentWorkspace
           
 

Methods in com.ptc.windchill.cadx.remove with parameters of type EPMWorkspace
private  ArrayList RemoveFormProcessor.getIterationIfInWorkspace(Object[] dependentArray, EPMWorkspace workspace)
           
private static Vector RemoveFormProcessor.getFilteredObjects(Vector selectedObjs, EPMWorkspace workspace)
           
static String RemoveContentsJs.getDocumentScript(EPMDocumentInfo infoObj, int index, Locale locale, EPMWorkspace workspace, HTTPState state, HashMap instanceGenericMap, HashMap genericInstanceMap, ArrayList selectedGenericOrInstances, ArrayList associatedGenericOrInstances, ArrayList requiredGenericOrInstances)
           
static String RemoveContentsJs.getPartScript(EPMDocumentInfo infoObj, int index, Locale locale, EPMWorkspace workspace, HTTPState state, HashMap instanceGenericMap, HashMap genericInstanceMap, ArrayList selectedGenericOrInstances, ArrayList associatedGenericOrInstances, ArrayList requiredGenericOrInstances)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.rename
 

Fields in com.ptc.windchill.cadx.rename declared as EPMWorkspace
private  EPMWorkspace RenameFormProcessor.workspaceObj
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.revise
 

Methods in com.ptc.windchill.cadx.revise with parameters of type EPMWorkspace
private  HashMap ReviseFormTaskDelegate.getEPMDocumentsInWS(EPMWorkspace activeWS)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.saveas
 

Fields in com.ptc.windchill.cadx.saveas declared as EPMWorkspace
private  EPMWorkspace SaveAsFormProcessor.selectedWorkspace
           
private  EPMWorkspace PartCentricDependencyTracerForWorkspace.selectedWorkspace
           
private  EPMWorkspace DocCentricDependencyTracerForWorkspace.selectedWorkspace
           
 

Methods in com.ptc.windchill.cadx.saveas that return EPMWorkspace
static EPMWorkspace SaveAsUtils.createADummyWorkspace(EPMDocConfigSpec epmDocCS, WTPartConfigSpec wtPartCS)
           
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type EPMWorkspace
static void SaveAsUtils.deleteDummyWorkspace(EPMWorkspace dummyWs)
           
static DependencyTracerInterface DependencyTracerFactory.getDependencyTracer(EPMWorkspace ws, boolean isPartCentric, EPMDocConfigSpec epmDocCS, WTPartConfigSpec wtPartCS, Vector selectedObjs)
           
 

Constructors in com.ptc.windchill.cadx.saveas with parameters of type EPMWorkspace
PartCentricDependencyTracerForWorkspace(EPMWorkspace ws, EPMDocConfigSpec epmDocCS, WTPartConfigSpec wtPartCS, Vector selectedObjs)
           
DocCentricDependencyTracerForWorkspace(EPMWorkspace ws, EPMDocConfigSpec epmDocCS, WTPartConfigSpec wtPartCS, Vector selectedObjs)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.search
 

Fields in com.ptc.windchill.cadx.search declared as EPMWorkspace
private  EPMWorkspace SearchResultsFormProcessor.activeWS
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.update
 

Fields in com.ptc.windchill.cadx.update declared as EPMWorkspace
private  EPMWorkspace UpdateFamilyEvaluator.ws
           
 

Methods in com.ptc.windchill.cadx.update with parameters of type EPMWorkspace
static void UpdateWSFormTaskDelegate.updateWorkspace(Vector selectedObjects, EPMWorkspace workspace)
          

Supported API: false
 

Constructors in com.ptc.windchill.cadx.update with parameters of type EPMWorkspace
UpdateFamilyEvaluator(EPMWorkspace ws, EPMPopulateRule rule, Object[] selectedObjects)
          Contructor

Supported API: false
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.ws
 

Methods in com.ptc.windchill.cadx.ws that return EPMWorkspace
static EPMWorkspace WorkspaceHelper.getWorkspace(String name)
           
 

Methods in com.ptc.windchill.cadx.ws with parameters of type EPMWorkspace
static String WsSelectionHelper.getNewButExistingObjIdsString(Vector cadNames, EPMWorkspace contextWS)
           
static String WorkspaceHelper.getWorkspaceContentState(CabinetBased obj, EPMWorkspace ws)
           
static String WorkspaceHelper.getWorkspaceContentState(CabinetBased obj, EPMWorkspace ws, boolean isActiveWs)
           
static String WorkspaceHelper.getWorkspaceContentState(CabinetBased obj, EPMWorkspace ws, boolean isActiveWs, boolean isLatestIterationComputed, Iterated latestIteration, Boolean isNewObject)
           
static SortedEnumeration WorkspaceHelper.retrieveWorkspaceContents(EPMWorkspace ws)
          Retrieve the Workspace contents of the specified Workspace object.
protected  boolean WorkspaceFormProcessor.isEnabledAction(Object obj, URLActionDelegate action, EPMWorkspace workspace)
           
 

Uses of EPMWorkspace in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption that return EPMWorkspace
 EPMWorkspace WsConfigSpecPrefTemplateProcessor.getEPMWorkspace()
           
 EPMWorkspace WsConfigSpecPrefFormTaskDelegate.getEPMWorkspace()
           
 

Methods in com.ptc.windchill.cadx.wsoption with parameters of type EPMWorkspace
private  boolean WsConfigSpecPrefFormTaskDelegate.modifyConfigSpec(WsConfigSpecEditUtilities wsConfigSpecEditUtilities, String buttonSelected, EPMWorkspace workspace, String identicalForOther)
          Update the doc & part (if requested) config spec of the workspace
private  boolean WsConfigSpecPrefFormTaskDelegate.modifyDocOrPartConfigSpec(WsConfigSpecEditUtilities wsConfigSpecEditUtilities, String buttonSelected, EPMWorkspace workspace)
          update the doc or part config spec of the workspace.
private  void WsConfigSpecEditUtilities.init(HTTPState aHTTPState, EPMWorkspace workspace)
          perform all the common initialization here
private  void WsConfigSpecEditUtilities.initWorkspaceFields(EPMWorkspace workspace)
           
 void WsConfigSpecEditUtilities.refreshWorkspace(EPMWorkspace workspace)
           
static WTPartConfigSpec WsConfigSpecEditUtilities.getSessionOnlyOrWorkspacePartConfigSpec(HTTPState a_HTTPState, EPMWorkspace a_EPMWorkspace)
           
static EPMDocConfigSpec WsConfigSpecEditUtilities.getSessionOnlyOrWorkspaceDocConfigSpec(HTTPState a_HTTPState, EPMWorkspace a_EPMWorkspace)
           
static void WsConfigSpecEditUtilities.redirectToEditWsConfigSpecOptionsPage(HTTPState a_HTTPState, EPMWorkspace a_EPMWorkspace, Properties onLoadFormState, Properties hiddenProperties, String refUrl)
          Re-direct to the Edit Workspace Config Spec Options page.
static void WsConfigSpecEditUtilities.redirectToGeneralWsPrefOptionsPage(HTTPState a_HTTPState, EPMWorkspace a_EPMWorkspace, Properties onLoadFormState, Properties hiddenProperties, String refUrl)
           
private  TeamTemplate GenWsprefFormTaskDelegate.validateAndSetTeamTemplate(String teamstr, EPMWorkspace workspace)
          Validate the specified team and set it to the workspace
private  LifeCycleTemplateMaster GenWsprefFormTaskDelegate.validateAndSetPartLifeCycleTemplate(String partLifeCyclestr, WTContainer container, EPMWorkspace workspace)
          Validate the specified part life cycle string and set this for the workspace.
private  LifeCycleTemplateMaster GenWsprefFormTaskDelegate.validateAndSetDocLifeCycleTemplate(String docLifeCyclestr, WTContainer container, EPMWorkspace workspace)
          Validate the specified doc life cycle string and set this for the workspace.
private  Folder GenWsprefFormTaskDelegate.validateAndSetPartTargetFolder(String partTargetFolder, EPMWorkspace workspace, WTContainer container)
          For the spacified string form part target folder, validate it.
private  Folder GenWsprefFormTaskDelegate.validateAndSetDocTargetFolder(String docTargetFolder, EPMWorkspace workspace, WTContainer container)
          For the spacified string form doc target folder, validate it.
private  View GenWsprefFormTaskDelegate.validateAndSetView(String partViewstr, EPMWorkspace workspace, WTContainer container)
          For the spacified string form part view, validate it.
private  void GenWsprefFormTaskDelegate.validateAndSetDependencyType(String dependencyTypestr, EPMWorkspace workspace)
           
private  WTContainer GenWsprefFormTaskDelegate.validateAndSetContainer(String containerName, EPMWorkspace workspace)
          For the specified container name, validate and set the container context property for the workspace.
 

Constructors in com.ptc.windchill.cadx.wsoption with parameters of type EPMWorkspace
WsConfigSpecEditUtilities(String action, HTTPState aHTTPState, EPMWorkspace workspace)
          

Supported API: false
 

Uses of EPMWorkspace in com.ptc.windchill.classproxy
 

Methods in com.ptc.windchill.classproxy that return EPMWorkspace
static EPMWorkspace[] CadxClassProxy.getWorkspacesForCurrentUser()
           
static EPMWorkspace CadxClassProxy.getAssociatedWorkspace(Workable target)
           
static EPMWorkspace CadxClassProxy.getActiveWorkspace(HTTPState https)
           
 

Methods in com.ptc.windchill.classproxy with parameters of type EPMWorkspace
static EPMDocument CadxClassProxy.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.associate
 

Fields in com.ptc.windchill.uwgm.cadx.associate declared as EPMWorkspace
private  EPMWorkspace AssociateJSTableProcessor.ws
           
protected  EPMWorkspace AssociateDataValidator.workspace
           
 

Methods in com.ptc.windchill.uwgm.cadx.associate that return EPMWorkspace
private  EPMWorkspace AssociateJSTableProcessor.getContextWorkspace()
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.autoassociate
 

Fields in com.ptc.windchill.uwgm.cadx.autoassociate declared as EPMWorkspace
(package private)  EPMWorkspace AutoAssociateNewPartsFormProcessor.workspace
           
private  EPMWorkspace AutoAssociateJSDataHandler.workspace
           
(package private)  EPMWorkspace AutoAssociateExistingPartsFormProcessor.workspace
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.caddoc
 

Fields in com.ptc.windchill.uwgm.cadx.caddoc declared as EPMWorkspace
protected  EPMWorkspace JSFamilyTableDataHandler.workspace
           
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc with parameters of type EPMWorkspace
 String CADDocStateFacade.getGeneralStatusFromFacade(Object obj, WTContainer contextContainer, EPMWorkspace ws)
           
 void CADDocStateFacade.initStatusHelpers(List dataObjects, WTContainer contextContainer, EPMWorkspace ws)
           
private  void CADDocFamilyTableJS.getFamilyNestedMemberNDData(EPMDocument famDoc, EPMWorkspace workspace)
           
private  void CADDocFamilyTableJS.getInstanceMembers(EPMDocument famDoc, EPMWorkspace workspace)
           
private  void CADDocFamilyTableJS.getFamilyNestedMembers(EPMDocument famDoc, EPMWorkspace workspace)
           
 void CADDocFamilyTableJS.getAllChildren(EPMDocument famDoc, EPMWorkspace workspace)
           
 void CADDocFamilyTableJS.getPamamAndFeatures(EPMDocument famDoc, EPMWorkspace workspace)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.caddoc with parameters of type EPMWorkspace
JSFamilyTableDataHandler(EPMWorkspace workspace, EPMDownloadData epmNDData, FamilyTableResult familyResult, Vector paramHeader)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.cancelcheckout
 

Fields in com.ptc.windchill.uwgm.cadx.cancelcheckout declared as EPMWorkspace
private  EPMWorkspace UndoCheckoutRequestAdapter.workspace
           
private  EPMWorkspace CancelCheckoutTemplateProcessor.workspace
           
private  EPMWorkspace CancelCheckoutJSDataUtility.workspace
           
protected  EPMWorkspace CancelCheckoutAttrDataHandler.workspace
           
 

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type EPMWorkspace
 String EPMDocumentInfo.objPDMStatus(EPMWorkspace ws)
           
static Object[] CancelCheckoutProxy.getObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Object[] CancelCheckoutProxy.getDocObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Object[] CancelCheckoutProxy.getPartObjectDependencies(EPMWorkspace workspace, Object[] selectedObjects, boolean includeInstances, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static Vector CancelCheckoutProxy.refreshObjectList(Object[] wsObjectInfo, EPMWorkspace ws, ConfigSpec docCs, ConfigSpec partCs, boolean isPartCentric)
           
static HashMap CancelCheckoutProxy.getWorkspaceObjects(EPMWorkspace ws)
           
static boolean CancelCheckoutJSHelper.canBeCancelCheckedOut(Workable doc, EPMWorkspace workspace)
           
static String CancelCheckoutJSHelper.getPartScript(WTPart part, int[] includedBy, String objPDMType, String objPDMStatus, String objAuthStatus, String objAuthApp, int index, EPMWorkspace workspace, Locale locale)
           
static String CancelCheckoutJSHelper.getDocumentScript(EPMDocumentInfo infoObj, int index, EPMWorkspace workspace, Locale locale)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type EPMWorkspace
UndoCheckoutRequestAdapter(EPMWorkspace ws, List coList)
           
CancelCheckoutJSDataUtility(EPMWorkspace ws)
           
CancelCheckoutAttrDataHandler(JSPersistableDataUtility dataUtility, EPMWorkspace workspace)
           
CancelCheckoutAttrDataHandler(JSPersistableDataUtility dataUtility, EPMWorkspace workspace, boolean inWildfire)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.checkin
 

Fields in com.ptc.windchill.uwgm.cadx.checkin declared as EPMWorkspace
private static EPMWorkspace CheckinFormTaskDelegate.currentWorkspace
           
private  EPMWorkspace CheckinFormProcessor.workspace
           
private  EPMWorkspace[] CheckinFormProcessor.wsArray
           
protected  EPMWorkspace CheckinDataHandler.workspace
           
 

Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type EPMWorkspace
 Vector CheckinProxy.getObjectDependencies(Vector objectList, EPMWorkspace workspace)
          

Supported API: false
 HashMap CheckinProxy.createOrAssociateParts(ArrayList docList, EPMWorkspace ws, HashMap docFolders, Vector checkinormove)
           
private  Folder CheckinFormProcessor.getDocumentLocation(EPMDocument doc, EPMWorkspace work, WTContainer container)
           
private  Folder CheckinFormProcessor.getPartLocation(WTPart part, Vector folderdata, EPMWorkspace work, WTContainer container)
           
private  void CheckinFormProcessor.setFinalList(Vector SelectedObjects, EPMWorkspace workspace)
           
private  void CheckinFormProcessor.processList(Vector SelectedObjects, EPMWorkspace workspace, boolean showall)
           
private  Hashtable CheckinFormProcessor.processFinalList(EPMWorkspace workspace)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.checkin with parameters of type EPMWorkspace
CheckinDataHandler(JSPersistableDataUtility dataUtility, EPMWorkspace workspace, boolean isWorkspaceActive)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.checkout
 

Fields in com.ptc.windchill.uwgm.cadx.checkout declared as EPMWorkspace
private  EPMWorkspace GatherObjectsProcessor.currentWs
           
private  EPMWorkspace CheckoutEditObjectProcessor.currentWs
           
(package private)  EPMWorkspace CheckoutDataHandler.contextWs
           
 

Methods in com.ptc.windchill.uwgm.cadx.checkout that return EPMWorkspace
private  EPMWorkspace GatherObjectsProcessor.getPreferedWorkspaceForAction()
           
private  EPMWorkspace CheckoutEditObjectProcessor.getPreferedWorkspaceForAction()
           
 

Methods in com.ptc.windchill.uwgm.cadx.checkout with parameters of type EPMWorkspace
static Vector CheckoutUpdateActionHelper.findWorkspaceIterations(Collection baselineables, EPMWorkspace workspace)
           
 void CheckoutDataHandler.setWorkspace(EPMWorkspace a_ws)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.disassociate
 

Fields in com.ptc.windchill.uwgm.cadx.disassociate declared as EPMWorkspace
protected  EPMWorkspace DisassociateProcessor.currentWs
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.multieditattr
 

Fields in com.ptc.windchill.uwgm.cadx.multieditattr declared as EPMWorkspace
private  EPMWorkspace MultiEditAttrTableJS.baselineWorkspace
           
protected  EPMWorkspace MultiEditAttrDataHandler.workspace
           
protected  EPMWorkspace MultiEditAttrConflictDataHandler.workspace
           
private  EPMWorkspace MultiEditAttrCheckoutConflictProcessor.workspace
           
private  EPMWorkspace[] MultiEditAttrCheckoutConflictProcessor.wsArray
           
 

Methods in com.ptc.windchill.uwgm.cadx.multieditattr that return EPMWorkspace
private  EPMWorkspace MultiEditAttrCheckoutConflictProcessor.getWSFromFolder(Folder folder)
           
 

Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type EPMWorkspace
private  List MultiEditAttrTableJS.processCheckedoutList(List selObjects, EPMWorkspace workspace)
           
private  void MultiEditAttrTableJS.checkedoutList(Vector SelectedObjects, EPMWorkspace workspace)
           
private  void MultiEditAttrTableJS.getWSContent(EPMWorkspace workspace)
           
 void MultiEditAttrFormTaskDelegate.updateInstanceDoc(String selectedAttrName, String selectedAttrValue, EPMDocument[] instanceArray, EPMWorkspace workspace, Locale locale)
           
 EPMDocument[] MultiEditAttrFormTaskDelegate.getInstanceDocs(EPMDocument selectDocument, EPMWorkspace workspace)
           
 void MultiEditAttrFormTaskDelegate.updateInheritedInstanceDoc(EPMDocument selectDocument, String selectedAttrName, String selectedAttrValue, FamilyTableResult familyResult, EPMWorkspace workspace, Locale locale)
           
 Map MultiEditAttrFormTaskDelegate.getAttrbuteType(EPMDocument selectDocument, Vector selectedObjs, EPMWorkspace workspace, FamilyTableResult familyResult)
           
private  void MultiEditAttrFormTaskDelegate.getFamilyNestedMemberNDData(EPMDocument famDoc, EPMWorkspace workspace, FamilyTableResult familyResult, WTCollection familyObjects)
           
private  void MultiEditAttrFormTaskDelegate.getInstanceMembers(EPMDocument famDoc, EPMWorkspace workspace, WTCollection familyObjects, FamilyTableResult familyResult)
           
private  void MultiEditAttrFormProcessor.processList(Vector SelectedObjects, EPMWorkspace workspace)
           
 EPMDocument[] MultiEditAttrCheckOutConflictTableJS.getInstanceforCheckout(EPMDocument selectDocument, Vector attrVec, EPMWorkspace workspace, FamilyTableResult familyResult)
           
private  void MultiEditAttrCheckOutConflictTableJS.getInstanceMembers(EPMDocument famDoc, EPMWorkspace workspace, WTCollection familyObjects, FamilyTableResult familyResult)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type EPMWorkspace
MultiEditAttrDataHandler(JSDataUtility dataUtility, EPMWorkspace workspace, boolean isConnected)
           
MultiEditAttrDataHandler(EPMWorkspace workspace, boolean isConnected)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.multirename
 

Fields in com.ptc.windchill.uwgm.cadx.multirename declared as EPMWorkspace
private  EPMWorkspace MultiRenameProcessor.selectedWorkspace
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.multirevise
 

Fields in com.ptc.windchill.uwgm.cadx.multirevise declared as EPMWorkspace
private  EPMWorkspace MultireviseProcessor.currentWs
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.newcaddoc
 

Fields in com.ptc.windchill.uwgm.cadx.newcaddoc declared as EPMWorkspace
private  EPMWorkspace NewCadDocWizardFormTaskDelegate.wsObj
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.remove
 

Fields in com.ptc.windchill.uwgm.cadx.remove declared as EPMWorkspace
protected  EPMWorkspace RemoveAttrDataHandler.workspace
           
 

Methods in com.ptc.windchill.uwgm.cadx.remove with parameters of type EPMWorkspace
private  ArrayList RemoveFormProcessor.getIterationIfInWorkspace(Object[] dependentArray, EPMWorkspace workspace)
           
private static Vector RemoveFormProcessor.getFilteredObjects(Vector selectedObjs, EPMWorkspace workspace)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.remove with parameters of type EPMWorkspace
RemoveAttrDataHandler(JSPersistableDataUtility dataUtility, EPMWorkspace workspace, boolean isWorkspaceActive)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.update
 

Fields in com.ptc.windchill.uwgm.cadx.update declared as EPMWorkspace
private  EPMWorkspace UpdateWizardProcessor.contextWs
           
private  EPMWorkspace RedirectUpdateFormTaskDelegate.contextWs
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.workspaces
 

Methods in com.ptc.windchill.uwgm.cadx.workspaces with parameters of type EPMWorkspace
private  com.ptc.windchill.uwgm.soap.impl.uwgmdb.Workspace_i DeleteWorkspaceRequestAdapter.createUwgmWorkspace(EPMWorkspace epmWS)
          Create UwgmWorkspace from EPMWorkspace
private  boolean ActivateWSJSDataHandler.isActiveWorkspace(EPMWorkspace ws)
           
private  String ActivateWSJSDataHandler.getActivateHref(EPMWorkspace ws)
           
private  String ActivateWSJSDataHandler.getDetailsHref(EPMWorkspace ws)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.cadx.ws
 

Fields in com.ptc.windchill.uwgm.cadx.ws declared as EPMWorkspace
private  EPMWorkspace WsJSPersistableDataUtility.workspace
           
 

Methods in com.ptc.windchill.uwgm.cadx.ws with parameters of type EPMWorkspace
private  boolean WsJSTableProcessor.isEnabledAction(Object obj, URLActionDelegate action, EPMWorkspace workspace)
           
private  boolean WsJSPersistableDataUtility.isEnabledAction(Object obj, URLActionDelegate action, EPMWorkspace workspace)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.ws with parameters of type EPMWorkspace
WsJSPersistableDataUtility(ArrayList sobjlist, boolean ws_active, EPMWorkspace ws, URLFactory urlf, HTTPState httpst)
           
OutOfDateStatusHelper(WTPrincipal user, EPMWorkspace ws, WTCollection workables)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.autoassociate
 

Fields in com.ptc.windchill.uwgm.common.autoassociate declared as EPMWorkspace
(package private)  EPMWorkspace GenericAutoAssocCreator.workspace
           
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type EPMWorkspace
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc, String aPartNumber, String aPartName, String folderOID, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits)
           
private static WTPart AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag, EPMDocument document, String aPartNumber, String aPartName, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits, String folderOID)
           
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMWorkspace ws, EPMDocument doc)
           
static String AutoAssociateHelper.getNewPartNumber(EPMWorkspace ws, EPMDocument doc)
           
static String AutoAssociateHelper.getNewPartName(EPMWorkspace ws, EPMDocument doc)
           
static Vector AutoAssociateHelper.createOrFetchPartsAndAssociate(EPMDocument[] docs, EPMWorkspace workspace)
           
static WTValuedMap AutoAssociateHelper.associateDocsWithNewOrExistingParts(EPMWorkspace workspace, WTCollection epmDocuments)
           
static HashMap AutoAssociateHelper.associateDocsWithNewOrExistingParts(EPMDocument[] docs, EPMWorkspace workspace)
           
static Object[] AutoAssociateHelper.getFilteredReferedDoc(EPMDocument drawingDoc, EPMWorkspace workspace)
           
static void AutoAssociateHelper.saveNewlyCreatedParts(WTArrayList createdParts, EPMWorkspace workspace, WTKeyedMap partTargetFolders)
           
static WTObject AutoAssociateHelper.checkoutObjectToAssociate(WTObject objectToCheckout, EPMWorkspace workspace, boolean isActiveWorkspace, boolean checkForIsNewPart)
           
static WTCollection AssociationUtilities.getAssociatedWTPartsFromWorkspace(WTCollection epmDocuments, boolean includePassive, EPMWorkspace ws)
          returns WTCollection of WTPart from the given workspace associated with collection of EPMDocuments
static WTCollection AssociationUtilities.getAssociatedWTParts(WTCollection epmDocuments, boolean includePassive, EPMWorkspace ws, boolean onlyFromWorkspace, boolean processSeedsFromWorkspace)
          returns WTCollection of WTPart associated with collection of EPMDocuments
static ResultGraph AssociationUtilities.getAssociatedWithWorkspaceResultGraph(WTCollection seeds, boolean includePassive, EPMWorkspace ws)
          returns ResultGraph of associated with the given seeds and workspace
static ResultGraph AssociationUtilities.getAssociatedResultGraph(WTCollection seeds, boolean includePassive, EPMWorkspace ws, boolean onlyFromWorkspace, boolean processSeedsFromWorkspace)
          returns ResultGraph of associated with the given seeds and workspace
static ResultGraph AssociationUtilities.getRawAssociatedResultGraph(WTCollection seeds, boolean includePassive, EPMWorkspace ws, boolean onlyFromWorkspace, boolean processSeedsFromWorkspace)
          Returns ResultGraph of associated with the given seeds and workspace.
static WTKeyedMap AssociationUtilities.getAssociatedMap(WTCollection seeds, boolean includePassive, EPMWorkspace ws, boolean onlyFromWorkspace, boolean processSeedsFromWorkspace)
          returns WTKeyedMap of associated with the given collection of seeds and workspace, where a key is a seed which has the associated, a value is WTCollection of its associated
private static EPMRetrieverCache AssociationUtilities.retrieveAssociated(WTCollection seeds, boolean includePassive, EPMWorkspace ws, boolean onlyFromWorkspace, boolean processSeedsFromWorkspace)
           
 

Constructors in com.ptc.windchill.uwgm.common.autoassociate with parameters of type EPMWorkspace
GenericAutoAssocCreator(EPMWorkspace ws)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.container
 

Fields in com.ptc.windchill.uwgm.common.container declared as EPMWorkspace
private  EPMWorkspace ContainerUtilitiesTest.ws
           
private  EPMWorkspace ContainerUtilitiesTest.ws
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.content
 

Methods in com.ptc.windchill.uwgm.common.content with parameters of type EPMWorkspace
static WTKeyedMap ContentHelper.getContentItems(WTCollection holders, EPMWorkspace workspace)
          retrievs the content items for the given collection of content holders
static WTKeyedMap ContentHelper.getContentItemsByRole(WTCollection holders, EPMWorkspace workspace, ContentRoleType roleType)
          retrievs the content items of the given role for the given collection of content holders
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.pdm
 

Fields in com.ptc.windchill.uwgm.common.pdm declared as EPMWorkspace
private  EPMWorkspace PartDocumentRetrieverTest.workspace
           
private  EPMWorkspace WorkspacePartDocumentRetriever.epmWorkspace
           
private  EPMWorkspace SBStateWorkspaceHelper.ws
           
private  EPMWorkspace PDMStateWorkspaceHelper.ws
           
private  EPMWorkspace OutOfDateHelper.ws
           
private  EPMWorkspace PartDocumentRetrieverTest.workspace
           
private  EPMWorkspace WorkspacePartDocumentRetriever.epmWorkspace
           
private  EPMWorkspace SBStateWorkspaceHelper.ws
           
private  EPMWorkspace PDMStateWorkspaceHelper.ws
           
private  EPMWorkspace OutOfDateHelper.ws
           
 

Constructors in com.ptc.windchill.uwgm.common.pdm with parameters of type EPMWorkspace
WorkspacePartDocumentRetriever(EPMWorkspace epmWorkspace, WorkspaceContent workspaceContent)
           
WorkspacePartDocumentRetriever(EPMWorkspace epmWorkspace)
           
SBStateWorkspaceHelper(WTCollection workables, EPMWorkspace ws)
          Construct helper for a given set of PDM documents from workspace
PDMStateWorkspaceHelper(WTCollection workables, EPMWorkspace ws)
          Construct helper for a given set of PDM documents from workspace
OutOfDateHelper(WTPrincipal user, EPMWorkspace ws, WTCollection workables)
          Construct helper for a given set of PDM documents.
WorkspacePartDocumentRetriever(EPMWorkspace epmWorkspace, WorkspaceContent workspaceContent)
           
WorkspacePartDocumentRetriever(EPMWorkspace epmWorkspace)
           
SBStateWorkspaceHelper(WTCollection workables, EPMWorkspace ws)
          Construct helper for a given set of PDM documents from workspace
PDMStateWorkspaceHelper(WTCollection workables, EPMWorkspace ws)
          Construct helper for a given set of PDM documents from workspace
OutOfDateHelper(WTPrincipal user, EPMWorkspace ws, WTCollection workables)
          Construct helper for a given set of PDM documents.
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.server
 

Methods in com.ptc.windchill.uwgm.common.server with parameters of type EPMWorkspace
static String ServerUrlFactory.getWorkspacePageURL(EPMWorkspace epmWorkspace, boolean isActive)
          returns Workspace listing page URL
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.util
 

Methods in com.ptc.windchill.uwgm.common.util with parameters of type EPMWorkspace
static String PrintHelper.printWorkspace(EPMWorkspace epmWorkspace)
          returns short String representation for EPMWorkspace: WorkspaceName[OID](Container:ContainerType)
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.common.workspace
 

Fields in com.ptc.windchill.uwgm.common.workspace declared as EPMWorkspace
private  EPMWorkspace WorkspaceUtilitiesTest.workspaceForUser1
           
private  EPMWorkspace WorkspaceUtilitiesTest.wsForUser1
           
private  EPMWorkspace WorkspaceUtilitiesTest.wsForUser2
           
private  EPMWorkspace WorkspaceContentTest.ws
           
private  EPMWorkspace WorkspaceUtilitiesTest.workspaceForUser1
           
private  EPMWorkspace WorkspaceUtilitiesTest.wsForUser1
           
private  EPMWorkspace WorkspaceUtilitiesTest.wsForUser2
           
private  EPMWorkspace WorkspaceContentTest.ws
           
 

Methods in com.ptc.windchill.uwgm.common.workspace that return EPMWorkspace
static EPMWorkspace[] WorkspaceUtilities.getContainerWorkspaces(WTPrincipal principal, WTContainer container)
          returns an array of User workspaces associated with this container array can be empty but never NULL
static EPMWorkspace[] WorkspaceUtilities.getUserWorkspaces(WTPrincipal principal)
          returns all active user workspaces
static EPMWorkspace WorkspaceUtilities.getEPMWorkspaceByName(String workspaceName, WTPrincipal principal)
          Obtains EPMWorkspace object by it's name and principal
private static EPMWorkspace[] WorkspaceUtilities.getWorkspaces(WTPrincipal principal, String workspaceName, boolean activeOnly)
          Obtains EPMWorkspace objects by principal (and name)
static EPMWorkspace WorkspaceUtilities.getWorkspaceByFolder(Folder folder, WTPrincipal principal)
          Find EPMWorkspace object given its WorkspaceFolder
static EPMWorkspace[] WorkspaceUtilities.getContainerWorkspaces(WTPrincipal principal, WTContainer container)
          returns an array of User workspaces associated with this container array can be empty but never NULL
static EPMWorkspace[] WorkspaceUtilities.getUserWorkspaces(WTPrincipal principal)
          returns all active user workspaces
static EPMWorkspace WorkspaceUtilities.getEPMWorkspaceByName(String workspaceName, WTPrincipal principal)
          Obtains EPMWorkspace object by it's name and principal
private static EPMWorkspace[] WorkspaceUtilities.getWorkspaces(WTPrincipal principal, String workspaceName, boolean activeOnly)
          Obtains EPMWorkspace objects by principal (and name)
static EPMWorkspace WorkspaceUtilities.getWorkspaceByFolder(Folder folder, WTPrincipal principal)
          Find EPMWorkspace object given its WorkspaceFolder
 

Methods in com.ptc.windchill.uwgm.common.workspace with parameters of type EPMWorkspace
static String WorkspaceUtilities.getConnectionId(EPMWorkspace epmWs)
          gets connection ID from active UWGM client when connectionID is an empty string (length() == 0) it ususally means that the WS is not active
 void WorkspaceUtilities.setConnectionId(EPMWorkspace epmWs, String id)
          sets (resets) workspace connection ID use "" (empty String) to deactivate (reset) workspace
static boolean WorkspaceUtilities.isWorkspaceContainerValid(EPMWorkspace epmWs)
          checks access rights for associated container
static long WorkspaceUtilities.getWorkspaceUpdateCounter(EPMWorkspace epmWs)
          returns workspace "UpdateCounter"
static WTCollection WorkspaceContentHelper.retrieveWSContentRefs(EPMWorkspace epmWS)
          Retrieves a collection of ObjectReferences of all EPMDocument and WTPart objects from a given workcpace.
private static WTList WorkspaceContent.buildContent(EPMWorkspace epmWorkspace)
          internal method to build WorkspaceContent as WTCollection
private  void WorkspaceContent.printContent(EPMWorkspace epmWorkspace, String message)
           
static WTPartConfigSpec ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs, WTPartConfigSpec configSpec)
           
static EPMDocConfigSpec ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs, EPMDocConfigSpec configSpec)
           
static ConfigSpec ConfigSpecHelper.getExtendedSearchConfigSpec(EPMWorkspace epmWorkspace)
          constructs extended config spec suitable for search on bundled servers For standalone servers returns origianl WS config spec
static String WorkspaceUtilities.getConnectionId(EPMWorkspace epmWs)
          gets connection ID from active UWGM client when connectionID is an empty string (length() == 0) it ususally means that the WS is not active
 void WorkspaceUtilities.setConnectionId(EPMWorkspace epmWs, String id)
          sets (resets) workspace connection ID use "" (empty String) to deactivate (reset) workspace
static boolean WorkspaceUtilities.isWorkspaceContainerValid(EPMWorkspace epmWs)
          checks access rights for associated container
static long WorkspaceUtilities.getWorkspaceUpdateCounter(EPMWorkspace epmWs)
          returns workspace "UpdateCounter"
static WTCollection WorkspaceContentHelper.retrieveWSContentRefs(EPMWorkspace epmWS)
          Retrieves a collection of ObjectReferences of all EPMDocument and WTPart objects from a given workcpace.
private static WTList WorkspaceContent.buildContent(EPMWorkspace epmWorkspace)
          internal method to build WorkspaceContent as WTCollection
private  void WorkspaceContent.printContent(EPMWorkspace epmWorkspace, String message)
           
static WTPartConfigSpec ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs, WTPartConfigSpec configSpec)
           
static EPMDocConfigSpec ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs, EPMDocConfigSpec configSpec)
           
static ConfigSpec ConfigSpecHelper.getExtendedSearchConfigSpec(EPMWorkspace epmWorkspace)
          constructs extended config spec suitable for search on bundled servers For standalone servers returns origianl WS config spec
 

Constructors in com.ptc.windchill.uwgm.common.workspace with parameters of type EPMWorkspace
WorkspaceContent(EPMWorkspace epmWorkspace)
          public constructor
WorkspaceContent(EPMWorkspace epmWorkspace)
          public constructor
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv
 

Methods in com.ptc.windchill.uwgm.proesrv with parameters of type EPMWorkspace
 com.ptc.windchill.uwgm.soap.uwgmdb.Workspace ProeServiceRequest.addEPMWorkspace(EPMWorkspace epmWorkspace)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.Workspace ProeServiceRequest.addEPMWorkspace(EPMWorkspace epmWorkspace, long clientStateId)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv.action
 

Fields in com.ptc.windchill.uwgm.proesrv.action declared as EPMWorkspace
private  EPMWorkspace UpdateWorkspaceActionTest.ws
           
private  EPMWorkspace UndoCheckoutActionTest.ws
           
private  EPMWorkspace RemoveFromWorkspaceActionTest.ws
           
private  EPMWorkspace IBAModificationActionTest.ws
           
private  EPMWorkspace DeleteNewObjectsActionTest.ws
           
private  EPMWorkspace CreatePartsAndAssociateActionTest.ws
           
private  EPMWorkspace CheckinActionTest.ws
           
private  EPMWorkspace WorkspaceDeleteAction.workspace
           
private  EPMWorkspace WorkspaceCreateAction.epmWorkspace
           
private  EPMWorkspace UwgmWorkspaceObjectsAction.workspace
           
private  EPMWorkspace UwgmWorkspaceAction.epmWorkspace
           
private  EPMWorkspace RemoveFromWorkspaceAction.modifiedWorkspace
           
private  EPMWorkspace UpdateWorkspaceActionTest.ws
           
private  EPMWorkspace UndoCheckoutActionTest.ws
           
private  EPMWorkspace RemoveFromWorkspaceActionTest.ws
           
private  EPMWorkspace IBAModificationActionTest.ws
           
private  EPMWorkspace DeleteNewObjectsActionTest.ws
           
private  EPMWorkspace CreatePartsAndAssociateActionTest.ws
           
private  EPMWorkspace CheckinActionTest.ws
           
private  EPMWorkspace WorkspaceDeleteAction.workspace
           
private  EPMWorkspace WorkspaceCreateAction.epmWorkspace
           
private  EPMWorkspace UwgmWorkspaceObjectsAction.workspace
           
private  EPMWorkspace UwgmWorkspaceAction.epmWorkspace
           
private  EPMWorkspace RemoveFromWorkspaceAction.modifiedWorkspace
           
 

Methods in com.ptc.windchill.uwgm.proesrv.action that return EPMWorkspace
 EPMWorkspace WorkspaceCreateAction.getCreatedWorkspace()
          returns just created workspace
 EPMWorkspace UwgmWorkspaceObjectsAction.getEPMWorkspace()
           
protected  EPMWorkspace UwgmWorkspaceAction.getEPMWorkspace()
           
 EPMWorkspace WorkspaceCreateAction.getCreatedWorkspace()
          returns just created workspace
 EPMWorkspace UwgmWorkspaceObjectsAction.getEPMWorkspace()
           
protected  EPMWorkspace UwgmWorkspaceAction.getEPMWorkspace()
           
 

Methods in com.ptc.windchill.uwgm.proesrv.action with parameters of type EPMWorkspace
 void WorkspaceDeleteAction.setWorkspaceToRemove(EPMWorkspace workspace)
           
protected  void UwgmWorkspaceObjectsAction.setEPMWorkspace(EPMWorkspace workspace)
           
protected  WTSet UndoCheckoutAction.callEpmUndoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Performs actual undo checkout operation.
private  void UndoCheckoutAction.printPdmState(WTCollection actionObjects, EPMWorkspace ws)
           
protected  WTSet RemoveFromWorkspaceAction.callEpmUndoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Performs actual undo checkout operation.
 void WorkspaceDeleteAction.setWorkspaceToRemove(EPMWorkspace workspace)
           
protected  void UwgmWorkspaceObjectsAction.setEPMWorkspace(EPMWorkspace workspace)
           
protected  WTSet UndoCheckoutAction.callEpmUndoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Performs actual undo checkout operation.
private  void UndoCheckoutAction.printPdmState(WTCollection actionObjects, EPMWorkspace ws)
           
protected  WTSet RemoveFromWorkspaceAction.callEpmUndoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Performs actual undo checkout operation.
 

Constructors in com.ptc.windchill.uwgm.proesrv.action with parameters of type EPMWorkspace
UwgmWorkspaceObjectsAction(RequestContext context, EPMWorkspace epmWorkspace)
           
UwgmWorkspaceAction(RequestContext context, EPMWorkspace epmWorkspace)
           
UpdateWorkspaceAction(RequestContext requestContext, EPMWorkspace workspace)
           
UndoCheckoutAction(RequestContext requestContext, EPMWorkspace workspace)
           
SetTargetFolderAction(RequestContext context, EPMWorkspace epmWorkspace)
           
RemoveFromWorkspaceAction(RequestContext requestContext, EPMWorkspace workspace)
           
IBAModificationAction(RequestContext context, EPMWorkspace epmWorkspace)
          constructor
GhostResolutionAction(RequestContext context, EPMWorkspace epmWorkspace)
           
DeleteNewObjectsAction(RequestContext requestContext, EPMWorkspace workspace)
           
CreatePartsAndAssociateAction(RequestContext context, EPMWorkspace epmWorkspace)
           
CreateBaselineAction(RequestContext context, EPMWorkspace epmWorkspace)
           
CheckinAction(RequestContext context, EPMWorkspace epmWorkspace)
           
CheckStaleContentAction(RequestContext context, EPMWorkspace epmWorkspace)
           
AddToWorkspaceAction(RequestContext context, EPMWorkspace epmWorkspace)
          constructor
UwgmWorkspaceObjectsAction(RequestContext context, EPMWorkspace epmWorkspace)
           
UwgmWorkspaceAction(RequestContext context, EPMWorkspace epmWorkspace)
           
UpdateWorkspaceAction(RequestContext requestContext, EPMWorkspace workspace)
           
UndoCheckoutAction(RequestContext requestContext, EPMWorkspace workspace)
           
SetTargetFolderAction(RequestContext context, EPMWorkspace epmWorkspace)
           
RemoveFromWorkspaceAction(RequestContext requestContext, EPMWorkspace workspace)
           
IBAModificationAction(RequestContext context, EPMWorkspace epmWorkspace)
          constructor
GhostResolutionAction(RequestContext context, EPMWorkspace epmWorkspace)
           
DeleteNewObjectsAction(RequestContext requestContext, EPMWorkspace workspace)
           
CreatePartsAndAssociateAction(RequestContext context, EPMWorkspace epmWorkspace)
           
CreateBaselineAction(RequestContext context, EPMWorkspace epmWorkspace)
           
CheckinAction(RequestContext context, EPMWorkspace epmWorkspace)
           
CheckStaleContentAction(RequestContext context, EPMWorkspace epmWorkspace)
           
AddToWorkspaceAction(RequestContext context, EPMWorkspace epmWorkspace)
          constructor
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv.cache
 

Fields in com.ptc.windchill.uwgm.proesrv.cache declared as EPMWorkspace
protected  EPMWorkspace WorkspaceRequestCacheAdapter.epmWorkspace
           
protected  EPMWorkspace WorkspaceIterationRequestCacheAdapter.epmWorkspace
          EPMWorkspace
 

Methods in com.ptc.windchill.uwgm.proesrv.cache that return EPMWorkspace
 EPMWorkspace WorkspaceRequestCacheAdapter.getEpmWorkspace()
           
 EPMWorkspace WorkspaceRequestCache.getEpmWorkspace()
           
 EPMWorkspace WorkspaceIterationRequestCacheAdapter.getEpmWorkspace()
          returns EPMWorkspace
 EPMWorkspace WorkspaceGetInformationRequestCache.getEpmWorkspace()
           
private  EPMWorkspace FolderRequestCacheAdapter.findWorkspace(com.ptc.windchill.uwgm.soap.uwgmdb.Folder uwgmFolder, Folder folder, WTPrincipal principal)
           
private  EPMWorkspace FindIterationsRequestCacheAdapter.processWorkspaceScope(RequestContext requestContext, com.ptc.windchill.uwgm.soap.uwgmsvc.FindInWorkspace scopeOption)
           
 EPMWorkspace AbstractWorkspaceRequestCache.getEpmWorkspace()
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv.ndimpl
 

Constructors in com.ptc.windchill.uwgm.proesrv.ndimpl with parameters of type EPMWorkspace
ProENeutralData(EPMWorkspace epmWs, com.ptc.windchill.uwgm.soap.uwgmsvc.GhostResolutionOption resol)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv.request
 

Fields in com.ptc.windchill.uwgm.proesrv.request declared as EPMWorkspace
private  EPMWorkspace WorkspaceGetInformationRequestTest.epmWS
           
private  EPMWorkspace UpdateWorkspaceRequestTest.ws
           
private  EPMWorkspace SetTargetFolderRequestTest.ws
           
private  EPMWorkspace RemoveFromWorkspaceRequestTest.ws
           
private  EPMWorkspace IBAModificationRequestTest.ws
           
private  EPMWorkspace CheckinRequestWithBaselineTest.ws
           
private  EPMWorkspace CheckinRequestWithAutoPartTest.ws
           
private  EPMWorkspace CheckinRequestTest.ws
           
private  EPMWorkspace WorkspaceGetInformationRequestTest.epmWS
           
private  EPMWorkspace UpdateWorkspaceRequestTest.ws
           
private  EPMWorkspace SetTargetFolderRequestTest.ws
           
private  EPMWorkspace RemoveFromWorkspaceRequestTest.ws
           
private  EPMWorkspace IBAModificationRequestTest.ws
           
private  EPMWorkspace CheckinRequestWithBaselineTest.ws
           
private  EPMWorkspace CheckinRequestWithAutoPartTest.ws
           
private  EPMWorkspace CheckinRequestTest.ws
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request that return EPMWorkspace
 EPMWorkspace SetTargetFolderRequestCache.getEpmWorkspace()
           
 EPMWorkspace PrepareEpmForUploadRequestCache.getEpmWorkspace()
           
 EPMWorkspace IBAModificationRequestCache.getEpmWorkspace()
           
 EPMWorkspace CheckinRequestCache.getEpmWorkspace()
           
 EPMWorkspace AddToWorkspaceRequestCache.getEpmWorkspace()
           
 EPMWorkspace SetTargetFolderRequestCache.getEpmWorkspace()
           
 EPMWorkspace PrepareEpmForUploadRequestCache.getEpmWorkspace()
           
 EPMWorkspace IBAModificationRequestCache.getEpmWorkspace()
           
 EPMWorkspace CheckinRequestCache.getEpmWorkspace()
           
 EPMWorkspace AddToWorkspaceRequestCache.getEpmWorkspace()
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type EPMWorkspace
private  void UndoCheckoutRequestTest.verifyWorkspaceDocuments(WTCollection objects, EPMWorkspace workspace)
           
private  void UndoCheckoutRequestTest.verifyWorkspaceParts(WTCollection objects, EPMWorkspace workspace)
           
private  WTCollection CheckinRequestWithBaselineTest.getWorkspaceObjects(EPMWorkspace workspace)
           
private  WTCollection CheckinRequestWithAutoPartTest.getWorkspaceObjects(EPMWorkspace workspace)
           
private  com.ptc.windchill.uwgm.test.fixture.WorkspaceDataLoader AddToWorkspaceRequestTest.createProjectDataLoader(String methodName, com.ptc.windchill.uwgm.test.fixture.WorkspaceDataLoader dataLoader, EPMWorkspace ws)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceDocuments(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceParts(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
protected  com.ptc.windchill.uwgm.soap.uwgmdb.Workspace AbstractUwgmRequestTest.createUwgmWorkspace(EPMWorkspace workspace)
           
protected  WTKeyedMap AbstractUwgmRequestTest.getWorkspaceObjectsMap(EPMWorkspace workspace)
           
protected  WTCollection AbstractUwgmRequestTest.getWorkspaceObjects(EPMWorkspace workspace)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildFakeFolderContent(EPMWorkspace currentWorkspace, FakeFolder fakeFolder)
          build FakeFolder content (containers for PRODUCTS/LIBRARIES/PROJECTS/ORGANIZATION, workspaces for WORKSPACES, Cabinets for PDM/SITE)
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildContainerContent(EPMWorkspace currentWorkspace, WTContainer container)
          bulds Container content as a content of Container DefaultCabinet and Container workspaces (WindchillPDM and SITE are not supported here)
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildWorkspaceContent(EPMWorkspace currentWorkspace, EPMWorkspace workspace)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildFolderContent(EPMWorkspace currentWorkspace, Folder folder)
           
private  void GetFolderContentRequest.bindWorkspaces(com.ptc.windchill.uwgm.soap.uwgmdb.Folder uwgmRootFolder, EPMWorkspace[] workspaces)
           
private  void GetFolderContentRequest.bindFolderContent(com.ptc.windchill.uwgm.soap.uwgmdb.Folder uwgmRootFolder, Folder folder, EPMWorkspace epmWorkspace)
           
private  boolean GetFolderContentRequest.isAccessPermitted(WTContainer container, EPMWorkspace epmWorkspace)
          checks whether container content should be visible
private  void EpmUploadRequest.setTargetFolders(EPMWorkspace epmWorkspace, Map uploadInstructions)
           
private  WTCollection CheckinRequest.createWTParts(EPMWorkspace epmWorkspace, WTCollection epmDocuments)
          creates associated WTParts for epmDocuments to checkin
private  void AddToWorkspaceRequest.reportMessages(EPMWorkspace epmWorkspace, WTCollection checkedOutIterations, WTCollection addedIterations, WTCollection sharedIterations)
          registers Info and Warnings in the ServerConsole, does not report them to UwgmRequest
private  void UndoCheckoutRequestTest.verifyWorkspaceDocuments(WTCollection objects, EPMWorkspace workspace)
           
private  void UndoCheckoutRequestTest.verifyWorkspaceParts(WTCollection objects, EPMWorkspace workspace)
           
private  WTCollection CheckinRequestWithBaselineTest.getWorkspaceObjects(EPMWorkspace workspace)
           
private  WTCollection CheckinRequestWithAutoPartTest.getWorkspaceObjects(EPMWorkspace workspace)
           
private  com.ptc.windchill.uwgm.test.fixture.WorkspaceDataLoader AddToWorkspaceRequestTest.createProjectDataLoader(String methodName, com.ptc.windchill.uwgm.test.fixture.WorkspaceDataLoader dataLoader, EPMWorkspace ws)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceDocuments(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceParts(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
protected  com.ptc.windchill.uwgm.soap.uwgmdb.Workspace AbstractUwgmRequestTest.createUwgmWorkspace(EPMWorkspace workspace)
           
protected  WTKeyedMap AbstractUwgmRequestTest.getWorkspaceObjectsMap(EPMWorkspace workspace)
           
protected  WTCollection AbstractUwgmRequestTest.getWorkspaceObjects(EPMWorkspace workspace)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildFakeFolderContent(EPMWorkspace currentWorkspace, FakeFolder fakeFolder)
          build FakeFolder content (containers for PRODUCTS/LIBRARIES/PROJECTS/ORGANIZATION, workspaces for WORKSPACES, Cabinets for PDM/SITE)
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildContainerContent(EPMWorkspace currentWorkspace, WTContainer container)
          bulds Container content as a content of Container DefaultCabinet and Container workspaces (WindchillPDM and SITE are not supported here)
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildWorkspaceContent(EPMWorkspace currentWorkspace, EPMWorkspace workspace)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.Folder GetFolderContentRequest.buildFolderContent(EPMWorkspace currentWorkspace, Folder folder)
           
private  void GetFolderContentRequest.bindWorkspaces(com.ptc.windchill.uwgm.soap.uwgmdb.Folder uwgmRootFolder, EPMWorkspace[] workspaces)
           
private  void GetFolderContentRequest.bindFolderContent(com.ptc.windchill.uwgm.soap.uwgmdb.Folder uwgmRootFolder, Folder folder, EPMWorkspace epmWorkspace)
           
private  boolean GetFolderContentRequest.isAccessPermitted(WTContainer container, EPMWorkspace epmWorkspace)
          checks whether container content should be visible
private  void EpmUploadRequest.setTargetFolders(EPMWorkspace epmWorkspace, Map uploadInstructions)
           
private  WTCollection CheckinRequest.createWTParts(EPMWorkspace epmWorkspace, WTCollection epmDocuments)
          creates associated WTParts for epmDocuments to checkin
private  void AddToWorkspaceRequest.reportMessages(EPMWorkspace epmWorkspace, WTCollection checkedOutIterations, WTCollection addedIterations, WTCollection sharedIterations)
          registers Info and Warnings in the ServerConsole, does not report them to UwgmRequest
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv.rrc
 

Fields in com.ptc.windchill.uwgm.proesrv.rrc declared as EPMWorkspace
private  EPMWorkspace RequestResultCache.currentEpmWS
           
private  EPMWorkspace RRCUpdateCounterHelper.epmWS
           
private  EPMWorkspace RRCPdmStateHelper.epmWS
           
private  EPMWorkspace RRCFamilyTableHelper.epmWS
           
private  EPMWorkspace RRCAssociationHelper.epmWS
           
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc that return EPMWorkspace
 EPMWorkspace RequestResultCache.getCurrentEpmWS()
          Will return the last set WS.
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type EPMWorkspace
(package private)  void WsOriginalStateHelper.setWorkspaceOriginalState(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest request, EPMWorkspace epmWS)
          For a request which returns WorkspaceMessage, retrieve and remember the original state of the WS in order to optimize post-processing.
(package private)  void WsOriginalStateHelper.ignoreWorkspaceOriginalState(EPMWorkspace epmWS)
          Marks the WS to always retrieve all requested attributes regardless of the original state.
(package private)  WsOriginalStateHelper.WSInfo WsOriginalStateHelper.getWSInfo(EPMWorkspace epmWS)
           
private  void WsOriginalStateHelper.retrieveWorkspaceOriginalState(EPMWorkspace epmWS, WsOriginalStateHelper.WSInfo wsInfo)
           
 void RequestResultCache.setCurrentEpmWS(EPMWorkspace epmWS)
           
 void RequestResultCache.setWorkspaceOriginalState(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest request, EPMWorkspace epmWS)
          For a request which returns WorkspaceMessage, retrieve and remember the original state of the WS in order to optimize post-processing.
 void RequestResultCache.ignoreWorkspaceOriginalState(EPMWorkspace epmWS)
          Marks the WS to always retrieve all requested attributes regardless of the original state.
(package private)  String RequestResultCache.getWorkspacePageURL(EPMWorkspace epmWS)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.Workspace RequestResultCache.Populator.addEPMWorkspace(EPMWorkspace epmWS)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.Workspace RequestResultCache.Populator.addEPMWorkspace(EPMWorkspace epmWS, long clientStateId)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.Workspace RequestHolder.addEPMWorkspace(EPMWorkspace epmWS)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.Workspace RequestHolder.addEPMWorkspace(EPMWorkspace epmWS, long clientStateId)
           
 void RRCContentHelper.setContentInfo(EPMWorkspace epmWs)
          Set EpmCadContent and SecondaryContents attributes for a collection of EpmIteration objects from a particular workspace.
 void RRCAssociationHelper.setAssociations(EPMWorkspace epmWS)
           
 

Constructors in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type EPMWorkspace
RRCUpdateCounterHelper(EPMWorkspace epmWS, Collection iterations, RequestResultCache cache)
          Construct helper for a collection of iterations from a given workspace.
RRCPdmStateHelper(EPMWorkspace epmWS, Collection iterations, RequestResultCache cache)
          Construct helper for given collection of iterations in WS
RRCFamilyTableHelper(EPMWorkspace epmWS, Collection iterations, RequestResultCache cache)
          Construct helper for given collection of iterations from a WS.
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.proesrv.util
 

Fields in com.ptc.windchill.uwgm.proesrv.util declared as EPMWorkspace
private  EPMWorkspace FamilyHelper.workspace
           
private  EPMWorkspace DependencyHelper.workspace
           
 

Methods in com.ptc.windchill.uwgm.proesrv.util with parameters of type EPMWorkspace
 boolean FolderFilter.match(EPMWorkspace workspace)
           
 void DependencyHelper.setCurrentWorkspace(EPMWorkspace workspace)
          Sets the currnt workspace
 void DependencyHelper.setParameters(WTCollection reqObjects, EPMWorkspace workspace, WTPrincipal principal)
           
 

Constructors in com.ptc.windchill.uwgm.proesrv.util with parameters of type EPMWorkspace
FamilyHelper(WTCollection actionObjects, EPMWorkspace workspace)
           
FamilyHelper(WTCollection actionObjects, EPMWorkspace workspace, int inclusionCriteria)
           
FamilyHelper(WTCollection actionObjects, EPMWorkspace workspace, int inclusionCriteria, boolean checkInWorkspace)
           
DependencyHelper(WTCollection reqObjects, EPMWorkspace workspace)
           
DependencyHelper(WTCollection reqObjects, EPMWorkspace workspace, WTPrincipal principal)
           
DependencyHelper(WTCollection reqObjects, EPMWorkspace workspace, WTPrincipal principal, int inclusionCriteria)
           
DependencyHelper(WTCollection reqObjects, EPMWorkspace workspace, WTPrincipal principal, int inclusionCriteria, boolean checkInWorkspace)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.task.associate
 

Fields in com.ptc.windchill.uwgm.task.associate declared as EPMWorkspace
private  EPMWorkspace AssociateTask.contextWorkspace
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.task.autoassociate
 

Fields in com.ptc.windchill.uwgm.task.autoassociate declared as EPMWorkspace
private  EPMWorkspace DefaultAutoAssociatePartFinderCreator.docWorkspace
           
private  EPMWorkspace AutoAssociateTask.currentWorkspace
           
(package private)  EPMWorkspace AutoAssociateTask.AutoAssociateTaskExecutor.currentWorkspace
           
 

Methods in com.ptc.windchill.uwgm.task.autoassociate with parameters of type EPMWorkspace
 WTPart DefaultAutoAssociatePartFinderCreator.findOrCreateWTPart(EPMDocument epmDoc, EPMWorkspace workspace)
          This method is used for only searchig a WTPart with matching number criteria for a selected EPMDocument in a Workspace.
protected  WTPart DefaultAutoAssociatePartFinderCreator.searchPart(String partNumber, EPMDocument document, EPMWorkspace ws, boolean onlyInOrganizationOfDoc)
           
 WTPart DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
private  String AutoAssociateTask.getDefaultFolderOid(EPMWorkspace workspace, Class objectClass)
           
 

Constructors in com.ptc.windchill.uwgm.task.autoassociate with parameters of type EPMWorkspace
AutoAssociateTask.AutoAssociateTaskExecutor(EPMWorkspace workspace)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.task.disassociate
 

Methods in com.ptc.windchill.uwgm.task.disassociate with parameters of type EPMWorkspace
private  TaskResult DisassociateTask.disassociateFromPart(Object contextObj, EPMWorkspace ws, Folder checkoutFolder, WTContainer contextContainer, boolean isActiveWs, Vector activeAssocs, Vector passiveAssocs)
           
private  TaskResult DisassociateTask.disassociateFromDoc(Object contextObj, EPMWorkspace ws, Folder checkoutFolder, WTContainer contextContainer, boolean isActiveWs, Vector activeAssocs, Vector passiveAssocs)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.task.multirevise
 

Methods in com.ptc.windchill.uwgm.task.multirevise with parameters of type EPMWorkspace
private  TaskResult MultireviseTask.updateWorkSpaceAfterRevise(WTKeyedMap result, EPMWorkspace workspace, boolean isActiveWs, Object sourceObj)
           
 

Uses of EPMWorkspace in com.ptc.windchill.uwgm.task.newcaddoc
 

Fields in com.ptc.windchill.uwgm.task.newcaddoc declared as EPMWorkspace
private  EPMWorkspace NewCadDocTask.wsObj
           
 

Uses of EPMWorkspace in com.ptc.wvs.server.publish
 

Fields in com.ptc.wvs.server.publish declared as EPMWorkspace
private  EPMWorkspace WildfireDownload.ws
           
 

Methods in com.ptc.wvs.server.publish that return EPMWorkspace
private static EPMWorkspace WildfireDownload.getEPMWorkspace(String workspaceName, WTPrincipal principal)
          This method finds a workspace given its name
private  EPMWorkspace WildfireDownload.createWorkspace(String name, EPMDocConfigSpec dcs, WTContainer container, WTPrincipal principal)
          Create a new EPMWorkspace, and log the creation to the console.
private  EPMWorkspace WildfireDownload.createWorkspace(String name, EPMDocConfigSpec dcs, WTContainer container, WTPrincipal principal, Folder folder)
           
 

Methods in com.ptc.wvs.server.publish with parameters of type EPMWorkspace
private  void WildfireDownload.destroyWorkspace(EPMWorkspace workspace, String owner)
          Delete a Workspace from Windchill
static Object[] WildfireDownload.getContents(EPMWorkspace workspace)
          This method lists all the contents of a workspace in an array.
static EPMDocument WildfireDownload.getEPMDocument(String number, EPMWorkspace workspace)
          This convenience method finds a document based on its unique number using the workspace config spec.
 

Uses of EPMWorkspace in wt.epm
 

Methods in wt.epm with parameters of type EPMWorkspace
 EPMFamily.FamilyTableQueryByMember EPMFamily.FamilyTableQueryByMember.onlyFamilyTableFromWorkspace(EPMWorkspace workspace)
           
 

Constructors in wt.epm with parameters of type EPMWorkspace
ReviseOptions(EPMWorkspace workspace)
          Constructs an instance of the ReviseOptions class.
 

Uses of EPMWorkspace in wt.epm.familytable
 

Fields in wt.epm.familytable declared as EPMWorkspace
private  EPMWorkspace EPMNewIterationDataContainer.m_workspace
           
 

Methods in wt.epm.familytable that return EPMWorkspace
 EPMWorkspace EPMNewIterationDataContainer.getWorkspace()
           
 

Methods in wt.epm.familytable with parameters of type EPMWorkspace
 void EPMStandardFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMFamilyTable familyTable, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 void EPMStandardFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMDocument topGeneric, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
private static EPMSepFamilyTable EPMStandardFamilyTableManager.addToFamily(EPMWorkspace ws, EPMDocument generic, EPMSepFamilyTable familyTable, boolean isFamilyTableNew, Collection instanceInfos, WTCollection docs, WTCollection links)
           
 void EPMNewIterationDataContainer.setWorkspace(EPMWorkspace ws)
           
private static Collection EPMNewIterationDataContainer.getFTFromWorkspace(EPMWorkspace ws, Collection memberIds, boolean addLatestCompatibleIfNothingInWS)
           
private static WTCollection EPMNewIterationDataContainer.getCompatibleFTCollection(EPMWorkspace workspace, Collection documents)
          Returns compatible family tables for given documents.
 void EPMFamilyTableManagerFwd.removeFromFamily(EPMWorkspace workspace, EPMFamilyTable familyTable, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 void EPMFamilyTableManagerFwd.removeFromFamily(EPMWorkspace workspace, EPMDocument topGeneric, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 void EPMFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMFamilyTable familyTable, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 void EPMFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMDocument topGeneric, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 

Constructors in wt.epm.familytable with parameters of type EPMWorkspace
EPMNewIterationDataContainer(EPMWorkspace workspace, Collection workables, Collection initFamilyTablesToCheckout)
           
EPMNewIterationDataContainer(EPMWorkspace workspace, Collection workables, Collection initFamilyTables, int mode)
           
EPMNewIterationDataContainer(EPMWorkspace workspace, Collection workables, Collection initFamilyTables, WTValuedMap latestNonLatestMap, int mode)
           
 

Uses of EPMWorkspace in wt.epm.ndi.impl
 

Fields in wt.epm.ndi.impl declared as EPMWorkspace
private  EPMWorkspace NDICache.workspace
           
private  EPMWorkspace EPMNeutralDataImpl.workspace
           
 

Constructors in wt.epm.ndi.impl with parameters of type EPMWorkspace
NDICache(EPMWorkspace workspace, WTCollection objects)
          Constructs instance of NDICache using documents and family tables
EPMNeutralDataImpl(EPMWorkspace workspace, WTCollection objects)
          Constructs EPMNeutalData for compatible objects.
EPMNeutralDataImpl(EPMWorkspace workspace, WTCollection objects, boolean includeMissingInstances)
          Constructs EPMNeutalData for compatible objects.
EPMDownloadData(EPMWorkspace workspace, WTCollection objects)
          Constructs EPMDownloadData using documents and family tables in workspace.
EPMDownloadData(EPMWorkspace workspace, WTCollection objects, boolean includeMissingInstances)
          Constructs EPMDownloadData using documents and family tables in workspace.
 

Uses of EPMWorkspace in wt.epm.retriever
 

Fields in wt.epm.retriever declared as EPMWorkspace
private  EPMWorkspace RetrieverPerformanceTest.ws
           
private  EPMWorkspace FamilyTableRetrieverTest.ws
           
private  EPMWorkspace FamilyTableRetrieverPerformanceTest.ws
           
(package private)  EPMWorkspace FamilyTableHelper.ws
           
(package private)  EPMWorkspace EPMRetriever.FamilyTableTriple.ws
           
(package private)  EPMWorkspace DependencyRetrieverHelper.ws
           
private  EPMWorkspace RetrieverPerformanceTest.ws
           
private  EPMWorkspace FamilyTableRetrieverTest.ws
           
private  EPMWorkspace FamilyTableRetrieverPerformanceTest.ws
           
(package private)  EPMWorkspace FamilyTableHelper.ws
           
(package private)  EPMWorkspace EPMRetriever.FamilyTableTriple.ws
           
(package private)  EPMWorkspace DependencyRetrieverHelper.ws
           
 

Methods in wt.epm.retriever with parameters of type EPMWorkspace
 void FamilyTableHelper.setWorkspace(EPMWorkspace ws)
          Set workspace where objects from input are located.
 void EPMRetriever.setWorkspace(EPMWorkspace ws)
           
 void EPMRetriever.addFamilyTableTriple(String epmItersParamName, String epmDependentsParamName, String ftVersionParamName, String containedinLinkParamName, String variantLinkParamName, boolean includeAllMembers, EPMWorkspace ws, String recursionAlias)
           
 void EPMRetriever.Recursion.addFamilyTableTriple(String epmItersParamName, String epmDependentsParamName, String ftVersionParamName, String containedinLinkParamName, String variantLinkParamName, boolean includeAllMembers, EPMWorkspace ws)
           
 void DependencyRetrieverHelper.setWorkspace(EPMWorkspace ws)
           
 void FamilyTableHelper.setWorkspace(EPMWorkspace ws)
          Set workspace where objects from input are located.
 void EPMRetriever.setWorkspace(EPMWorkspace ws)
           
 void EPMRetriever.addFamilyTableTriple(String epmItersParamName, String epmDependentsParamName, String ftVersionParamName, String containedinLinkParamName, String variantLinkParamName, boolean includeAllMembers, EPMWorkspace ws, String recursionAlias)
           
 void EPMRetriever.Recursion.addFamilyTableTriple(String epmItersParamName, String epmDependentsParamName, String ftVersionParamName, String containedinLinkParamName, String variantLinkParamName, boolean includeAllMembers, EPMWorkspace ws)
           
 void DependencyRetrieverHelper.setWorkspace(EPMWorkspace ws)
           
 

Constructors in wt.epm.retriever with parameters of type EPMWorkspace
EPMRetriever.FamilyTableTriple(String epmItersParamName, String epmDependentsParamName, String ftVersionsParamName, String containedinLinkParamName, String variantLinkParamName, boolean includeAllMembers, EPMWorkspace ws)
           
DependencyRetrieverHelper(WTCollection seeds, EPMWorkspace ws)
           
EPMRetriever.FamilyTableTriple(String epmItersParamName, String epmDependentsParamName, String ftVersionsParamName, String containedinLinkParamName, String variantLinkParamName, boolean includeAllMembers, EPMWorkspace ws)
           
DependencyRetrieverHelper(WTCollection seeds, EPMWorkspace ws)
           
 

Uses of EPMWorkspace in wt.epm.upload
 

Fields in wt.epm.upload declared as EPMWorkspace
private  EPMWorkspace Cache.workspace
           
 

Methods in wt.epm.upload that return EPMWorkspace
 EPMWorkspace Cache.getWorkspace()
           
 

Methods in wt.epm.upload with parameters of type EPMWorkspace
 void Cache.setWorkspace(EPMWorkspace workspace)
           
 

Constructors in wt.epm.upload with parameters of type EPMWorkspace
EPMUpload.DocumentOptions(EPMWorkspace workspace)
           
 

Uses of EPMWorkspace in wt.epm.util
 

Methods in wt.epm.util that return EPMWorkspace
static EPMWorkspace EPMQueryHelper.lookupWorkspace(String name, WTPrincipal owner)
           
static EPMWorkspace EPMQueryHelper.lookupWorkspace(String name)
           
 

Methods in wt.epm.util with parameters of type EPMWorkspace
static ConfigSpec EPMQueryHelper.lookupConfigSpec(EPMWorkspace workspace)
           
static QueryResult EPMQueryHelper.lookupDocuments(Collection documents, ConfigSpec configSpec, EPMWorkspace ws)
           
static QueryResult EPMQueryHelper.lookupDocuments(Vector docs, ConfigSpec configSpec, EPMWorkspace ws)
           
static QueryResult EPMQueryHelper.lookupFamilyTables(Collection members, EPMWorkspace workspace)
           
static Map EPMQueryHelper.lookupFamilyTablesByMembers(Collection members, EPMWorkspace workspace)
           
static Map EPMQueryHelper.lookupFamilyTablesAndLinkByMembers(Collection members, EPMWorkspace workspace)
           
private static QueryResult EPMQueryHelper.lookupFamilyTables(long[] ids, EPMWorkspace workspace, boolean returnLink, boolean returnDocId)
           
static QueryResult EPMQueryHelper.lookupContainedInLinksAndFamilyTablesForMemberAndCheckOtherCheckouts(Collection docs, EPMWorkspace ws)
           
static Collection EPMQueryHelper.familyTablesDocListDifferenceCollection(EPMWorkspace ws, Collection familyTables, Collection docs, boolean checkedoutOnly, Boolean modified)
          This method do the same thing as familyTablesDocListDifference but returns Collection of EPMDocument-s instead of QueryResult
static QueryResult EPMQueryHelper.familyTablesDocListDifference(EPMWorkspace ws, Collection familyTables, Collection docs, boolean checkedoutOnly, Boolean modified)
          This method returns list of documents from the Family Tables which do not present in the collection of docs
static void EPMQueryHelper.addModifiedFilterToQuerySpec(QuerySpec select, Class workableClass, int workableIndex, boolean modified, EPMWorkspace ws)
           
static void EPMQueryHelper.addCheckedOutFilterToQuerySpec(QuerySpec select, Class workableClass, int workableIndex, EPMWorkspace ws)
           
 

Uses of EPMWorkspace in wt.epm.workspaces
 

Fields in wt.epm.workspaces declared as EPMWorkspace
private  EPMWorkspace WorkspaceConfigSpec.workspace
           
private  EPMWorkspace EPMWorkspaceManagerEvent.workspace
           
(package private)  EPMWorkspace EPMUndoCheckoutDataContainer.m_workspace
           
(package private)  EPMWorkspace EPMCheckinDataContainer.m_workspace
           
private  EPMWorkspace EPMBaselineServiceEvent.workspace
           
 

Methods in wt.epm.workspaces that return EPMWorkspace
 EPMWorkspace WorkspaceView.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceToCacheState.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceTeamTemplate.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspacePartLifeCycle.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspacePartFolder.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspacePartConfigSpec.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceFolder.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceDocLifeCycle.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceDocFolder.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceDocConfigSpec.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceContainer.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace WorkspaceConfigSpec.getWorkspace()
          Gets the value of the attribute: workspace.
 EPMWorkspace WorkspaceCheckpoint.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE_ROLE.
 EPMWorkspace EPMWorkspaceManagerFwd.addToWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Add the specified baselineable objects and family table objectsto the Workspace.
 EPMWorkspace EPMWorkspaceManagerFwd.removeFromWorkspace(EPMWorkspace workspace, WTCollection baselinables)
          Remove the specified objects from the Workspace.
 EPMWorkspace EPMWorkspaceManagerFwd.populateWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMWorkspaceManagerEvent.getWorkspace()
          Gets the value of the attribute: workspace; The EPM workspace related to this event

Supported API: false
 EPMWorkspace EPMWorkspaceManager.addToWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Add the specified baselineable objects and family table objectsto the Workspace.
 EPMWorkspace EPMWorkspaceManager.removeFromWorkspace(EPMWorkspace workspace, WTCollection baselinables)
          Remove the specified objects from the Workspace.
 EPMWorkspace EPMWorkspaceManager.populateWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Adds the Baselineable item iterations to the Workspace.
static EPMWorkspace EPMWorkspace.newEPMWorkspace(String name, WTPrincipal principal, Folder folder, WTPartConfigSpec partConfigSpec, EPMDocConfigSpec docConfigSpec)
          

Supported API: false
static EPMWorkspace EPMWorkspace.newEPMWorkspace(String name, WTPrincipal principal, Folder folder, WTPartConfigSpec partConfigSpec, EPMDocConfigSpec docConfigSpec, WTContainer container)
          

Supported API: true
 EPMWorkspace EPMStandardWorkspaceManager.addToWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Add the specified baselineable objects and family table objectsto the Workspace.
 EPMWorkspace EPMStandardWorkspaceManager.removeFromWorkspace(EPMWorkspace workspace, WTCollection baselinables)
          Remove the specified objects from the Workspace.
 EPMWorkspace EPMStandardWorkspaceManager.populateWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMStandardBaselineService.remove(EPMWorkspace workspace, Vector baselinable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
 EPMWorkspace EPMStandardBaselineService.populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMStandardBaselineService.add(EPMWorkspace workspace, Vector baselineable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace
 EPMWorkspace EPMStandardBaselineService.populateAll(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMStandardBaselineService.populateRequired(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMCheckpoint.getAssociatedWorkspace()
          return the EPMWorkspace associated with this EPMCheckpoint.
 EPMWorkspace EPMCheckinDataContainer.getWorkspace()
           
 EPMWorkspace EPMBaselineServiceFwd.remove(EPMWorkspace workspace, Vector baselinable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
 EPMWorkspace EPMBaselineServiceFwd.populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMBaselineServiceFwd.add(EPMWorkspace workspace, Vector baselineable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace
 EPMWorkspace EPMBaselineServiceFwd.populateAll(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMBaselineServiceFwd.populateRequired(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMBaselineServiceEvent.getWorkspace()
          Gets the value of the attribute: workspace; The workspace for which the event is emitted.
 EPMWorkspace EPMBaselineService.remove(EPMWorkspace workspace, Vector baselinable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
 EPMWorkspace EPMBaselineService.populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMBaselineService.add(EPMWorkspace workspace, Vector baselineable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace
 EPMWorkspace EPMBaselineService.populateAll(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMBaselineService.populateRequired(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace ClientCacheState.getWorkspace()
          Gets the object for the association that plays role: WORKSPACE.
protected  EPMWorkspace Checkpoint.getEPMWorkspace()
          Deprecated.  
static EPMWorkspace BaselineServiceUtility.getAssociatedWorkspace(Workable target)
           
protected static EPMWorkspace BaselineServiceUtility.add(EPMWorkspace workspace, QueryResult baselineable, boolean explicitlyAdd)
           
protected static EPMWorkspace BaselineServiceUtility.add(EPMWorkspace workspace, Vector baselineable, Vector familyTables, boolean explicitlyAdd)
           
 

Methods in wt.epm.workspaces with parameters of type EPMWorkspace
 void WorkspaceView.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceView WorkspaceView.newWorkspaceView(EPMWorkspace workspace, View view)
          Default factory for the class.
static WTSet WorkspaceUndocheckoutManager.undoCheckout(EPMWorkspace workspace, WTCollection toUndocheckout)
          Undoes check out the given list of working copies from the given workspace folder.
static WTSet WorkspaceUndocheckoutManager.undoCheckoutAndRestoreInWorkspace(EPMWorkspace workspace, WTCollection toUndocheckout)
          Undoes check out the given list of working copies from the given workspace folder.
 void WorkspaceToCacheState.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceToCacheState WorkspaceToCacheState.newWorkspaceToCacheState(ClientCacheState cacheState, EPMWorkspace workspace)
          Default factory for the class.
 void WorkspaceTeamTemplate.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceTeamTemplate WorkspaceTeamTemplate.newWorkspaceTeamTemplate(EPMWorkspace workspace, TeamTemplate teamTemplate)
          Default factory for the class.
(package private) static WTKeyedMap WorkspaceRefreshManager.getRefreshPartsAndDocs(EPMWorkspace workspace, WTCollection toRefresh)
          Checks the given collection of EPMDocuments and WTParts

Supported API: false
(package private) static WTKeyedMap WorkspaceRefreshManager.getRefreshDocsAndParts(EPMWorkspace workspace, WTCollection toRefresh)
           
private static WTValuedMap WorkspaceRefreshManager.checkDocsWithParts(EPMWorkspace workspace, WTCollection epmDocs, WTValuedMap docMasterSet)
           
 void WorkspacePartLifeCycle.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspacePartLifeCycle WorkspacePartLifeCycle.newWorkspacePartLifeCycle(EPMWorkspace workspace, LifeCycleTemplateMaster partLifeCycle)
          Default factory for the class.
 void WorkspacePartFolder.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspacePartFolder WorkspacePartFolder.newWorkspacePartFolder(EPMWorkspace workspace, Folder partFolder)
          Default factory for the class.
 void WorkspacePartConfigSpec.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspacePartConfigSpec WorkspacePartConfigSpec.newWorkspacePartConfigSpec(EPMWorkspace workspace, WTPartConfigSpec partConfigSpec)
          Default factory for the class.
private static QueryResult WorkspaceManagerListeners.processBuild(WTCollection allDocs, EPMWorkspace workspace)
           
 void WorkspaceFolder.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceFolder WorkspaceFolder.newWorkspaceFolder(EPMWorkspace workspace, Folder folder)
          Default factory for the class.
 void WorkspaceDocLifeCycle.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceDocLifeCycle WorkspaceDocLifeCycle.newWorkspaceDocLifeCycle(EPMWorkspace workspace, LifeCycleTemplateMaster docLifeCycle)
          Default factory for the class.
 void WorkspaceDocFolder.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceDocFolder WorkspaceDocFolder.newWorkspaceDocFolder(EPMWorkspace workspace, Folder docFolder)
          Default factory for the class.
 void WorkspaceDocConfigSpec.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceDocConfigSpec WorkspaceDocConfigSpec.newWorkspaceDocConfigSpec(EPMWorkspace workspace, EPMDocConfigSpec docConfigSpec)
          Default factory for the class.
 void WorkspaceContainer.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceContainer WorkspaceContainer.newWorkspaceContainer(EPMWorkspace workspace, WTContainer container)
          Default factory for the class.
 void WorkspaceCheckpoint.setWorkspace(EPMWorkspace workspace)
          Sets the object for the association that plays role: WORKSPACE_ROLE.
static WorkspaceCheckpoint WorkspaceCheckpoint.newWorkspaceCheckpoint(EPMWorkspace workspace, EPMCheckpoint checkpoint)
          Default factory for the class.
(package private) static WTValuedMap WorkspaceCheckoutManager.checkout(EPMWorkspace workspace, WTCollection toCheckout, String comment)
          Checks out the given collection of EPMDocuments and WTParts to the specified workspace.
private static void WorkspaceCheckoutManager.isNonLatestConflictOverridden(EPMWorkspace workspace, WTCollection documents)
          Verify if user has specified to override NONLATEST_ITERATION_CHECKOUT conflict
private static void WorkspaceCheckoutManager.copyEPMData(EPMWorkspace workspace, WTValuedMap prevToWorkingMap, WTCollection selectedFTS)
          Copys EPM data from previous iterations to Working copies EPM Data includes - IBA, EPM ND Data and contents
private static WTValuedMap WorkspaceCheckoutManager.getCompatibleFTMap(EPMWorkspace workspace, WTCollection documents, WTCollection selectedFTS)
          Returns compatible family tables for given documents.
private static EPMNewIterationDataContainer WorkspaceCheckoutManager.putFTCheckoutInfo(EPMWorkspace workspace, WTCollection latestWorkables, WTCollection latestFamilytables, WTValuedMap latestNonlatestMap)
          Puts objects that are getting checked out in Method context
protected static WTSet WorkspaceCheckinManager.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
private static QueryResult WorkspaceCheckinManager.processBuild(BuildSource[] buildSources, EPMWorkspace workspace)
           
private static void WorkspaceCheckinManager.setDefaultCheckinFolder(EPMWorkspace workspace, WTKeyedMap checkinOptions)
           
private static void WorkspaceCheckinManager.dispatchPreWorkspaceCheckinEvent(EPMWorkspace workspace, WTKeyedMap workingMap)
           
private static void WorkspaceCheckinManager.dispatchPostWorkspaceCheckinEvent(EPMWorkspace workspace, WTKeyedMap workingMap)
           
protected static Integer TrackableManager.getWorkspaceUpdateCounter(EPMWorkspace workspace)
           
protected static WTSet TrackableManager.getUpdateCounter(EPMWorkspace workspace)
           
protected static WTSet InitialCheckinDataManager.getInitialCheckinData(EPMWorkspace workspace)
           
protected static WTKeyedMap InitialCheckinDataManager.getNewObjectsTargetLocation(WTKeyedMap targetFolders, EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of docs and parts, finds the target folder for all new objects.
protected static WTKeyedMap InitialCheckinDataManager.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
protected static Folder InitialCheckinDataManager.getDefaultFolder(EPMWorkspace workspace, WTContainerRef containerRef, Class object)
          Returns the default folder to where a new object of the given class in the given workspace and container will be checked in.
 WTValuedMap EPMWorkspaceManagerFwd.checkout(EPMWorkspace workspace, WTCollection objects)
          Checks out the given list of objects to the given workspace folder.
 WTSet EPMWorkspaceManagerFwd.undoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Undoes check out the given list of working copies from the given workspace folder.
 WTSet EPMWorkspaceManagerFwd.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
 WTKeyedMap EPMWorkspaceManagerFwd.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 EPMWorkspace EPMWorkspaceManagerFwd.addToWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Add the specified baselineable objects and family table objectsto the Workspace.
 EPMWorkspace EPMWorkspaceManagerFwd.removeFromWorkspace(EPMWorkspace workspace, WTCollection baselinables)
          Remove the specified objects from the Workspace.
 WTKeyedMap EPMWorkspaceManagerFwd.getRefreshCandidates(EPMWorkspace workspace, WTCollection baselineables)
          Return a map whose keys are the input originals and whose values are the refreshed candidates.
 EPMWorkspace EPMWorkspaceManagerFwd.populateWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Adds the Baselineable item iterations to the Workspace.
 WTSet EPMWorkspaceManagerFwd.getObjectsInWorkspace(EPMWorkspace workspace, Class classObject)
          Get the set of objects included in the Checkpoint associated with the workspace.
 Folder EPMWorkspaceManagerFwd.getDefaultFolder(EPMWorkspace workspace, WTContainerRef containerRef, Class classObject)
          Returns the default folder to where a new object of the given class in the given workspace and container will be checked in.
 WTSet EPMWorkspaceManagerFwd.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.
 WTKeyedMap EPMWorkspaceManagerFwd.getUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the trackables in the given workspace.
 Integer EPMWorkspaceManagerFwd.getWorkspaceUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the given workspace.
 WTSet EPMWorkspaceManagerFwd.getNewObjects(EPMWorkspace workspace)
          Returns a set of new objects in the given workspace.
 WTValuedMap EPMWorkspaceManager.checkout(EPMWorkspace workspace, WTCollection objects)
          Checks out the given list of objects to the given workspace folder.
 WTSet EPMWorkspaceManager.undoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Undoes check out the given list of working copies from the given workspace folder.
 WTSet EPMWorkspaceManager.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
 WTKeyedMap EPMWorkspaceManager.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 EPMWorkspace EPMWorkspaceManager.addToWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Add the specified baselineable objects and family table objectsto the Workspace.
 EPMWorkspace EPMWorkspaceManager.removeFromWorkspace(EPMWorkspace workspace, WTCollection baselinables)
          Remove the specified objects from the Workspace.
 WTKeyedMap EPMWorkspaceManager.getRefreshCandidates(EPMWorkspace workspace, WTCollection baselineables)
          Return a map whose keys are the input originals and whose values are the refreshed candidates.
 EPMWorkspace EPMWorkspaceManager.populateWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Adds the Baselineable item iterations to the Workspace.
 WTSet EPMWorkspaceManager.getObjectsInWorkspace(EPMWorkspace workspace, Class classObject)
          Get the set of objects included in the Checkpoint associated with the workspace.
 Folder EPMWorkspaceManager.getDefaultFolder(EPMWorkspace workspace, WTContainerRef containerRef, Class classObject)
          Returns the default folder to where a new object of the given class in the given workspace and container will be checked in.
 WTSet EPMWorkspaceManager.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.
 WTKeyedMap EPMWorkspaceManager.getUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the trackables in the given workspace.
 Integer EPMWorkspaceManager.getWorkspaceUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the given workspace.
 WTSet EPMWorkspaceManager.getNewObjects(EPMWorkspace workspace)
          Returns a set of new objects in the given workspace.
protected  boolean EPMWorkspace.readVersion(EPMWorkspace thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 WTValuedMap EPMStandardWorkspaceManager.checkout(EPMWorkspace workspace, WTCollection objects)
          Checks out the given list of objects to the given workspace folder.
 WTSet EPMStandardWorkspaceManager.undoCheckout(EPMWorkspace workspace, WTCollection workingCopies)
          Undoes check out the given list of working copies from the given workspace folder.
 WTSet EPMStandardWorkspaceManager.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
 WTKeyedMap EPMStandardWorkspaceManager.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 EPMWorkspace EPMStandardWorkspaceManager.addToWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Add the specified baselineable objects and family table objectsto the Workspace.
 EPMWorkspace EPMStandardWorkspaceManager.removeFromWorkspace(EPMWorkspace workspace, WTCollection baselinables)
          Remove the specified objects from the Workspace.
 WTKeyedMap EPMStandardWorkspaceManager.getRefreshCandidates(EPMWorkspace workspace, WTCollection baselineables)
          Return a map whose keys are the input originals and whose values are the refreshed candidates.
 EPMWorkspace EPMStandardWorkspaceManager.populateWorkspace(EPMWorkspace workspace, WTCollection baselineables)
          Adds the Baselineable item iterations to the Workspace.
 WTSet EPMStandardWorkspaceManager.getObjectsInWorkspace(EPMWorkspace workspace, Class classObject)
          Get the set of objects included in the Checkpoint associated with the workspace.
 Folder EPMStandardWorkspaceManager.getDefaultFolder(EPMWorkspace workspace, WTContainerRef containerRef, Class classObject)
          Returns the default folder to where a new object of the given class in the given workspace and container will be checked in.
 WTSet EPMStandardWorkspaceManager.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.
 WTKeyedMap EPMStandardWorkspaceManager.getUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the trackables in the given workspace.
 Integer EPMStandardWorkspaceManager.getWorkspaceUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the given workspace.
 WTSet EPMStandardWorkspaceManager.getNewObjects(EPMWorkspace workspace)
          Returns a set of new objects in the given workspace.
private  void EPMStandardWorkspaceManager.processNewToWorkspaceEvent(EPMWorkspace workspace, WTCollection newWorkspaceObjects)
          For a NEW_TO_WORKSPACE event, creates EPMInitialCheckinData for EPMDocuments and WTParts, and adds the new workspace objects to workspace baseline.
 QueryResult EPMStandardBaselineService.refresh(EPMWorkspace workspace, EPMPopulateRule rule)
          Deprecated. in 7.0 Use refreshDocsAndParts
 QueryResult EPMStandardBaselineService.update(EPMWorkspace workspace, EPMPopulateRule rule)
          Deprecated. in 7.0 Use updateDocsAndParts
 QueryResult EPMStandardBaselineService.update(EPMWorkspace workspace, Vector baselinable, EPMPopulateRule rule)
          Deprecated. in 7.0 Use updateDocsAndParts
 EPMWorkspace EPMStandardBaselineService.remove(EPMWorkspace workspace, Vector baselinable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
 EPMWorkspace EPMStandardBaselineService.populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMStandardBaselineService.add(EPMWorkspace workspace, Vector baselineable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace
 EPMWorkspace EPMStandardBaselineService.populateAll(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMStandardBaselineService.populateRequired(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 Baseline EPMStandardBaselineService.copyToBaseline(EPMWorkspace workspace, Baseline baseline)
          Copy the baseline in the workspace to the baseline provided.
 QueryResult EPMStandardBaselineService.getBaselineItems(EPMWorkspace workspace)
          Deprecated. at R8.0. Use EPMWorkspaceManager.getObjectsInWorkspace
 QueryResult EPMStandardBaselineService.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, Vector baselineable)
          Return a QueryResult of EPMDocuments that the given objects are related to by EPMDependencyLinks subject to the EPMDocConfigSpec of the given EPMWorkspace and the given EPMPopulateRule.
 QueryResult EPMStandardBaselineService.getStatus(EPMWorkspace workspace)
          Determine which objects in the workspace have been checked out to a different folder.
 void EPMStandardBaselineService.dispatchNewBaselineEvent(Baseline baseline, Vector baselineable, EPMWorkspace workspace)
          Dispatches a NEW_BASELINE event.
 QueryResult EPMStandardBaselineService.checkinOrMove(EPMWorkspace workspace, Vector objects)
          Deprecated. at R8.0. Use EPMWorkspaceManager.checkin
 EPMCheckpoint EPMStandardBaselineService.getAssociatedCheckpoint(EPMWorkspace workspace)
          This gets the checkpoint associated with a Workspace.
 QueryResult EPMStandardBaselineService.getPartsAndDocs(Vector baselineable, EPMWorkspace workspace, EPMPopulateRule rule)
          Return a QueryResult of EPMDocuments and WTParts which are related to the input set of WTParts subject to the ConfigSpecs of the EPMWorkspace and the given EPMPopulateRule.
protected  QueryResult EPMStandardBaselineService.getRefreshPartsAndDocs(EPMWorkspace workspace)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace.
protected  QueryResult EPMStandardBaselineService.getRefreshPartsAndDocs(EPMWorkspace workspace, Vector baselineable)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector.
protected  QueryResult EPMStandardBaselineService.updatePartsAndDocs(EPMWorkspace workspace)
          Update the objects in the EPMWorkspace.
protected  QueryResult EPMStandardBaselineService.updatePartsAndDocs(EPMWorkspace workspace, Vector baselineable)
          Update the objects given as parameters.
protected  QueryResult EPMStandardBaselineService.getRefreshDocsAndParts(EPMWorkspace workspace)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace.
protected  QueryResult EPMStandardBaselineService.getRefreshDocsAndParts(EPMWorkspace workspace, Vector baselineable)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector.
protected  QueryResult EPMStandardBaselineService.updateDocsAndParts(EPMWorkspace workspace)
          Update the objects in the EPMWorkspace.
protected  QueryResult EPMStandardBaselineService.updateDocsAndParts(EPMWorkspace workspace, Vector baselineable)
          Update the objects given as parameters.
 QueryResult EPMStandardBaselineService.refreshWorkspace(EPMWorkspace workspace, Vector baselineable)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector.
 QueryResult EPMStandardBaselineService.refreshWorkspace(EPMWorkspace workspace)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace.
 QueryResult EPMStandardBaselineService.updateWorkspace(EPMWorkspace workspace)
          Update the objects in the EPMWorkspace.
 QueryResult EPMStandardBaselineService.updateWorkspace(EPMWorkspace workspace, Vector baselineable)
          Update the objects given as parameters.
 QueryResult EPMStandardBaselineService.checkinOrMove(EPMWorkspace workspace, Vector objects, Vector familyTablesToCheckin)
          Deprecated. at R8.0. Use EPMWorkspaceManager.checkin
 Collection EPMStandardBaselineService.undoCheckout(EPMWorkspace workspace, Collection objects, Collection familyTablesToUndoCheckout)
          

Supported API: false
private  void EPMStandardBaselineService.processPreStoreEvent(EPMWorkspace workspace)
           
private  void EPMStandardBaselineService.processPreModifyEvent(EPMWorkspace workspace)
           
private  void EPMStandardBaselineService.processPostDeleteEvent(EPMWorkspace target)
           
private  void EPMStandardBaselineService.saveConfigSpecs(EPMWorkspace workspace)
           
private  WTContainer EPMStandardBaselineService.getContainer(EPMWorkspace workspace)
           
protected static void EPMCacheEventListener.processNewToWorkspaceEvent(EPMWorkspace workspace, WTCollection targets)
           
protected static void EPMCacheEventListener.processCheckoutToWorkspaceEvent(EPMWorkspace workspace, WTKeyedMap checkoutMap)
           
protected static void EPMCacheEventListener.processPostWorkspaceCheckinEvent(EPMWorkspace workspace, WTKeyedMap checkinMap)
           
private static void EPMCacheEventListener.updateAffectedCheckpoint(EPMWorkspace workspace)
           
 QueryResult EPMBaselineServiceFwd.refresh(EPMWorkspace workspace, EPMPopulateRule rule)
          Deprecated. in 7.0 Use refreshDocsAndParts
 QueryResult EPMBaselineServiceFwd.update(EPMWorkspace workspace, EPMPopulateRule rule)
          Deprecated. in 7.0 Use updateDocsAndParts
 QueryResult EPMBaselineServiceFwd.update(EPMWorkspace workspace, Vector baselinable, EPMPopulateRule rule)
          Deprecated. in 7.0 Use updateDocsAndParts
 EPMWorkspace EPMBaselineServiceFwd.remove(EPMWorkspace workspace, Vector baselinable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
 EPMWorkspace EPMBaselineServiceFwd.populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMBaselineServiceFwd.add(EPMWorkspace workspace, Vector baselineable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace
 EPMWorkspace EPMBaselineServiceFwd.populateAll(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMBaselineServiceFwd.populateRequired(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 Baseline EPMBaselineServiceFwd.copyToBaseline(EPMWorkspace workspace, Baseline baseline)
          Copy the baseline in the workspace to the baseline provided.
 QueryResult EPMBaselineServiceFwd.getBaselineItems(EPMWorkspace workspace)
          Deprecated. at R8.0. Use EPMWorkspaceManager.getObjectsInWorkspace
 QueryResult EPMBaselineServiceFwd.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, Vector baselineable)
          Return a QueryResult of EPMDocuments that the given objects are related to by EPMDependencyLinks subject to the EPMDocConfigSpec of the given EPMWorkspace and the given EPMPopulateRule.
 QueryResult EPMBaselineServiceFwd.getStatus(EPMWorkspace workspace)
          Determine which objects in the workspace have been checked out to a different folder.
 void EPMBaselineServiceFwd.dispatchNewBaselineEvent(Baseline baseline, Vector baselineable, EPMWorkspace workspace)
          Dispatches a NEW_BASELINE event.
 QueryResult EPMBaselineServiceFwd.checkinOrMove(EPMWorkspace workspace, Vector objects)
          Deprecated. at R8.0. Use EPMWorkspaceManager.checkin
 EPMCheckpoint EPMBaselineServiceFwd.getAssociatedCheckpoint(EPMWorkspace workspace)
          This gets the checkpoint associated with a Workspace.
 QueryResult EPMBaselineServiceFwd.getPartsAndDocs(Vector baselineable, EPMWorkspace workspace, EPMPopulateRule rule)
          Return a QueryResult of EPMDocuments and WTParts which are related to the input set of WTParts subject to the ConfigSpecs of the EPMWorkspace and the given EPMPopulateRule.
 QueryResult EPMBaselineServiceFwd.refreshWorkspace(EPMWorkspace workspace, Vector baselineable)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector.
 QueryResult EPMBaselineServiceFwd.refreshWorkspace(EPMWorkspace workspace)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace.
 QueryResult EPMBaselineServiceFwd.updateWorkspace(EPMWorkspace workspace)
          Update the objects in the EPMWorkspace.
 QueryResult EPMBaselineServiceFwd.updateWorkspace(EPMWorkspace workspace, Vector baselineable)
          Update the objects given as parameters.
 QueryResult EPMBaselineServiceFwd.checkinOrMove(EPMWorkspace workspace, Vector objects, Vector familyTablesToCheckin)
          Deprecated. at R8.0. Use EPMWorkspaceManager.checkin
 Collection EPMBaselineServiceFwd.undoCheckout(EPMWorkspace workspace, Collection objects, Collection familyTablesToUndoCheckout)
          

Supported API: false
 QueryResult EPMBaselineService.refresh(EPMWorkspace workspace, EPMPopulateRule rule)
          Deprecated. in 7.0 Use refreshDocsAndParts
 QueryResult EPMBaselineService.update(EPMWorkspace workspace, EPMPopulateRule rule)
          Deprecated. in 7.0 Use updateDocsAndParts
 QueryResult EPMBaselineService.update(EPMWorkspace workspace, Vector baselinable, EPMPopulateRule rule)
          Deprecated. in 7.0 Use updateDocsAndParts
 EPMWorkspace EPMBaselineService.remove(EPMWorkspace workspace, Vector baselinable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
 EPMWorkspace EPMBaselineService.populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule)
          Adds the Baselineable item iterations to the Workspace.
 EPMWorkspace EPMBaselineService.add(EPMWorkspace workspace, Vector baselineable)
          Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace
 EPMWorkspace EPMBaselineService.populateAll(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 EPMWorkspace EPMBaselineService.populateRequired(EPMWorkspace workspace, Vector baselineable)
          Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator.
 Baseline EPMBaselineService.copyToBaseline(EPMWorkspace workspace, Baseline baseline)
          Copy the baseline in the workspace to the baseline provided.
 QueryResult EPMBaselineService.getBaselineItems(EPMWorkspace workspace)
          Deprecated. at R8.0. Use EPMWorkspaceManager.getObjectsInWorkspace
 QueryResult EPMBaselineService.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, Vector baselineable)
          Return a QueryResult of EPMDocuments that the given objects are related to by EPMDependencyLinks subject to the EPMDocConfigSpec of the given EPMWorkspace and the given EPMPopulateRule.
 QueryResult EPMBaselineService.getStatus(EPMWorkspace workspace)
          Determine which objects in the workspace have been checked out to a different folder.
 void EPMBaselineService.dispatchNewBaselineEvent(Baseline baseline, Vector baselineable, EPMWorkspace workspace)
          Dispatches a NEW_BASELINE event.
 QueryResult EPMBaselineService.checkinOrMove(EPMWorkspace workspace, Vector objects)
          Deprecated. at R8.0. Use EPMWorkspaceManager.checkin
 EPMCheckpoint EPMBaselineService.getAssociatedCheckpoint(EPMWorkspace workspace)
          This gets the checkpoint associated with a Workspace.
 QueryResult EPMBaselineService.getPartsAndDocs(Vector baselineable, EPMWorkspace workspace, EPMPopulateRule rule)
          Return a QueryResult of EPMDocuments and WTParts which are related to the input set of WTParts subject to the ConfigSpecs of the EPMWorkspace and the given EPMPopulateRule.
 QueryResult EPMBaselineService.refreshWorkspace(EPMWorkspace workspace, Vector baselineable)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector.
 QueryResult EPMBaselineService.refreshWorkspace(EPMWorkspace workspace)
          Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace.
 QueryResult EPMBaselineService.updateWorkspace(EPMWorkspace workspace)
          Update the objects in the EPMWorkspace.
 QueryResult EPMBaselineService.updateWorkspace(EPMWorkspace workspace, Vector baselineable)
          Update the objects given as parameters.
 QueryResult EPMBaselineService.checkinOrMove(EPMWorkspace workspace, Vector objects, Vector familyTablesToCheckin)
          Deprecated. at R8.0. Use EPMWorkspaceManager.checkin
 Collection EPMBaselineService.undoCheckout(EPMWorkspace workspace, Collection objects, Collection familyTablesToUndoCheckout)
          

Supported API: false
static EPMAsStoredConfig EPMAsStoredHelper.createEPMAsStoredConfig(Collection checkinObjects, EPMWorkspace workspace)
          Returns an EPMAsStoredConfig created for the given checkInObjects.
private static List EPMAsStoredHelper.traceDependencies(Collection owners, EPMWorkspace workspace)
           
 void ClientCacheState.setWorkspace(EPMWorkspace a_Workspace)
          Sets the object for the association that plays role: WORKSPACE.
static ClientCacheState ClientCacheState.newClientCacheState(EPMWorkspace workspace, EPMDocument document, boolean downloaded, boolean locallyModified)
          

Supported API: false
protected  void ClientCacheState.initialize(EPMWorkspace workspace, EPMDocument document, boolean downloaded, boolean locallyModified)
          Supports initialization, following construction of an instance.
protected  void Checkpoint.setEPMWorkspace(EPMWorkspace theEPMWorkspace)
          Deprecated.  
static Checkpoint Checkpoint.newCheckpoint(EPMWorkspace theEPMWorkspace, EPMCheckpointMaster theEPMCheckpointMaster)
          Deprecated.  
protected static void BaselineServiceUtility.checkCheckinDependencies(EPMDocument originalCopy, EPMDocument workingCopy, EPMWorkspace workspace)
           
protected static void BaselineServiceUtility.checkDependencies(QueryResult documents, EPMWorkspace workspace)
           
protected static void BaselineServiceUtility.checkDependencies(Collection documents, EPMWorkspace workspace)
           
protected static Map BaselineServiceUtility.getDependenciesToNew(Collection documents, EPMWorkspace workspace)
           
protected static EPMWorkspace BaselineServiceUtility.add(EPMWorkspace workspace, QueryResult baselineable, boolean explicitlyAdd)
           
protected static EPMWorkspace BaselineServiceUtility.add(EPMWorkspace workspace, Vector baselineable, Vector familyTables, boolean explicitlyAdd)
           
private static void BaselineServiceUtility.validateExistInWSConflicts(EPMWorkspace ws, EPMCheckpoint wsBaseline, Vector baselineables, EPMNonoverridableConflicts conflicts)
           
protected static Vector BaselineServiceUtility.findChildren(Vector parents, EPMWorkspace workspace, EPMPopulateRule rule)
           
protected static QueryResult BaselineServiceUtility.getRelatedItems(QueryResult objects, boolean required, ConfigSpec configSpec, EPMWorkspace workspace)
           
protected static void BaselineServiceUtility.traceDependencies(QueryResult objects, boolean required, ConfigSpec configSpec, EPMWorkspace workspace, HashMap visited, HashMap dependencyList)
           
protected static void BaselineServiceUtility.updateDependencies(QueryResult dependencies, HashMap visited, EPMWorkspace workspace)
           
protected static ConfigSpec BaselineServiceUtility.getConfigSpec(EPMWorkspace workspace)
           
protected static QueryResult BaselineServiceUtility.getPartsAndDocs(QueryResult objects, EPMPopulateRule rule, EPMWorkspace workspace)
           
private static void BaselineServiceUtility.tracePartDependencies(QueryResult objects, ConfigSpec configSpec, EPMWorkspace workspace, HashMap visited, HashMap dependencyList)
           
static QueryResult BaselineServiceUtility.getRefreshPartsAndDocs(EPMWorkspace workspace)
           
static QueryResult BaselineServiceUtility.getRefreshPartsAndDocs(EPMWorkspace workspace, QueryResult qr)
           
static QueryResult BaselineServiceUtility.getRefreshDocsAndParts(EPMWorkspace workspace)
           
static QueryResult BaselineServiceUtility.getRefreshDocsAndParts(EPMWorkspace workspace, QueryResult qr)
           
static QueryResult BaselineServiceUtility.getRefreshDocs(EPMWorkspace workspace, QueryResult qr)
           
protected static void BaselineServiceUtility.validateContainer(EPMWorkspace workspace, Vector baseVector)
           
 

Constructors in wt.epm.workspaces with parameters of type EPMWorkspace
WorkspaceConfigSpec(EPMWorkspace workspace, ConfigSpec configSpec)
          

Supported API: false
EPMWorkspaceManagerEvent(String eventType, EPMWorkspace workspace, WTCollection workspaceObjects)
          

Supported API: false
EPMWorkspaceManagerEvent(String eventType, EPMWorkspace workspace, WTKeyedMap wipMap)
          Creates WorkspaceManager event for Checkin and Checkout.
EPMUndoCheckoutDataContainer(EPMWorkspace workspace, Collection workables, WTCollection initFamilyTablesToUndoCheckout)
           
EPMCheckinDataContainer(EPMWorkspace workspace, Collection workables, Collection initFamilyTablesToCheckinCollection)
           
EPMCheckinDataContainer(EPMWorkspace workspace, Collection workables, Collection initFamilyTablesToCheckinCollection, boolean cascade)
           
EPMCheckinDataContainer(EPMWorkspace workspace, WTCollection workables, WTCollection initFamilyTablesToCheckinCollection)
           
EPMCheckinDataContainer(EPMWorkspace workspace, WTCollection workables, WTCollection initFamilyTablesToCheckinCollection, boolean cascade)
           
EPMBaselineServiceEvent(String eventType, Object eventTarget, Vector objects, EPMWorkspace workspace)
          

Supported API: true
 

Uses of EPMWorkspace in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers that return EPMWorkspace
static EPMWorkspace EPMHndHelper.getWorkspace(String name, WTContainerRef containerRef)
          Returns a workspace of the given name in the given container which belongs to the current user.
 

Uses of EPMWorkspace in wt.ixb.epm.handlers.forclasses
 

Methods in wt.ixb.epm.handlers.forclasses that return EPMWorkspace
private  EPMWorkspace ExpImpForEPMDocument.getWorkspace(String name, WTContainerRef containerRef)
           
 

Methods in wt.ixb.epm.handlers.forclasses with parameters of type EPMWorkspace
static Persistable ExpImpForEPMSepFamilyTable.getFamilyTableBaselineMember(EPMWorkspace workspace, EPMSepFamilyTableMaster ftm, boolean returnBaselineMember)
          Returns EPMSepFamilyTable or EPMFamilyTableBaselineMember for the given master whose family table is in the given workspace checkpoint.
 

Uses of EPMWorkspace in wt.visitor
 

Fields in wt.visitor declared as EPMWorkspace
private  EPMWorkspace EPMDocReqNodeExpander.currentWorkspace
           
private  EPMWorkspace EPMDocConfigSpecNodeExpander.currentWorkspace
           
 

Methods in wt.visitor with parameters of type EPMWorkspace
static Navigator ProductStructureNavigatorFactory.newEPMDocNavigator(EPMWorkspace ws, ConfigSpec a_configSpec, int a_navigatorType)
           
static Navigator ProductStructureNavigatorFactory.newEPMDocReqNavigator(EPMWorkspace ws, ConfigSpec a_configSpec, int a_navigatorType)
           
 

Constructors in wt.visitor with parameters of type EPMWorkspace
EPMDocReqNodeExpander(EPMWorkspace ws, ConfigSpec a_ConfigSpec)
           
EPMDocConfigSpecNodeExpander(EPMWorkspace ws, ConfigSpec a_ConfigSpec)