Uses of Class
wt.part.WTPart

Packages that use WTPart
com.ptc.core.foundation.saveas.client   
com.ptc.core.htmlcomp.gathering   
com.ptc.core.query.report.bom.server   
com.ptc.epm.commands   
com.ptc.epm.commands.transaction   
com.ptc.epm.commands.util   
com.ptc.netmarkets.model   
com.ptc.netmarkets.part   
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.util   
com.ptc.windchill.cadx.editattrs   
com.ptc.windchill.cadx.revise   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.enterprise.part.common   
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.esidoc   
com.ptc.windchill.esi.esipart   
com.ptc.windchill.esi.evt   
com.ptc.windchill.esi.migrate   
com.ptc.windchill.esi.rnd   
com.ptc.windchill.esi.svc   
com.ptc.windchill.esi.txn   
com.ptc.windchill.esi.utl   
com.ptc.windchill.uwgm.cadx.autoassociate   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.multirename   
com.ptc.windchill.uwgm.cadx.request   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.common.container   
com.ptc.windchill.uwgm.common.folder   
com.ptc.windchill.uwgm.common.pdm   
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.request   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.windchill.uwgm.task.autoassociate   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.util   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.clients.epm   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.clients.vc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.epm.build   
wt.epm.listeners   
wt.epm.structure   
wt.epm.workspaces   
wt.ixb.epm.handlers   
wt.ixb.epm.handlers.forclasses   
wt.ixb.handlers.forclasses   
wt.ixb.handlers.netmarkets   
wt.ixb.handlers.netmarkets.prodstruct   
wt.ixb.objectset
When an object is given to the export process, the ObjectSet application does the job of navigating through the object’s structure and collecting all of its related objects. 
wt.ixb.util   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.pdmlink   
wt.replication.export   
wt.replication.unit   
wt.rule.impl   
wt.step STEP (ISO 10303) Support. 
wt.step.processor   
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 WTPart in com.ptc.core.foundation.saveas.client
 

Methods in com.ptc.core.foundation.saveas.client with parameters of type WTPart
protected  NmComboBox PDMLinkPasteTable.getViewDropdown(WTPart part, int row, NmCommandBean cb, boolean isChecked)
           
 

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

Methods in com.ptc.core.htmlcomp.gathering with parameters of type WTPart
private static WTDocument[] RulesDependencyProcessingHelper.getAssociatedWTDocs(WTPart target)
           
 

Uses of WTPart in com.ptc.core.query.report.bom.server
 

Methods in com.ptc.core.query.report.bom.server that return WTPart
(package private) static WTPart BOMWalker.getIterationFromMaster(WTPartMaster partMaster, ConfigSpec configSpec)
          Simple utility to fetch the correct iteration given a master and config spec.
 

Methods in com.ptc.core.query.report.bom.server with parameters of type WTPart
 boolean WTPartUsageIdCollector.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Collects id of 'usageLink'.
 boolean WTPartMasterIdCollector.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Collects master id of 'partNode'.
 boolean WTPartIdCollector.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Collects id of 'partNode' if it is a WTPart.
 boolean WTPartBranchIdCollector.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Collects branch id of 'partNode' if it is a WTPart.
(package private)  void BOMWalker.traverse(BOMVisitor visitor, WTPart part, int levelLimit, int level)
          Internal recursive BOM traversal routine.
 boolean BOMVisitorAdaptor.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Returns 'true' to continue traversal of sub-tree.
 void BOMVisitorAdaptor.endPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Does nothing.
 boolean BOMVisitor.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Called when traversal of a given part usage is started.
 void BOMVisitor.endPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Called when traversal of a given part usage is completed.
 boolean BOMReportMaker.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Called when traversal of a given part usage is started.
 void BOMReportMaker.endPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Called when traversal of a given part usage is completed.
 boolean BOMConsolidator.beginPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Called when traversal of a given part usage is started.
 void BOMConsolidator.endPartUsage(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          Called when traversal of a given part usage is completed.
(package private)  void AbstractBOMReportMaker.callDataCollectors(WTPart parentPart, WTPartUsageLink usageLink, Part partNode, int level, boolean hasChildren)
          To be called from beginPartUsage() as needed
 

Uses of WTPart in com.ptc.epm.commands
 

Methods in com.ptc.epm.commands that return WTPart
static WTPart ECADDelete.getPartByNumber(String number)
           
 

Uses of WTPart in com.ptc.epm.commands.transaction
 

Fields in com.ptc.epm.commands.transaction declared as WTPart
private  WTPart DescribeLinkOp.wtPart
           
 

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

Methods in com.ptc.epm.commands.util that return WTPart
 WTPart PartHelperDelegate.createPart(String number, String name)
           
static WTPart PartHelper.lookupPart(ECADDescribeBy dbLink)
           
static WTPart PartHelper.createPartForDoc(ECADDocument doc, ECADAssemblyHelper.AssemblyOptions options, ECADTransaction transaction)
           
static WTPart[] PartHelper.createPartsForDocs(ECADDocument[] docs, ECADAssemblyHelper.AssemblyOptions options, ECADTransaction transaction)
           
protected static WTPart PartHelper.createPart(ECADDocument doc, PartHelperDelegate partDelegate, PartHelper.PartOptions options, ECADTransaction transaction)
           
protected static WTPart PartHelper.createPart(String number, String name, PartHelperDelegate partDelegate, PartHelper.PartOptions options, ECADTransaction transaction)
           
 WTPart DefaultPartHelperDelegate.createPart(String number, String name)
           
 

Methods in com.ptc.epm.commands.util with parameters of type WTPart
private static WTObject PartHelper.createRule(EPMDocument document, WTPart part, boolean createPassiveLinks, ECADTransaction transaction)
           
private static EPMBuildRule PartHelper.createBuildRule(EPMDocument document, WTPart part, ECADTransaction transaction)
           
private static EPMDescribeLink PartHelper.createDescribeLink(EPMDocument document, WTPart part, ECADTransaction transaction)
           
 

Uses of WTPart in com.ptc.netmarkets.model
 

Methods in com.ptc.netmarkets.model with parameters of type WTPart
private  boolean StandardNmObjectService.contains(ArrayList al, WTPart part)
           
private  int StandardNmObjectService.indexOfArrayList(ArrayList al, WTPart part)
           
private  void StandardNmObjectService.remove(ArrayList al, WTPart part)
           
private  ArrayList StandardNmObjectService.getPartParents(ArrayList parts, ArrayList parents, WTPart part)
           
 

Uses of WTPart in com.ptc.netmarkets.part
 

Methods in com.ptc.netmarkets.part with parameters of type WTPart
private  NmModel StandardNmPartService._viewPart(NmOid oid, WTPart part)
           
 NmDefaultHTMLTable StandardNmPartService._listHistoryPart(NmOid nmOid, WTPart part, WTContainer currentProject)
           
private  QueryResult StandardNmPartService.filterOriginalCopiesInBuildRules(WTPart sourcePart, QueryResult buildRuleLinks)
           
private  NmHTMLTreeNode StandardNmPartService._getPartTreeNode(WTPart p, NmOid oid, WTPartUsageLink thisLink)
           
 

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

Methods in com.ptc.windchill.cadx.autoassociate that return WTPart
 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.
 WTPart DefaultAutoAssociatePartFinderCreator.findWTPart(EPMDocument epmDoc)
          This method finds a part to be associated to a document based on the preference settings specified.
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)
           
 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.findWTPart(EPMDocument epmDoc)
          This method finds a part to be associated to a document based on the preference settings specified.
 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)
           
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 WTPart AutoAssociateHelper.getReferencedPart(EPMDocument doc, ConfigSpec configSpec)
           
private  WTPart AutoAssociateFormProcessor.searchForExistingPart(EPMDocument doc, EPMWorkspace ws)
           
protected  WTPart AutoAssociateFormProcessor.getPart(AutoAssociatePartFinderCreator adag, EPMDocument document, EPMWorkspace ws)
           
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type WTPart
private  void AutoAssociateTaskDelegate.removeAssociation(EPMDocument doc, WTPart part)
           
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 static WTPart AutoAssociateHelper.createSuitableAssociation(EPMDocument doc, WTPart part, EPMWorkspace workspace)
           
private static boolean AutoAssociateHelper.isDrawingAlreadyAssociatedWithPart(EPMDocument drawing, WTPart part)
           
private static WTPart AutoAssociateHelper.getCheckedOutPart(WTPart part, EPMDocument doc, EPMWorkspace workspace, HashMap OIDCheckedoutPartMap)
           
 

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

Methods in com.ptc.windchill.cadx.autopart that return WTPart
 WTPart DefaultAutoPartCreator.createAutoPart(EPMWorkspace a_Workspace, EPMDocument a_Document)
          

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

Supported API: true
 

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

Methods in com.ptc.windchill.cadx.caddoc with parameters of type WTPart
private  String EPMGetDepsTemplateProcessor.newPartSpecData(WTPartMaster dm, WTPart part, String[] names, String lookupName, String lookupValue, String linktype, Locale locale)
           
private  String EPMGetDepsTemplateProcessor.getNumberVersionId(WTPart part)
           
 

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

Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type WTPart
static String CancelCheckoutJSHelper.getPartScript(WTPart part, int[] includedBy, String objPDMType, String objPDMStatus, String objAuthStatus, String objAuthApp, int index, EPMWorkspace workspace, Locale locale)
           
 

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

Methods in com.ptc.windchill.cadx.checkin with parameters of type WTPart
private  Folder CheckinFormProcessor.getPartLocation(WTPart part, Vector folderdata, EPMWorkspace work, WTContainer container)
           
 

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

Methods in com.ptc.windchill.cadx.checkout with parameters of type WTPart
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)
           
 

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

Methods in com.ptc.windchill.cadx.common that return WTPart
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 WTPart WTPartUtilities.getWTPart(String number)
          This convenience method finds a part based on its unique number using the latest config spec
static WTPart WTPartUtilities.getWTPart(String number, ConfigSpec configSpec)
          This method finds a part based on its unique number and the config spec.
static WTPart WTPartUtilities.getWTPartInContainers(String partNumber, ConfigSpec configSpec, WTContainerRef[] containersToSearchRefs, boolean isPDMLinkContainer, boolean isPJLContainer, String custClassString, EPMDocument document, boolean onlyInOrgOfDoc)
           
static WTPart WTPartUtilities.getWTPart(String partNumber, ConfigSpec configSpec, WTContainer container, String custClassString, EPMDocument document, boolean onlyInOrgOfDoc)
           
private static WTPart[] ObjectDependencyProcessor.getAssociated(EPMDocument source)
          This method gives all WTPart objects associated with an EPMDocument object
 

Methods in com.ptc.windchill.cadx.common with parameters of type WTPart
static String WTPartUtilities.getBaseIconImage(WTPart part)
           
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
private static void ObjectDependencyProcessor.addAssociatedParts(WTPart[] assocParts, Set[] objectSets, Set targetSet)
           
private static EPMDocument[] ObjectDependencyProcessor.getAssociated(WTPart target)
          This method gives all EPMDocument objects associated with a WTPart object
 

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

Fields in com.ptc.windchill.cadx.common.util declared as WTPart
private  WTPart WTPartProps.part
           
 

Methods in com.ptc.windchill.cadx.common.util that return WTPart
static WTPart[] ObjectDependencyUtility.getAssociated(EPMDocument source)
          

Supported API: false
static WTPart[] ObjectDependencyUtility.getActiveAssociated(EPMDocument source)
           
static WTPart[] ObjectDependencyUtility.getPassiveAssociated(EPMDocument source)
           
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 WTPart AssociateUtilities.getActiveAssociatedPart(EPMDocument source)
           
 

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

Supported API: false
static EPMDocument[] ObjectDependencyUtility.getAssociated(WTPart target)
          

Supported API: false
private static void ObjectDependencyUtility.addAssociatedParts(WTPart[] assocParts, Set[] objectSets, Set targetSet)
           
private static QueryResult ObjectDependencyUtility.getPartsAndDocs(EPMWorkspace workspace, EPMPopulateRule rule, WTPart part, EPMDocConfigSpec docConfigSpec, WTPartConfigSpec partConfigSpec)
           
static EPMDocument[] ObjectDependencyUtility.getActiveAssociated(WTPart target)
           
static EPMDocument[] ObjectDependencyUtility.getPassiveAssociated(WTPart target)
           
private static BinaryLink[] GenericUtilities.getAssociated(WTPart part)
          returns the associated BinaryLinks for WTPart
private static boolean GenericUtilities.isAssociationExists(WTPart part)
          returns true if associate object exists for given part.
private static EPMDescribeLink GenericUtilities.createEPMDescribeLink(WTPart part, EPMDocument doc, boolean built)
           
private static BinaryLink GenericUtilities.findBuildRule(WTPart part, EPMDocument document)
          search for BuildRule between part and document
private static BinaryLink GenericUtilities.findEPMDescribeLink(WTPart part, EPMDocument doc)
          Searches for Describes link between part and document
private static BuildRule GenericUtilities.createBuildRule(WTPart part, EPMDocument doc)
           
private static BinaryLink GenericUtilities.toggleLink(WTPart part, EPMDocument doc)
           
private static BinaryLink[] GenericUtilities.getBuildRules(WTPart part)
          returns active link for a give part
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 EPMDocument[] GenericUtilities.getAssociatedDocuments(WTPart target)
          This method gives all EPMDocument objects associated with a WTPart object
private static QueryResult GenericUtilities.getQueryResultForPart(WTPart target)
           
private static BinaryLink[] GenericUtilities.findBuildRules(WTPart part, EPMDocument doc)
           
 

Constructors in com.ptc.windchill.cadx.common.util with parameters of type WTPart
WTPartProps(WTPart part)
          

Supported API: false
 

Uses of WTPart in com.ptc.windchill.cadx.editattrs
 

Methods in com.ptc.windchill.cadx.editattrs with parameters of type WTPart
private  Vector EditAttributesFormProcessor.getValues(WTPart part, boolean isAssociated)
           
 

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

Methods in com.ptc.windchill.cadx.revise with parameters of type WTPart
private  Vector ReviseFormProcessor.getValues(WTPart part, boolean isAssociated)
           
 

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

Methods in com.ptc.windchill.cadx.ws with parameters of type WTPart
static boolean WorkspaceHelper.isNewPart(WTPart part)
           
 

Uses of WTPart in com.ptc.windchill.enterprise.part.common
 

Methods in com.ptc.windchill.enterprise.part.common with parameters of type WTPart
private  EPMBuildRule PartHasRelatedCadDocsRemoteWorker.getBuildRule(WTPart part)
           
 

Uses of WTPart in com.ptc.windchill.esi.bom
 

Fields in com.ptc.windchill.esi.bom declared as WTPart
private  WTPart ESIWTPartRenderer.part
           
private  WTPart ESIWTPartRenderer.root
           
private  WTPart ESIBOMSubordinateRenderer.part
           
private  WTPart ESIBOMSubordinateRenderer.root
           
private  WTPart ESIBOMRenderer.rootPart
           
private  WTPart ESIBOMRenderer.PreviousExportedIterationKey.part
           
private  WTPart ESIBOMRenderer.BomDiffResult.previousExportedIteration
           
private  WTPart ESIBOMHeaderRenderer.part
           
private  WTPart BOMTreeNavigatorImpl.root
           
private  WTPart BOMRendererImpl.rootPart
           
private  WTPart BOMRendererImpl.PreviousExportedIterationKey.part
           
private  WTPart BOMRendererImpl.BomDiffResult.previousExportedIteration
           
private  WTPart BOMHeaderRendererImpl.part
           
 

Methods in com.ptc.windchill.esi.bom that return WTPart
protected  WTPart ESIWTPartRenderer.getPart()
          Gets the value of the attribute: part; The part being rendered.
protected  WTPart ESIWTPartRenderer.getRoot()
          Gets the value of the attribute: root; If the part being rendered is part of a tree of product structures, this attribute contains the top of the tree.
protected  WTPart ESIBOMSubordinateRenderer.getPart()
          Gets the value of the attribute: part; The part being rendered.
protected  WTPart ESIBOMSubordinateRenderer.getRoot()
          Gets the value of the attribute: root; If the part being rendered is part of a tree of product structures, this attribute contains the top of the tree.
protected  WTPart ESIBOMRenderer.getRootPart()
           
protected  WTPart ESIBOMRenderer.PreviousExportedIterationKey.getPart()
           
protected  WTPart ESIBOMRenderer.BomDiffResult.getPreviousExportedIteration()
           
protected  WTPart ESIBOMHeaderRenderer.getPart()
          Gets the value of the attribute: part; The assembly part for this BOM.
protected  WTPart BOMTreeNavigatorImpl.getRoot()
          Gets the value of the attribute: root; The top-level assembly part.
protected  WTPart BOMRendererImpl.getRootPart()
           
protected  WTPart BOMRendererImpl.PreviousExportedIterationKey.getPart()
           
protected  WTPart BOMRendererImpl.BomDiffResult.getPreviousExportedIteration()
           
protected  WTPart BOMHeaderRendererImpl.getPart()
          Gets the value of the attribute: part; The assembly part for this BOM.
 WTPart AlternateItemGroup.getWTPart()
          Gets the object for the association that plays role: WTPART_ROLE.
 

Methods in com.ptc.windchill.esi.bom with parameters of type WTPart
 void ESIWTPartRenderer.setData(WTPart root, WTPart part, Collection[] deltaParts, Collection orgs, boolean lineNumbers)
           
 void ESIBOMSubordinateRenderer.setData(WTPart root, WTPart part, Collection[] deltaParts, Collection orgs, boolean lineNumbers)
          

Supported API: false
 void ESIBOMRenderer.getBOM(WTPart part, boolean delta, boolean bomPart, boolean componentParts, boolean alternates, boolean substitutes, boolean referenceDesignators, boolean lineNumbers, String mulitLevel, boolean documents, String configSpec, String auth, String wcAdapter, VdbBuilder builder)
          RPC processor when called from getECN RPC.
protected  void ESIBOMRenderer.addRenderedPart(WTPart part)
           
protected  boolean ESIBOMRenderer.buildBom(WTPart part)
           
protected  Map ESIBOMRenderer.getOrgPreviousExportIterationAssociations(WTPart part, Collection orgs, boolean delta)
           
protected  boolean ESIBOMRenderer.buildBOMHeaderOutput(WTPart part, Collection diffResults)
           
protected  Element ESIBOMHeaderRenderer.adjustElement(Element elem, String group, WTPart part, Eff eff, Collection targets)
          Allow subclasses to fix the contents of an element before it's added to the output group(s).
 void ESIBOMHeaderRenderer.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler)
          Store the attributes and reset any variables.
 void ESIBOMHeaderRenderer.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler, String adapterName)
           
private  Element ESIBOMHeaderRenderer.mapBOMHeaderElement(String grpName, Element e, WTPart part, String ufid, Eff eff, Collection targets)
           
 void BOMUtility.getBOM(WTPart part, boolean delta, boolean bomPart, boolean componentParts, boolean alternates, boolean substitutes, boolean referenceDesignators, boolean lineNumbers, String mulitLevel, boolean documents, String configSpec, String auth, String wcAdapter, VdbBuilder builder)
          RPC processor when called from getECN RPC.
 boolean BOMUtility.isBom(WTPart part)
          Returns true if the given part has any children (connected to a WTPartMaster via a WTPartUsageLink) or was ever released by ESI to any target as a BOM.
static boolean BOMUtility.hasPartUsages(WTPart part)
           
 void BOMTreeNavigatorImpl.setData(WTPart root, int depth, String configSpec, String auth, String adapter)
          Sets the attributes on the object.
static BOMTreeNavigator BOMTreeNavigatorFactory.newBOMTreeNavigator(WTPart root, Integer depth, String configSpec, String auth, String adapter)
          Creates the appropriate BOMTreeNavigator.
 void BOMTreeNavigator.setData(WTPart root, int depth, String configSpec, String auth, String adapter)
          Sets the attributes on the object.
protected  void BOMRendererImpl.addRenderedPart(WTPart part)
           
protected  boolean BOMRendererImpl.buildBom(WTPart part)
           
protected  Map BOMRendererImpl.getOrgPreviousExportIterationAssociations(WTPart part, Collection orgs, boolean delta)
           
protected  boolean BOMRendererImpl.buildBOMHeaderOutput(WTPart part, Collection diffResults)
           
 void BOMPartRenderer.setData(WTPart root, WTPart part, Collection[] deltaParts, Collection tgts, boolean lineNumbers)
          Set the renderer's state so that it is ready to process.
 Enumeration[] BOMOrgFilter.filterOutput(WTPart part, Enumeration[] partDelta)
          Apply business rules to BOM difference calculation output.
protected  Element BOMHeaderRendererImpl.adjustElement(Element elem, String group, WTPart part, Eff eff, Collection targets)
          Allow subclasses to fix the contents of an element before it's added to the output group(s).
 void BOMHeaderRendererImpl.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler)
          Store the attributes and reset any variables.
 void BOMHeaderRenderer.setData(String groupName, WTPart part, Collection tgts, ESIEffectivityHandler effHandler)
          Store the attributes and reset any variables.
 AlternateItemGroup AlternateItemGroupMgr.createAlternateItemGroup(WTPart assembly, PartUsageInfo partUsageInfo)
          Create an AlternateItemGroup object in database based upon the given part usage info.
 Collection AlternateItemGroupMgr.getAlternateItemGroups(WTPart assembly)
          Returns a collection of alternate item groups for an assembly.
 AlternateItemGroup AlternateItemGroupMgr.getAlternateItemGroup(WTPart assembly, PartUsageInfo partUsageInfo)
          Returns an alternate item group, if one exists in the database.
 AlternateItemGroup AlternateItemGroupMgr.getAlternateItemGroup(WTPart assembly, WTPartMaster component, LineNumber lineNumber)
          Returns an alternate item group , if with line number , based upon an assembly part and line number, otherwise considering as consolidated usage links, means that only one association between an assembly and more than one same components

Supported API: true
 boolean AlternateItemGroupMgr.hasSubstitutes(WTPart assembly, PartUsageInfo partUsageInfo)
          Checks if substitutes exist on a part usage link.
private  int AlternateItemGroupMgr.getNewID(WTPart bom)
           
 WTPartUsageLink AlternateItemGroupMgr.getUsageLink(WTPart bom, LineNumber lineNumber)
           
 boolean AlternateItemGroupMgr.existAIG(WTPart assembly, PartUsageInfo pui)
           
 String AlternateItemGroupMgr.getAlternateItemGroupID(WTPart bom, PartUsageInfo pui)
           
private  int AlternateItemGroupMgr.assignID(WTPart bom, PartUsageInfo pui)
           
protected  void AlternateItemGroup.setWTPart(WTPart theWTPart)
          Sets the object for the association that plays role: WTPART_ROLE.
 

Constructors in com.ptc.windchill.esi.bom with parameters of type WTPart
ESIBOMRenderer.PreviousExportedIterationKey(WTPart part)
           
ESIBOMRenderer.BomDiffResult(Collection[] collectionArray, WTPart previousExportedIteration, Collection targets)
           
BOMRendererImpl.PreviousExportedIterationKey(WTPart part)
           
BOMRendererImpl.BomDiffResult(Collection[] collectionArray, WTPart previousExportedIteration, Collection targets)
           
 

Uses of WTPart in com.ptc.windchill.esi.esidoc
 

Fields in com.ptc.windchill.esi.esidoc declared as WTPart
private  WTPart PartDocInfo.part
           
private  WTPart ESIRefLink.currentPart
           
private  WTPart ESIRefLink.previousPart
           
private  WTPart ESIDocumentsRenderer.currentPartIteration
           
private  WTPart ESIDocumentsRenderer.previousPartIteration
           
private  WTPart ESIDocumentRenderer.currentPartIteration
           
private  WTPart ESIDocumentRenderer.previousPartIteration
           
 

Methods in com.ptc.windchill.esi.esidoc that return WTPart
 WTPart PartDocInfo.getPart()
          Gets the value of the attribute: part; Returns the part for this PartDocInfo.
private  WTPart ESIRefLinkHandler.getLatestPublishedPart(WTPart part, ESITarget tgt)
           
(package private)  WTPart ESIRefLink.getCurrentPart()
          Gets the value of the attribute: currentPart.
(package private)  WTPart ESIRefLink.getPreviousPart()
          Gets the value of the attribute: previousPart.
protected  WTPart ESIDocumentsRenderer.getCurrentPartIteration()
          Gets the value of the attribute: currentPartIteration; The current iteration of the part associated with this document.
protected  WTPart ESIDocumentsRenderer.getPreviousPartIteration()
          Gets the value of the attribute: previousPartIteration; The last release iteration of the part associated with this document.
protected  WTPart ESIDocumentRenderer.getCurrentPartIteration()
          Gets the value of the attribute: currentPartIteration; The current iteration of the part associated with this document.
protected  WTPart ESIDocumentRenderer.getPreviousPartIteration()
          Gets the value of the attribute: previousPartIteration; The last release iteration of the part associated with this document.
 

Methods in com.ptc.windchill.esi.esidoc with parameters of type WTPart
protected static Hashtable PartDocInfo.buildHashtable(WTPart part)
          

Supported API: true
private  WTPart ESIRefLinkHandler.getLatestPublishedPart(WTPart part, ESITarget tgt)
           
(package private)  void ESIRefLink.setPreviousPart(WTPart a_PreviousPart)
          Sets the value of the attribute: previousPart.
 IeCollection ESIDocUtility.getESIDoc(WTPart previousPart, WTPart currentPart, Collection targetOrgs, String wcAdapter, String authorization, String transactionID)
          Given the current and previous iteration of a part this method will call the DocumentRenderer and create the elements in VdbBuilder

Supported API: true
 Collection ESIDocUtility.retrievePartDocInformation(WTPart part)
          Returns Collection of PartDocInfo objects that provide information about the WTDocument and EPMDocuments associated with the given WTPart

Supported API: true
 Collection[] ESIDocUtility.retrievePartDocDifferences(WTPart currentPart, WTPart previousPart)
          This method compares the set of WTDocuments and EPMDocuments that are associated with the two given WTPart iterations and returns an array of QueryResult objects.
 void ESIDocumentsRenderer.setData(WTPart currentPart, WTPart previousPart, Collection targetOrgs, String wcAdapter, String authorization)
          Provide all necessary data to a DocumentRenderer.
 IeCollection ESIDocumentsRenderer.getESIDoc(WTPart previousPart, WTPart currentPart, Collection targetOrgs, String wcAdapter, String authorization, String transactionID)
          Given the current and previous iteration of a part this method will call the DocumentRenderer and create the elements in VdbBuilder

Supported API: true
private  void ESIDocumentsRenderer.buildGroups(WTPart current, WTPart previous, Collection targets)
           
private  void ESIDocumentsRenderer.buildUnchangedLink(PartDocInfo pdi, WTPart previous, Hashtable docElements, Map docLinkElements, Collection targets, boolean unchangedPart)
           
private  Collection ESIDocumentsRenderer.buildDocumentLink(int pdiType, WTPart previous, PartDocInfo pdi, Map docLinkElements, Hashtable docElements, Collection targets)
           
private  Collection[] ESIDocumentsRenderer.getPartDocInfo(WTPart current, WTPart previous)
           
 void ESIDocumentRenderer.setData(WTPart currentPart, WTPart previousPart, Collection targetOrgs, String wcAdapter, String authorization)
          Provide all necessary data to a DocumentRenderer.
private  void ESIDocumentRenderer.buildGroups(WTPart current, WTPart previous, Collection targets)
           
private  void ESIDocumentRenderer.buildUnchangedLink(PartDocInfo pdi, WTPart previous, Hashtable docElements, Map docLinkElements, Collection targets, boolean unchangedPart)
           
private  Collection ESIDocumentRenderer.buildDocumentLink(int pdiType, WTPart previous, PartDocInfo pdi, Map docLinkElements, Hashtable docElements, Collection targets)
           
private  Collection[] ESIDocumentRenderer.getPartDocInfo(WTPart current, WTPart previous)
           
 void DocumentRenderer.setData(WTPart currentPart, WTPart previousPart, Collection targetOrgs, String wcAdapter, String authorization)
          Provide all necessary data to a DocumentRenderer.
 

Constructors in com.ptc.windchill.esi.esidoc with parameters of type WTPart
ESIRefLink(ESITarget tgt, WTDocument doc, WTPart part)
          

Supported API: false
 

Uses of WTPart in com.ptc.windchill.esi.esipart
 

Fields in com.ptc.windchill.esi.esipart declared as WTPart
private  WTPart ESIWTPartRenderer.root
           
private  WTPart ESIPartRenderer.root
           
private  WTPart ESIPartMasterIteration.part
           
private  WTPart ESIAbstractPart.current
           
private  WTPart ESIAbstractPart.previous
           
 

Methods in com.ptc.windchill.esi.esipart that return WTPart
protected  WTPart ESIWTPartRenderer.getRoot()
          Gets the value of the attribute: root; The base part of a tree of product structures.
protected  WTPart ESIPartRenderer.getRoot()
          Gets the value of the attribute: root; The base part of a tree of product structures.
 WTPart ESIPartMasterIteration.getPart()
          Gets the object for the association that plays role: part.
 WTPart ESIAbstractPart.getCurrent()
          Gets the object for the association that plays role: current.
 WTPart ESIAbstractPart.getPrevious()
          Gets the object for the association that plays role: previous.
 

Methods in com.ptc.windchill.esi.esipart with parameters of type WTPart
 void PartRenderer.setData(WTPart root, Collection parts, boolean buildAlts, boolean buildDocs, String auth, String wcAdapter, String transactionID)
          Establish the renderer's state so that it can process requests.
protected  Element ESIWTPartRenderer.adjustPartElement(Element element, String group, WTPart part, Eff eff, Collection targets)
          Allow subclasses to fix the contents of an element.
protected  Element ESIWTPartRenderer.adjustAlternateElement(Element element, String group, WTPart part, Collection targets)
          Allow subclasses to fix the contents of an element.
 void ESIWTPartRenderer.getPart(WTPart root, Collection children, boolean alternates, boolean documents, String auth, String wcAdapter, VdbBuilder builder)
          GetPart RPC processor when called from GetBOM or getECN RPC.
 void ESIWTPartRenderer.setData(WTPart root, Collection parts, boolean buildAlts, boolean buildDocs, String auth, String wcAdapter, String transactionID)
          Establish the renderer's state so that it can process requests.
private  Element ESIWTPartRenderer.mapAlternateElement(String grpName, Element e, WTPart part, Collection targets)
           
private  Element ESIWTPartRenderer.mapPartElement(String grpName, Element e, WTPart part, Eff eff, Collection targets)
           
private  Eff ESIWTPartRenderer.getLatestEffectivity(WTPart part)
           
 void ESIPartUtility.getPart(WTPart root, Collection children, boolean alternates, boolean documents, String auth, String wcAdapter, VdbBuilder builder)
          GetPart RPC processor when called from GetBOM or getECN RPC.
 Collection ESIPartUtility.getPartIteration(Collection partMasters, WTPart rootPart)
          This method will return a collection of ESIMasterPartAssociation objects given a collection part masters.
(package private)  Collection ESIPartUtility.addToCollection(Vector v, WTPart part)
           
(package private)  Collection ESIPartUtility.getTargets(Collection addedPartAssociations, WTPart part)
           
protected  Element ESIPartRenderer.adjustPartElement(Element element, String group, WTPart part, Eff eff, Collection targets)
          Allow subclasses to fix the contents of an element.
protected  Element ESIPartRenderer.adjustAlternateElement(Element element, String group, WTPart part, Collection targets)
          Allow subclasses to fix the contents of an element.
 void ESIPartRenderer.setData(WTPart root, Collection parts, boolean buildAlts, boolean buildDocs, String auth, String wcAdapter, String transactionID)
          Establish the renderer's state so that it can process requests.
private  Element ESIPartRenderer.mapAlternateElement(String grpName, Element e, WTPart part, Collection targets)
           
private  Element ESIPartRenderer.mapPartElement(String grpName, Element e, WTPart part, Eff eff, Collection targets)
           
private  Eff ESIPartRenderer.getLatestEffectivity(WTPart part)
           
static ESIPartMasterIteration ESIPartMasterIteration.newESIPartMasterIteration(WTPart part, WTPartMaster partMaster)
          Default factory method for ESIMasterPartAssociation

Supported API: false
protected  void ESIPartMasterIteration.initialize(WTPart partIteration, WTPartMaster partMaster)
           
 void ESIAbstractPart.setCurrent(WTPart a_Current)
          Sets the object for the association that plays role: current.
private  void ESIAbstractPart.currentValidate(WTPart a_Current)
           
 void ESIAbstractPart.setPrevious(WTPart a_Previous)
          Sets the object for the association that plays role: previous.
 

Constructors in com.ptc.windchill.esi.esipart with parameters of type WTPart
ESIAlternatePart(WTPart previousPart, WTPart currentPart)
          Create an instance that is properly initialized.
ESIAbstractPart(WTPart previousPart, WTPart currentPart)
          Create an instance that is properly initialized.
 

Uses of WTPart in com.ptc.windchill.esi.evt
 

Methods in com.ptc.windchill.esi.evt with parameters of type WTPart
 void EventEmitter.releasePart(WTPart part, String action, WTPart waitingPart)
          Validates arguments and then: creates a new transaction creates a new event passes the event to a new EventRenderer creates the task defined in the property "com.ptc.windchill.esi.eventTask" invokes the task

Supported API: true
 void EventEmitter.releasePart(WTPart part, String action, WTPart waitingPart, String userName, Locale locale)
          Validates arguments and then: creates a new transaction creates a new event passes the event to a new EventRenderer creates the task defined in the property "com.ptc.windchill.esi.eventTask" invokes the task

Supported API: true
protected  void EventEmitter.validatePart(WTPart part)
          Makes sure that the argument is in the correct state to be published by ESI.
protected  boolean ESIChangeOrder2Validator.validatePart(WTPart part)
           
 

Uses of WTPart in com.ptc.windchill.esi.migrate
 

Fields in com.ptc.windchill.esi.migrate declared as WTPart
private  WTPart OrgAssociationMigrator.PartTargetAssignments.part
           
 

Methods in com.ptc.windchill.esi.migrate that return WTPart
 WTPart OrgAssociationMigrator.PartTargetAssignments.getPart()
          Returns the part iteration for which target assignments are maintained.
protected static WTPart LoadReleaseActivity.getPart(String number, String version, String iteration, String view)
          Retrieves the WTPart object identified by the supplied values.
 

Methods in com.ptc.windchill.esi.migrate with parameters of type WTPart
protected static Hashtable OrgAssociationMigrator.PartTargetAssignments.getTargets(WTPart part)
          Returns the assigned targets for the supplied part iteration.
 

Constructors in com.ptc.windchill.esi.migrate with parameters of type WTPart
OrgAssociationMigrator.PartTargetAssignments(WTPart part)
          Constructs a PartTargetAssignments object, which maintains a set of currently assigned targets, and provides a mechanism for assigning new targets.
 

Uses of WTPart in com.ptc.windchill.esi.rnd
 

Methods in com.ptc.windchill.esi.rnd with parameters of type WTPart
protected  Eff ESIEffectivityHandlerImpl.getLastExportedEffectivity(WTPart part, ESITarget target)
          Returns the last released Eff object for associated with a WTPart and an ESITarget.
 

Uses of WTPart in com.ptc.windchill.esi.svc
 

Methods in com.ptc.windchill.esi.svc with parameters of type WTPart
private  void StandardESIService.copyTargetAssignments(WTPart part, WTPart oldPart)
           
private  void StandardESIService.validateDeletion(WTPart part)
           
 

Uses of WTPart in com.ptc.windchill.esi.txn
 

Methods in com.ptc.windchill.esi.txn with parameters of type WTPart
 boolean ESITransactionUtility.isPartNewerThan(WTPart current, WTPart other)
          This method checks two different part versions and returns true if the current iteration is newer than the other version.
 void ESITransactionUtility.validateDelete(WTPart part)
          Deprecated at X05/R8.0, replaced by by calling isInRelease and referential integrity exception delegate.
 

Uses of WTPart in com.ptc.windchill.esi.utl
 

Methods in com.ptc.windchill.esi.utl that return WTPart
 WTPart TaskHelper.getPartFromUfid(String ufid)
           
 

Methods in com.ptc.windchill.esi.utl with parameters of type WTPart
static String ESIMessages.getNoLineNumberError(WTPart part)
          Return localized version of "At least one component of '' does not have a line number."

Supported API: true
 

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

Fields in com.ptc.windchill.uwgm.cadx.autoassociate declared as WTPart
private  WTPart AutoAssociateExistingPartsFormProcessor.DocAssocInfo.partToAssociate
           
 

Methods in com.ptc.windchill.uwgm.cadx.autoassociate that return WTPart
private  WTPart AutoAssociateExistingPartsFormProcessor.DocAssocInfo.searchForMatchingPart(AutoAssociatePartFinderCreator finderCreator)
           
 

Methods in com.ptc.windchill.uwgm.cadx.autoassociate with parameters of type WTPart
private  void AutoAssociateExistingPartsFormProcessor.addAssociatedDocsAssocInfo(WTPart part, ResultGraph partDependencyGraph, ArrayList selectedObjectsList)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type WTPart
static String CancelCheckoutJSHelper.getPartScript(WTPart part, int[] includedBy, String objPDMType, String objPDMStatus, String objAuthStatus, String objAuthApp, int index, EPMWorkspace workspace, Locale locale)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type WTPart
private  Folder CheckinFormProcessor.getPartLocation(WTPart part, Vector folderdata, EPMWorkspace work, WTContainer container)
           
 

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

Fields in com.ptc.windchill.uwgm.cadx.multieditattr declared as WTPart
private  WTPart MultiEditAttrDataHandler.currentWTPart
           
 

Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type WTPart
private  Vector MultiEditAttrFormProcessor.getValues(WTPart part, boolean isAssociated)
           
private  void MultiEditAttrDataHandler.initDataWTPart(WTPart persistable, Locale locale)
           
 JSPropertyValue MultiEditAttrDataHandler.getJSPropertyValue(String attribute, Locale locale, WTPart persistable)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.multirename with parameters of type WTPart
private  com.ptc.windchill.uwgm.soap.impl.uwgmsvc.PartRenameInstruction_i RenameRequestAdapter.createPartRenameInstruction(WTPart part, String newName, String newNumber)
           
 

Uses of WTPart in com.ptc.windchill.uwgm.cadx.request
 

Methods in com.ptc.windchill.uwgm.cadx.request with parameters of type WTPart
protected  com.ptc.windchill.uwgm.soap.impl.uwgmdb.PartIteration_i AbstractWsIterationRequestAdapter.createPartIteration(WTPart part)
          Create PartIteration
 

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

Fields in com.ptc.windchill.uwgm.common.autoassociate declared as WTPart
(package private)  WTPart GenericAutoAssocCreator.DocAssocInfo.partToAssociate
           
 

Methods in com.ptc.windchill.uwgm.common.autoassociate that return WTPart
(package private)  WTPart GenericAutoAssocCreator.DocAssocInfo.createNewPart(AutoAssociatePartFinderCreator finderCreator)
           
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 WTPart AutoAssociateHelper.modifyPartToAssocVersionIdentifier(WTPart part, EPMDocument document, WTContainer container)
           
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type WTPart
private  GenericAutoAssocCreator.DocAssocInfo GenericAutoAssocCreator.fetchDocAssocInfo(EPMDocument doc, WTPart searchedMatchingPart)
           
private  void GenericAutoAssocCreator.updateAssocInfoWithAssociationDetails(GenericAutoAssocCreator.DocAssocInfo docAssocInfo, String searchedPartOID, BinaryLink bLink, WTPart part)
           
private  boolean GenericAutoAssocCreator.isPartHavingOtherAssociation(WTPart partToCheck, ResultGraph partDependencyGraph)
           
private static void AutoAssociateHelper.removeExistingAssociation(EPMDocument document, WTPart part)
           
static BinaryLink AutoAssociateHelper.createAssociation(EPMDocument document, WTPart partToAssociate, String assocType, boolean disassociateExisting)
           
static WTPart AutoAssociateHelper.modifyPartToAssocVersionIdentifier(WTPart part, EPMDocument document, WTContainer container)
           
private static Versioned AutoAssociateHelper.setWTPartVersionIdentifier(WTPart part, EPMDocument doc)
           
 

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

Fields in com.ptc.windchill.uwgm.common.container declared as WTPart
private  WTPart[] ContainerUtilitiesTest.testParts
           
private  WTPart[] ContainerUtilitiesTest.testParts
           
 

Uses of WTPart in com.ptc.windchill.uwgm.common.folder
 

Fields in com.ptc.windchill.uwgm.common.folder declared as WTPart
private  WTPart[] FolderContentTest.testParts
           
private  WTPart[] FolderContentTest.testParts
           
 

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

Fields in com.ptc.windchill.uwgm.common.pdm declared as WTPart
private  WTPart[] RevisionIterationInfoHelperTest.testParts
           
private  WTPart[] PartDocumentUtilitiesTest.testParts
           
private  WTPart[] PartDocumentRetrieverTest.testParts
           
private  WTPart[] RevisionIterationInfoHelperTest.testParts
           
private  WTPart[] PartDocumentUtilitiesTest.testParts
           
private  WTPart[] PartDocumentRetrieverTest.testParts
           
 

Methods in com.ptc.windchill.uwgm.common.pdm that return WTPart
 WTPart[] WorkspacePartDocumentRetriever.retrieveWTParts(Collection retrieverSpecs)
          retrives an array of WTPart by a Collections of RetrieverSpec
 WTPart[] PartDocumentFinder.retrieveWTParts(Collection retrieverSpecs)
          retrieves WTPart by collection of RetrieverSpecs
 WTPart[] AbstractRetriever.retrieveWTParts(Collection retrieverSpecs)
          retrives an array of WTPart by a Collections of RetrieverSpec
 WTPart[] WorkspacePartDocumentRetriever.retrieveWTParts(Collection retrieverSpecs)
          retrives an array of WTPart by a Collections of RetrieverSpec
 WTPart[] PartDocumentFinder.retrieveWTParts(Collection retrieverSpecs)
          retrieves WTPart by collection of RetrieverSpecs
 WTPart[] AbstractRetriever.retrieveWTParts(Collection retrieverSpecs)
          retrives an array of WTPart by a Collections of RetrieverSpec
 

Methods in com.ptc.windchill.uwgm.common.pdm with parameters of type WTPart
private  void PartDocumentRetrieverTest.compare(WTPart[] parts1, WTPart[] parts2, boolean isCheckedIn)
           
private  void PartDocumentRetrieverTest.compare(WTPart[] parts1, WTPart[] parts2, boolean isCheckedIn)
           
 

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

Fields in com.ptc.windchill.uwgm.common.workspace declared as WTPart
private  WTPart[] WorkspaceContentTest.testParts
           
private  WTPart[] WorkspaceContentTest.testParts
           
 

Methods in com.ptc.windchill.uwgm.common.workspace that return WTPart
 WTPart WorkspaceContent.getWTPartByNumber(String number)
          finds WTPart in WS content by Number
 WTPart WorkspaceContent.getWTPartByNumber(String number)
          finds WTPart in WS content by Number
 

Methods in com.ptc.windchill.uwgm.common.workspace with parameters of type WTPart
 void WorkspaceContent.Visitor.visitWTPart(WTPart wtPart)
           
 void WorkspaceContent.VisitorAdapter.visitWTPart(WTPart wtPart)
           
 void WorkspaceContent.Visitor.visitWTPart(WTPart wtPart)
           
 void WorkspaceContent.VisitorAdapter.visitWTPart(WTPart wtPart)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv with parameters of type WTPart
 com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration ProeServiceRequest.addWTPart(WTPart wtPart)
           
 

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

Fields in com.ptc.windchill.uwgm.proesrv.action declared as WTPart
private  WTPart[] UpdateWorkspaceActionTest.testParts
           
private  WTPart[] UndoCheckoutActionTest.testParts
           
private  WTPart[] RemoveFromWorkspaceActionTest.testParts
           
private  WTPart[] IBAModificationActionTest.testParts
           
private  WTPart[] DeleteNewObjectsActionTest.testParts
           
private  WTPart[] CheckinActionTest.testParts
           
private  WTPart[] UpdateWorkspaceActionTest.testParts
           
private  WTPart[] UndoCheckoutActionTest.testParts
           
private  WTPart[] RemoveFromWorkspaceActionTest.testParts
           
private  WTPart[] IBAModificationActionTest.testParts
           
private  WTPart[] DeleteNewObjectsActionTest.testParts
           
private  WTPart[] CheckinActionTest.testParts
           
 

Methods in com.ptc.windchill.uwgm.proesrv.action with parameters of type WTPart
private  RenameInfo[] PartRenameActionTest.createRenameInfos(WTPart[] testParts)
           
private  WTKeyedMap PartRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, WTPart[] testParts)
           
private  void PartRenameActionTest.refreshTestParts(WTPart[] testParts)
           
private  void PartRenameActionTest.checkNewIdentities(RenameInfo[] renameInfos, WTPart[] testParts)
           
private  void DeleteNewObjectsActionTest.deleteObjects(EPMDocument epmDoc, WTPart wtPart)
           
private  RenameInfo[] PartRenameActionTest.createRenameInfos(WTPart[] testParts)
           
private  WTKeyedMap PartRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, WTPart[] testParts)
           
private  void PartRenameActionTest.refreshTestParts(WTPart[] testParts)
           
private  void PartRenameActionTest.checkNewIdentities(RenameInfo[] renameInfos, WTPart[] testParts)
           
private  void DeleteNewObjectsActionTest.deleteObjects(EPMDocument epmDoc, WTPart wtPart)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv.cache with parameters of type WTPart
 void WorkspaceDeleteRequestCacheAdapter.WorkspaceVisitor.visitWTPart(WTPart wtPart)
           
 

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

Fields in com.ptc.windchill.uwgm.proesrv.request declared as WTPart
private  WTPart[] UpdateWorkspaceRequestTest.testParts
           
private  WTPart[] FindIterationsRequestTest.testParts
           
private  WTPart[] UpdateWorkspaceRequestTest.testParts
           
private  WTPart[] FindIterationsRequestTest.testParts
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request that return WTPart
private  WTPart[] AddToWorkspaceRequestTest.getParentParts()
           
private  WTPart[] AddToWorkspaceRequestTest.getParentParts()
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type WTPart
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration SetTargetFolderRequestTest.getPartIteration(WTPart wtPart)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.PartRenameInstruction.Iterator PartRenameRequestTest.createPartRenameInstructions(WTPart[] testParts, PartRenameRequestTest.PartRenameData[] partRenameData)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.PartRenameInstruction PartRenameRequestTest.createPartRenameInstruction(PartRenameRequestTest.PartRenameData partRenameData, WTPart part)
           
private  void PartRenameRequestTest.refreshTestParts(WTPart[] testParts)
           
private  WTCollection PartRenameRequestTest.getWTPartMasters(WTPart[] testParts)
           
private  PartRenameRequestTest.PartRenameData[] PartRenameRequestTest.createPartRenameData(WTPart[] testParts)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration CheckinRequestWithBaselineTest.getPartIteration(WTPart wtPart)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration CheckinRequestWithAutoPartTest.getPartIteration(WTPart wtPart)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration CheckinRequestTest.getPartIteration(WTPart wtPart)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration SetTargetFolderRequestTest.getPartIteration(WTPart wtPart)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.PartRenameInstruction.Iterator PartRenameRequestTest.createPartRenameInstructions(WTPart[] testParts, PartRenameRequestTest.PartRenameData[] partRenameData)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.PartRenameInstruction PartRenameRequestTest.createPartRenameInstruction(PartRenameRequestTest.PartRenameData partRenameData, WTPart part)
           
private  void PartRenameRequestTest.refreshTestParts(WTPart[] testParts)
           
private  WTCollection PartRenameRequestTest.getWTPartMasters(WTPart[] testParts)
           
private  PartRenameRequestTest.PartRenameData[] PartRenameRequestTest.createPartRenameData(WTPart[] testParts)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration CheckinRequestWithBaselineTest.getPartIteration(WTPart wtPart)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration CheckinRequestWithAutoPartTest.getPartIteration(WTPart wtPart)
           
(package private)  com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration CheckinRequestTest.getPartIteration(WTPart wtPart)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type WTPart
 com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration UwgmObjectFactory.createPartIteration(WTPart wtPart)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration RequestResultCache.Populator.addWTPart(WTPart wtPart)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration RequestHolder.addWTPart(WTPart wtPart)
           
private  void RRCAssociationHelper.addAssociationLink(BinaryLink wtLink, EPMDocument wtEpmDoc, WTPart wtPart)
           
 

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

Fields in com.ptc.windchill.uwgm.task.autoassociate declared as WTPart
(package private)  WTPart AutoAssociateTask.AutoAssociateTaskExecutor.partToAssociate
           
 

Methods in com.ptc.windchill.uwgm.task.autoassociate that return WTPart
 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.
 WTPart DefaultAutoAssociatePartFinderCreator.findWTPart(EPMDocument epmDoc)
          This method finds a part to be associated to a document based on the preference settings specified.
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)
           
(package private)  WTPart AutoAssociateTask.AutoAssociateTaskExecutor.getPartToAssociate(HashMap createdOrExistingParts, boolean validatePartAssoc, Vector postponedDocsForProcessing, WTArrayList newlyCreatedParts)
           
 

Uses of WTPart in com.ptc.wvs.server.loader
 

Methods in com.ptc.wvs.server.loader that return WTPart
static WTPart PartGenericStructure.copyTransformData(WTPart part, DefaultMutableTreeNode rootNode, boolean over, int levels)
           
 WTPart PartGenericStructure.writeStructureTransform(WTPart part, DefaultMutableTreeNode n)
           
private  WTPart PartGenericStructure.writeStructureTransformInternal(WTPart part, DefaultMutableTreeNode n)
           
private  WTPart PartGenericStructure.getOverridePart(PartPathOccurrence pathOccurrence)
           
private  WTPart PartGenericStructure.getInstancedPartObject(WTProductInstance2 productInstance, WTPartMaster partMaster)
           
private  WTPart PartGenericStructure.getInstancedPartObject(WTSerialNumberedPartInstance partInstance, WTPartMaster partMaster)
           
static WTPart EDRPartHelper.createPart(String number, String name, String revision, String folder, String project, String lifeCycle, WTContainer container)
           
static WTPart EDRPartHelper.getWTPartByNumber(String number, String revision, WTContainer container)
           
static WTPart EDRPartHelper.iteratePart(WTPart part, String number, String name, String version, String folder, String project, String lifeCycle)
           
static WTPart EDRPartHelper.generatePart(String number, String name, String version, String folder, String project, String lifeCycle, boolean iteratePart, WTContainer container)
           
 

Methods in com.ptc.wvs.server.loader with parameters of type WTPart
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, WTPart startPart, PartPathOccurrence startPath, int levels, HTTPResponse response, String sid)
           
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, WTPart startPart, PartPathOccurrence startPath, int levels, HTTPResponse response, String sid, DefaultMutableTreeNode[] rootArray)
           
static WTPart PartGenericStructure.copyTransformData(WTPart part, DefaultMutableTreeNode rootNode, boolean over, int levels)
           
 WTPart PartGenericStructure.writeStructureTransform(WTPart part, DefaultMutableTreeNode n)
           
private  WTPart PartGenericStructure.writeStructureTransformInternal(WTPart part, DefaultMutableTreeNode n)
           
 void PartGenericStructure.readStructure(WTPart part)
          reading of WTPart structure into node structure
 void PartGenericStructure.readStructure(WTPart part, WTPart startPart, PartPathOccurrence startPath)
           
private  DefaultMutableTreeNode PartGenericStructure.readStructure(DefaultMutableTreeNode parentNode, WTPartUsageLink parentLink, PartUsesOccurrence parentUses, PartPathOccurrence parentPath, String parentSerialNumber, WTPart part, WTProductInstance2 currentProductInstance, int siblingNumber)
           
private  void PartGenericStructure.addRootProperties(Hashtable p, WTPart part)
           
static WTPart EDRPartHelper.iteratePart(WTPart part, String number, String name, String version, String folder, String project, String lifeCycle)
           
 

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

Methods in com.ptc.wvs.server.publish with parameters of type WTPart
private  int PublishJob.publishWTPart(WTPart wtpart, boolean cleanTemp, boolean getContent, boolean doConversion, boolean store, boolean doChildren)
           
static File PublishHelper.doWTPartConversion(PublishJob publishJob, WTPart wtpart)
           
static int PublishHelper.storeWTPartRepresentation(PublishJob publishJob, WTPart wtpart, File outDir)
           
 

Uses of WTPart in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util that return WTPart
static WTPart PublishUtils.findPart(Persistable d)
           
 

Methods in com.ptc.wvs.server.util with parameters of type WTPart
static void DocumentHelper.addReferencesAndDescribesDocuments(DefaultMutableTreeNode n, WTPart part, ConfigSpec configSpec)
           
static void DocumentHelper.addReferencesDocuments(DefaultMutableTreeNode n, WTPart part, ConfigSpec configSpec)
           
static void DocumentHelper.addDescribesDocuments(DefaultMutableTreeNode n, WTPart part)
           
 

Uses of WTPart in wt.change2
 

Methods in wt.change2 with parameters of type WTPart
 TableModel StandardChangeService2.getCMIIBaseline(WTPart assembly)
          Queries the database to compute whether the argument reference to a persistent Changeable2 object has a pending change.
private  Set StandardChangeService2.getRows(Set changeables, String item_ad, String ad, WTPart part)
           
private  ArrayList StandardChangeService2.getRow(Changeable2 doc, String item_ad, String ad, WTPart part)
           
private  List StandardChangeService2.getEffectivity(Changeable2 doc, WTPart part)
           
(package private) static Set CMIIBaselineHelper.getDocuments(WTPart part)
           
(package private) static Set CMIIBaselineHelper.getPartUsages(WTPart part)
           
 TableModel ChangeService2Fwd.getCMIIBaseline(WTPart assembly)
          Queries the database to compute whether the argument reference to a persistent Changeable2 object has a pending change.
 TableModel ChangeService2.getCMIIBaseline(WTPart assembly)
          Queries the database to compute whether the argument reference to a persistent Changeable2 object has a pending change.
 

Uses of WTPart in wt.clients.epm
 

Methods in wt.clients.epm with parameters of type WTPart
static String WTPartUtility.getVersion(WTPart part)
           
static String WTPartUtility.getIteration(WTPart part)
           
static String WTPartUtility.getIterationIdentifier(WTPart part)
           
static String WTPartUtility.getViewname(WTPart part)
           
static String WTPartUtility.getCreatedByPersonName(WTPart part)
          Returns the Created by person name.
static String WTPartUtility.getModifiedByPersonName(WTPart part)
          Returns the Modified by person name.
static String WTPartUtility.getCreationDate(WTPart part)
          Returns the creation date.
static String WTPartUtility.getLastUpdated(WTPart part)
          Returns the last updated date.
static String WTPartUtility.getStatusText(WTPart part)
          Return a string indicating the checkout status of this object
static String WTPartUtility.getUniqueIdentity(WTPart part)
          Override the default behavior defined in wt.clients.beans.WTBusinessObject.
 

Uses of WTPart in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as WTPart
(package private)  WTPart PopulateFromDialog.version
           
(package private)  WTPart PartExplorer.WorkThread.part
           
(package private)  WTPart OpenAnnotationDialog.part
           
(package private)  WTPart EditLineNumberDialog.part
           
private  WTPart DescribedByAssociationsModel.part
           
(package private)  WTPart DeleteAnnotationDialog.part
           
(package private)  WTPart AssignPartToVersionDialog.version
           
(package private)  WTPart AllocateSNPartDialog.version
           
 

Methods in wt.clients.prodmgmt that return WTPart
static WTPart[] WTPartHelper.findPartByName(String name)
          Finds parts by name.
static WTPart[] WTPartHelper.findPartByNumber(String number)
          Finds parts by number.
static WTPart[] WTPartHelper.findParts(String number, String name)
          Finds parts by name or number, using a "like" clause to do automatic wildcard matching.
 WTPart PartItem.getPart()
          Return the contained WTPart object.
static WTPart PartHelper.refresh(WTPart part)
          Refreshes the given WTPart object by re-retrieving it from the database.
static WTPart PartHelper.savePart(WTPart part)
          Uses the PersistentHelper to save the given part.
static WTPart PartHelper.deletePart(WTPart part)
          Uses the PersistenceHelper to delete the given part.
static WTPart PartHelper.revisePart(WTPart part)
          Uses the VersionControlService to create a new version of the given part.
static WTPart[] PartHelper.getAllVersions(WTPartMaster[] masters, WTPartConfigSpec configSpec)
          Return all the versions of the specified PartMaster using the specified WTPartConfigSpec.
static WTPart[] PartHelper.getAllPartVersions(WTPartMaster master, ConfigSpec config_spec)
           
static WTPart[] PartHelper.getAllPartVersions(WTPartMaster[] masters, ConfigSpec config_spec)
           
static WTPart[] PartHelper.getAllVersions(WTPartMaster master, WTPartConfigSpec configSpec)
          Return all the versions of the specified PartMaster using the specified ConfigSpecItem.
protected  WTPart[] PartExplorer.addPartMaster(WTPartMaster part_master)
          Deprecated.  
 WTPart DescribedByAssociationsModel.getPart()
          Return the whose described by associations are available from this AssocationsModel.
 

Methods in wt.clients.prodmgmt with parameters of type WTPart
 void PopulateFromDialog.setPartMasterAndVersion(WTPartMaster master, WTPart version)
           
 void PartItem.setPart(WTPart part)
          Sets the contained part.
protected  void PartItem.setPartSimply(WTPart part)
          Sets the contained part without any side effect.
static WTPart PartHelper.refresh(WTPart part)
          Refreshes the given WTPart object by re-retrieving it from the database.
static WTPartReferenceLink[] PartHelper.getReferences(WTPart part)
          Returns an array of WTPartReferenceLink objects containing the reference relationships for the given part.
static BuildRule[] PartHelper.getBuildRule(WTPart part)
          Returns an array of BuildRule objects containing all BuildRules for the given part.
static WTPartUsageLink[] PartHelper.getUsedBy(WTPart part)
          Returns an array of WTPartUsageLink objects containing the WTPartUsageLinks that represent the relationship describing which parts use the given part.
static Explorable[] PartHelper.getUses(WTPart part)
          Returns an array of Explorable objects retrieved in finding the parts that are used by the given part.
static Explorable[] PartHelper.getUses(WTPart part, WTPartConfigSpec config_spec, PartExplorer explorer)
          Returns an array of Explorable objects retrieved in finding the parts that are used by the given part.
static Explorable[] PartHelper.getUses(WTPart part, PartExplorer explorer, ConfigSpec config_spec)
          Returns an array of Explorable objects retrieved by getting the children of given part using the given ConfigSpec.
static WTPartUsageLink[] PartHelper.getUsesInterface(WTPart part)
          Returns an array of WTPartUsageLinks containing the relationships to the child parts used by the given part.
static WTPart PartHelper.savePart(WTPart part)
          Uses the PersistentHelper to save the given part.
static WTPart PartHelper.deletePart(WTPart part)
          Uses the PersistenceHelper to delete the given part.
static WTPart PartHelper.revisePart(WTPart part)
          Uses the VersionControlService to create a new version of the given part.
static String PartHelper.getLifeCycle(WTPart part)
          Returns the String name of the life cycle that the given part is currently assigned to.
static String PartHelper.getTeamTemplate(WTPart part)
          Get the name of the teamTmeplate the part is assigned to
static String PartHelper.getLifeCycleState(WTPart part)
          Get the lifecycle state of the specified part
 void PartExplorerFrame.setPart(WTPart part)
          Set the part to explorer
 void PartExplorerFrame.setPart(WTPart part, boolean init_config_spec)
          Public method to set the part to be displayed as a root node in the tree view of the explorer.
 void PartExplorerFrame.setPart(WTPart part, boolean initialize_config_spec, boolean apply_config_spec)
          Method to set the part to be displayed as the root node in the tree view of the explorer.
 void PartExplorer.addExplorerPart(WTPart part)
          Deprecated. Add a part to display in the explorer.
 void PartExplorer.addExplorerPart(WTPart part, boolean use_config_spec)
          Deprecated. Add a part to display in the explorer.
protected  void PartExplorer.addPart(WTPart part, boolean use_config_spec)
          Deprecated.  
protected  void PartExplorer.deleteExplorerPart(WTPart deletedPart, Object source_in)
          Deprecated. Delete the part from the explorer if it is currently in the explorer.
protected  void PartExplorer.deletePart(WTPart modified_part)
          Deprecated.  
protected  void PartExplorer.deletePart(WTPart deletedPart, Object source)
          Deprecated.  
protected  void PartExplorer.refreshExplorerPart(WTPart modifiedPart, Object source)
          Deprecated. refresh the part in the explorer if it is currently in the explorer.
protected  void PartExplorer.refreshPart(WTPart modified_part)
          Deprecated.  
protected  void PartExplorer.refreshPart(WTPart modified_part, Object source)
          Deprecated.  
protected  boolean PartExplorer.updateDetail(PartItem part_item, WTPart updated_part)
          Deprecated. Updates an object that is currently displayed in the list of the explorer.
protected  boolean PartExplorer.isDeleteAllowed(WTPart part)
          Deprecated.  
 void PartExplorer.initializeConfigurationSpec(WTPart part)
          Deprecated. Set the configuration specification used in the PIE window by retrieving it using the given part object.
 void OpenAnnotationDialog.setPart(WTPart part)
           
 void OccurrencesDialog.setParentAssembly(WTPart part)
           
protected  void InstanceExplorer.addPart(WTPart part, boolean use_config_spec)
           
protected  void InstanceExplorer.replaceOccurrence(InstanceItem instance, WTPart version, AllocatedUsageItem new_item)
           
 void DescribedByAssociationsModel.setPart(WTPart part)
          Sets the WTPart whose described by associations are available from this model.
 void DeleteAnnotationDialog.setPart(WTPart part)
           
protected  void ConfigurationExplorer.addPart(WTPart part, boolean use_config_spec)
           
protected  void ConfigurationExplorer.refreshPart(WTPart modifiedPart)
           
protected  void ConfigurationExplorer.replaceVersionWithVersion(ConfigurationItem configuration, WTPart version, ConfiguredUsageItem new_item)
           
protected  void ConfigurationExplorer.replaceOccurrence(ConfigurationItem configuration, WTPart version, ConfiguredUsageItem new_item)
           
 void AssignPartToVersionDialog.setPartVersion(WTPart version)
           
 void AllocateSNPartDialog.setPartVersion(WTPart version)
           
 

Constructors in wt.clients.prodmgmt with parameters of type WTPart
PartItem(WTPart part)
          Constructs a new PartItem.
PartExplorer.WorkThread(ThreadGroup threadGroup, int action, WTPart aPart)
           
PartExplorer.WorkThread(ThreadGroup thread_group, int action, WTPart part, Object source_in)
           
EditLineNumberDialog(Frame parent, boolean modal, WTPart inpart, long incurrentMax, long inlineInc)
           
ConfiguredPartItem(WTPart part)
          Constructs a new ConfiguredPartItem.
AllocatedPartItem(WTPart part)
          Constructs a new AllocatedPartItem.
 

Uses of WTPart in wt.clients.replication.unit
 

Methods in wt.clients.replication.unit that return WTPart
static WTPart[] WTPartHelper.findPartByName(String name)
          Finds parts by name.
static WTPart[] WTPartHelper.findPartByNumber(String number)
          Finds parts by number.
static WTPart[] WTPartHelper.findParts(String number, String name)
          Finds parts by name or number, using a "like" clause to do automatic wildcard matching.
 WTPart PartItem.getPart()
          Return the contained WTPart object.
static WTPart PartHelper.refresh(WTPart part)
          Refresh the specified part.
static WTPart PartHelper.savePart(WTPart part)
          Saves a Part.
static WTPart PartHelper.deletePart(WTPart part)
          Deletes a Part.
static WTPart PartHelper.revisePart(WTPart part)
          Revises a Part.
static WTPart[] PartHelper.getAllVersions(WTPartMaster[] masters, WTPartConfigSpec configSpec)
          Return all the versions of the specified PartMaster using the specified ConfigSpecItem.
static WTPart[] PartHelper.getAllVersions(WTPartMaster master, WTPartConfigSpec configSpec)
          Return all the versions of the specified PartMaster using the specified ConfigSpecItem.
 

Methods in wt.clients.replication.unit with parameters of type WTPart
 void PartItem.setPart(WTPart part)
          Sets the contained part.
protected  void PartItem.setPartSimply(WTPart part)
          Sets the contained part without any side effect.
static WTPart PartHelper.refresh(WTPart part)
          Refresh the specified part.
static WTPartReferenceLink[] PartHelper.getReferences(WTPart part)
          Gets the WTPartReferenceLinks for a Part.
static BuildRule[] PartHelper.getBuildRule(WTPart part)
          Gets the BuildRules for a Part.
static WTPartUsageLink[] PartHelper.getUsedBy(WTPart part)
          Gets the used by UsageLinks for a Part.
static Explorable[] PartHelper.getUses(WTPart part)
          Gets the uses WTPartUsageLinks for a Part.
static Explorable[] PartHelper.getUses(WTPart part, WTPartConfigSpec configSpec)
          Gets the uses WTPartUsageLinks for a Part.
static WTPartUsageLink[] PartHelper.getUsesInterface(WTPart part)
          Get the WTPartUsageLinks for the specified part
static WTPart PartHelper.savePart(WTPart part)
          Saves a Part.
static WTPart PartHelper.deletePart(WTPart part)
          Deletes a Part.
static WTPart PartHelper.revisePart(WTPart part)
          Revises a Part.
static String PartHelper.getLifeCycle(WTPart part)
          Get the name of the lifecycle the part is assigned to
static String PartHelper.getTeamTemplate(WTPart part)
          Get the name of the teamTemplate the part is assigned to
static String PartHelper.getLifeCycleState(WTPart part)
          Get the lifecycle state of the specified part
 

Constructors in wt.clients.replication.unit with parameters of type WTPart
PartItem(WTPart part)
          Constructs a new PartItem.
 

Uses of WTPart in wt.clients.vc
 

Methods in wt.clients.vc with parameters of type WTPart
private  EPMBuildRule ReviseTask.getBuildRule(WTPart part)
           
 

Uses of WTPart in wt.enterprise
 

Methods in wt.enterprise with parameters of type WTPart
 void ReferencedByProcessor.printTableRow(WTPart part, PrintWriter out, Locale locale)
          Prints a row based on the part.
 String ReferencedByProcessor.addLink(WTPart part, boolean show_image)
          Get an HTML link to the part.
 void PartUsedByProcessor.printTableRow(WTPart usedBy, PrintWriter out, Locale locale)
          Deprecated. Prints a row based on the usedBy.
 String PartUsedByProcessor.addLink(WTPart usedBy)
          Deprecated. Get an HTML link to the usedBy.
protected static QueryResult BuildRuleBuildSourceProcessor.filterOriginalCopiesInBuildRules(WTPart sourcePart, QueryResult buildRuleLinks)
          Filters the QueryResult by having original copies records (if present) over-written by the working copies.
 

Uses of WTPart in wt.epm
 

Methods in wt.epm with parameters of type WTPart
private static EPMBuildRule ReviseManagerUtility.getBuildRule(WTPart part)
           
private static EPMBuildHistory ReviseManagerUtility.getBuildHistory(WTPart part, EPMDocument document)
           
 

Uses of WTPart in wt.epm.build
 

Methods in wt.epm.build with parameters of type WTPart
 WTPartUsageLink EPMDefaultBuildLinksDelegate.createNewLink(WTPart parent, WTPartMaster childMaster, BuildReference buildReference, Quantity quantity)
          Creates a new "built" part usage link between the given Part and PartMaster.
 boolean EPMDefaultBuildIBADelegate.updateModelAttributes(EPMDocument source, WTPart target)
          Populates modeled attribute on target from IBA in the given source.
protected  void EPMBuildRule.initialize(EPMDocument source, WTPart target)
          

Supported API: false
static EPMBuildLinksRule EPMBuildLinksRule.newEPMBuildLinksRule(EPMDocument source, WTPart target)
          

Supported API: false
 WTPartUsageLink EPMBuildLinksDelegate.createNewLink(WTPart parent, WTPartMaster childMaster, BuildReference buildReference, Quantity quantity)
          Creates a new "built" part usage link between the given Part and PartMaster.
 boolean EPMBuildIBADelegate.updateModelAttributes(EPMDocument source, WTPart target)
          Populates modeled attribute on target from IBA in the given source.
static EPMBuildHistory EPMBuildHistory.newEPMBuildHistory(EPMDocument source, WTPart target, long buildRuleID)
          

Supported API: false
protected  void EPMBuildHistory.initialize(EPMDocument source, WTPart target, long buildRuleID)
          Supports initialization, following construction of an instance.
protected  void EPMBuildDelegate.buildAttributes(EPMDocument source, WTPart target)
           
 

Uses of WTPart in wt.epm.listeners
 

Methods in wt.epm.listeners with parameters of type WTPart
private static EPMBuildHistory EventServiceManagerUtility.getBuildHistory(WTPart part, EPMDocument document)
           
private static void EventServiceManagerUtility.updateBuildRelations(EPMBuildRule oldRule, EPMDocument docA, EPMDocument docB, WTPart partB)
           
 

Uses of WTPart in wt.epm.structure
 

Methods in wt.epm.structure that return WTPart
static WTPart StructureServiceUtility.getBuildPart(EPMDocument doc)
           
 

Methods in wt.epm.structure with parameters of type WTPart
static EPMDocument StructureServiceUtility.getBuiltByDoc(WTPart part)
           
static EPMDocument StructureServiceUtility.getBuildDoc(WTPart part)
           
static EPMDescribeLink EPMDescribeLink.newEPMDescribeLink(WTPart describes, EPMDocument describedBy)
          Default factory for the class.
 

Uses of WTPart in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return WTPart
static WTPart BaselineServiceUtility.getFilteredAssociatedPart(QueryResult partDepend, WTPartConfigSpec partConfigSpec)
           
 

Methods in wt.epm.workspaces with parameters of type WTPart
static QueryResult BaselineServiceUtility.getBuildRules(WTPart part)
           
static EPMDocument BaselineServiceUtility.getAssociatedDoc(WTPart part)
           
 

Uses of WTPart in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers with parameters of type WTPart
static EPMBuildLinksRule EPMHndHelper.findAlreadyImportedEPMBuildLinksRule(EPMDocument doc, WTPart part, IxbElement fileXML)
           
static EPMBuildHistory EPMHndHelper.findAlreadyImportedEPMBuildHistory(EPMDocument source, WTPart target, IxbElement fileXML)
           
 

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

Fields in wt.ixb.epm.handlers.forclasses declared as WTPart
private  WTPart ExpImpForEPMDescribeLink.describesObj
           
 

Methods in wt.ixb.epm.handlers.forclasses that return WTPart
private  WTPart ExpImpForEPMDocument.findWTPart(EPMDocument d)
           
 

Uses of WTPart in wt.ixb.handlers.forclasses
 

Fields in wt.ixb.handlers.forclasses declared as WTPart
private  WTPart ExpImpForWTPartReferenceLink.referencedByPart
           
private  WTPart ExpImpForWTPartDescribeLink.describes
           
 

Methods in wt.ixb.handlers.forclasses with parameters of type WTPart
private  void ExpImpForWTPart60.removeUsageLinks(WTPart part)
           
private  void ExpImpForWTPart60.removeDescribeLinks(WTPart part)
           
private  void ExpImpForWTPart60.removeReferenceLinks(WTPart part)
           
private  void ExpImpForWTPart.removeUsageLinks(WTPart part)
           
private  void ExpImpForWTPart.removeDescribeLinks(WTPart part)
           
private  void ExpImpForWTPart.removeReferenceLinks(WTPart part)
           
 

Uses of WTPart in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets with parameters of type WTPart
static void ProjectIXUtils.exportWTPart(WTPart part, IxbElement elem, Exporter exporter)
           
 

Uses of WTPart in wt.ixb.handlers.netmarkets.prodstruct
 

Methods in wt.ixb.handlers.netmarkets.prodstruct with parameters of type WTPart
protected  void NmWTPartHandler.exportAttributes(WTPart part, IxbElement elem, Exporter exporter)
           
 

Uses of WTPart in wt.ixb.objectset
 

Methods in wt.ixb.objectset with parameters of type WTPart
private static ConfigSpec ObjectSetHelper.getPartConfigSpec(WTPart part)
           
 

Uses of WTPart in wt.ixb.util
 

Methods in wt.ixb.util with parameters of type WTPart
private static String IXBVersionHelper.getPartIdentifier(WTPart part)
           
 

Uses of WTPart in wt.part
 

Subclasses of WTPart in wt.part
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Fields in wt.part declared as WTPart
protected  WTPart RemoveESIAssociationFromPartActionDelegate.part
           
protected  WTPart RemoveDocumentFromPartActionDelegate.part
           
private  WTPart ProductStructureProcessor.topLevelPart
          Deprecated.  
private  WTPart ProductStructureProcessor.oldPartForHasChanged
          Deprecated.  
private  WTPart ProductStructureProcessor.newPartForHasChanged
          Deprecated.  
private  WTPart PartOccurrenceProcessor.topLevelPart
          Deprecated.  
private  WTPart PartOccurrenceProcessor.usesOwner
          Deprecated.  
 

Methods in wt.part that return WTPart
 WTPart WTPartServiceFwd.latestExport(WTPartMaster master, PartExportTarget target)
          Returns the most recently iteration of a part master that was exported to another system - for example, an ERP System.
 WTPart WTPartService.latestExport(WTPartMaster master, PartExportTarget target)
          Returns the most recently iteration of a part master that was exported to another system - for example, an ERP System.
 WTPart WTPartEffDisplayProcessor.getContextWTPart()
           
static WTPart WTPart.newWTPart()
          Construct a new WTPart (and its WTPartMaster).
static WTPart WTPart.newWTPart(String number, String name)
          Constructs a new WTPart and sets the WTPartMaster's name and number to the passed-in values.
static WTPart WTPart.newWTPart(String number, String name, QuantityUnit defaultUnit)
          Constructs a new WTPart and sets the WTPartMaster's name and number to the passed-in values.
 WTPart StandardWTPartService.latestExport(WTPartMaster master, PartExportTarget target)
          Returns the most recently iteration of a part master that was exported to another system - for example, an ERP System.
 WTPart StandardPartDocService.createPartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart StandardPartDocService.deletePartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart RemoveESIAssociationFromPartActionDelegate.getPart()
           
 WTPart RemoveDocumentFromPartActionDelegate.getPart()
           
protected  WTPart ProductStructureProcessor.getOverriddenPart(PartPathOccurrence pathOccurrence, WTPart originalPart)
          Deprecated.  
 WTPart PartExportInfo.getWTPart()
          Gets the object for the association that plays role: WTPART_ROLE.
 WTPart PartDocServiceFwd.createPartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart PartDocServiceFwd.deletePartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart PartDocService.createPartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart PartDocService.deletePartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
private  WTPart MultilevelWhereUsedProcessor.getPart()
           
private  WTPart MultilevelWhereUsedProcessor.getPart(String oidValue)
           
 WTPart MasterIteration.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
private static WTPart LoadPart.constructPart(Hashtable nv, Hashtable cmd_line)
          Constructs a part (cached).
private static WTPart LoadPart.getPart()
           
private static WTPart LoadPart.getPart(String number, String version, String iteration, String view)
           
private static WTPart LoadPart.getCachedPart()
           
private static WTPart LoadPart.getCachedPart(String number)
           
private static WTPart LoadPart.getCachedPart(String number, String version)
           
private static WTPart LoadPart.getCachedPart(String number, String version, String iteration)
           
private static WTPart LoadPart.getCachedPart(String number, String version, String iteration, String view)
           
private static WTPart LoadPart.cachePart(WTPart part)
           
private static WTPart LoadPart.applyHardAttributes(WTPart part, Hashtable nv, Hashtable cmd_line)
           
private static WTPart LoadPart.applyConstructionTimeAttributes(WTPart part, Hashtable nv, Hashtable cmd_line)
           
 

Methods in wt.part with parameters of type WTPart
static WTPartUsageLink WTPartUsageLink.newWTPartUsageLink(WTPart usedBy, WTPartMaster uses)
          Default factory for the class.
 WTPartMaster WTPartServiceFwd.publish(WTPart part)
          Publish the IBA values on the given part to the part master.
 QueryResult WTPartServiceFwd.getUsesWTParts(WTPart part, ConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTPart part, WTProductConfiguration productConfiguration, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithAllOccurrences(WTPart part, WTProductConfiguration productConfiguration, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithAllOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartMasters(WTPart part)
          Navigates the WTPartUsageLink along the uses role, returning a QueryResult of WTPartUsageLinks.
 QueryResult WTPartServiceFwd.getReferencesWTDocumentMasters(WTPart part)
          Returns the WTDocumentMasters that are referenced by this WTPart.
 QueryResult WTPartServiceFwd.getDescribedByDocuments(WTPart part)
          Return a QueryResult of Documents (WTDocuments AND EPMDocuments) that the given WTPart is being described by.
 QueryResult WTPartServiceFwd.getDescribedByDocuments(WTPart part, boolean onlyOtherSides)
          Return a QueryResult of Documents (WTDocuments AND EPMDocuments) that the given WTPart is being described by.
 QueryResult WTPartServiceFwd.getDescribedByWTDocuments(WTPart part)
          Return a QueryResult of WTDocuments that the given WTPart is being described by.
 QueryResult WTPartServiceFwd.getDescribedByWTDocuments(WTPart part, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that the given WTPart is being described by.
 QueryResult WTPartServiceFwd.getConsolidatedBOM(WTPart part)
          Deprecated.  
 QueryResult[] WTPartServiceFwd.getBomDifferences(WTPart currentPart, WTPart previousPart)
          Deprecated.  
 Timestamp WTPartServiceFwd.setExportDate(WTPart part, PartExportTarget target, Timestamp timestamp)
          Set the date that this part iteration was exported to another system - for example, an ERP system.
 Timestamp WTPartServiceFwd.getExportDate(WTPart part, PartExportTarget target)
          Get the date when this part iteration was exported to another system - for example, an ERP system.
 void WTPartServiceFwd.getMultilevelWhereUsed(WTPart part, WTPartConfigSpec spec, Navigator navigator, MultilevelWhereUsedVisitor visitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 void WTPartServiceFwd.getMultilevelWhereUsed(WTPart part, Navigator navigator, MultilevelWhereUsedVisitor visitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 WTProductConfiguration WTPartServiceFwd.littlePut(WTProductConfiguration productConfiguration, WTPart part)
          

Supported API: false
 BaselineConfigurationOverride WTPartServiceFwd.littleOver(WTProductConfiguration productConfiguration, PathOccurrence path, WTPart part)
          

Supported API: false
 BaselineConfigurationOverride WTPartServiceFwd.littleReover(BaselineConfigurationOverride override, WTPart newPart)
          

Supported API: false
 Enumeration WTPartServiceFwd.retrieveBomInformation(WTPart part)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartServiceFwd.retrieveBomDifferences(WTPart currentPart, WTPart previousPart)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration WTPartServiceFwd.retrieveBomInformation(WTPart part, boolean ignoreLineNumbers)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartServiceFwd.retrieveBomDifferences(WTPart currentPart, WTPart previousPart, boolean ignoreLineNumbers)
          Compares the bill of material of the current WTPart with a previous WTPart.
 WTPartMaster WTPartService.publish(WTPart part)
          Publish the IBA values on the given part to the part master.
 QueryResult WTPartService.getUsesWTParts(WTPart part, ConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 QueryResult WTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithOccurrences(WTPart part, WTProductConfiguration productConfiguration, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, WTProductConfiguration productConfiguration, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartMasters(WTPart part)
          Navigates the WTPartUsageLink along the uses role, returning a QueryResult of WTPartUsageLinks.
 QueryResult WTPartService.getReferencesWTDocumentMasters(WTPart part)
          Returns the WTDocumentMasters that are referenced by this WTPart.
 QueryResult WTPartService.getDescribedByDocuments(WTPart part)
          Return a QueryResult of Documents (WTDocuments AND EPMDocuments) that the given WTPart is being described by.
 QueryResult WTPartService.getDescribedByDocuments(WTPart part, boolean onlyOtherSides)
          Return a QueryResult of Documents (WTDocuments AND EPMDocuments) that the given WTPart is being described by.
 QueryResult WTPartService.getDescribedByWTDocuments(WTPart part)
          Return a QueryResult of WTDocuments that the given WTPart is being described by.
 QueryResult WTPartService.getDescribedByWTDocuments(WTPart part, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that the given WTPart is being described by.
 QueryResult WTPartService.getConsolidatedBOM(WTPart part)
          Deprecated.  
 QueryResult[] WTPartService.getBomDifferences(WTPart currentPart, WTPart previousPart)
          Deprecated.  
 Timestamp WTPartService.setExportDate(WTPart part, PartExportTarget target, Timestamp timestamp)
          Set the date that this part iteration was exported to another system - for example, an ERP system.
 Timestamp WTPartService.getExportDate(WTPart part, PartExportTarget target)
          Get the date when this part iteration was exported to another system - for example, an ERP system.
 void WTPartService.getMultilevelWhereUsed(WTPart part, WTPartConfigSpec spec, Navigator navigator, MultilevelWhereUsedVisitor visitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 void WTPartService.getMultilevelWhereUsed(WTPart part, Navigator navigator, MultilevelWhereUsedVisitor visitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 WTProductConfiguration WTPartService.littlePut(WTProductConfiguration productConfiguration, WTPart part)
          

Supported API: false
 BaselineConfigurationOverride WTPartService.littleOver(WTProductConfiguration productConfiguration, PathOccurrence path, WTPart part)
          

Supported API: false
 BaselineConfigurationOverride WTPartService.littleReover(BaselineConfigurationOverride override, WTPart newPart)
          

Supported API: false
 Enumeration WTPartService.retrieveBomInformation(WTPart part)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration WTPartService.retrieveBomInformation(WTPart part, boolean ignoreLineNumbers)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart, boolean ignoreLineNumbers)
          Compares the bill of material of the current WTPart with a previous WTPart.
static WTPartReferenceLink WTPartReferenceLink.newWTPartReferenceLink(WTPart referencedBy, WTDocumentMaster references)
          Default factory for the class.
 WTPartConfigSpec WTPartGetConfigSpecForDelegate.getConfigSpec(WTPart part)
           
protected  boolean WTPartGetConfigSpecForDelegate.inProject(WTPart part)
           
static WTPartDescribeLink WTPartDescribeLink.newWTPartDescribeLink(WTPart describes, WTDocument describedBy)
          Default factory for the class.
protected  boolean WTPart.readVersion(WTPart thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 WTPartMaster StandardWTPartService.publish(WTPart part)
          Publish the IBA values on the given part to the part master.
 QueryResult StandardWTPartService.getUsesWTParts(WTPart part, ConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 QueryResult StandardWTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithOccurrences(WTPart part, WTProductConfiguration productConfiguration, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, WTProductConfiguration productConfiguration, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartMasters(WTPart part)
          Navigates the WTPartUsageLink along the uses role, returning a QueryResult of WTPartUsageLinks.
 QueryResult StandardWTPartService.getReferencesWTDocumentMasters(WTPart part)
          Returns the WTDocumentMasters that are referenced by this WTPart.
 QueryResult StandardWTPartService.getDescribedByDocuments(WTPart part)
          Return a QueryResult of Documents (WTDocuments AND EPMDocuments) that the given WTPart is being described by.
 QueryResult StandardWTPartService.getDescribedByDocuments(WTPart part, boolean onlyOtherSides)
          Return a QueryResult of Documents (WTDocuments AND EPMDocuments) that the given WTPart is being described by.
 QueryResult StandardWTPartService.getDescribedByWTDocuments(WTPart part)
          Return a QueryResult of WTDocuments that the given WTPart is being described by.
 QueryResult StandardWTPartService.getDescribedByWTDocuments(WTPart part, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that the given WTPart is being described by.
 QueryResult StandardWTPartService.getConsolidatedBOM(WTPart part)
          Deprecated.  
 QueryResult[] StandardWTPartService.getBomDifferences(WTPart currentPart, WTPart previousPart)
          Deprecated.  
 Timestamp StandardWTPartService.setExportDate(WTPart part, PartExportTarget target, Timestamp timestamp)
          Set the date that this part iteration was exported to another system - for example, an ERP system.
 Timestamp StandardWTPartService.getExportDate(WTPart part, PartExportTarget target)
          Get the date when this part iteration was exported to another system - for example, an ERP system.
protected  void StandardWTPartService.getMultilevelBomDifferences(WTPart part1, WTPartConfigSpec spec1, WTPart part2, WTPartConfigSpec spec2, int maxDepth, int currentDepth, MultilevelBomCompareVisitor aVisitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 void StandardWTPartService.getMultilevelWhereUsed(WTPart part, WTPartConfigSpec spec, Navigator navigator, MultilevelWhereUsedVisitor visitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 void StandardWTPartService.getMultilevelWhereUsed(WTPart part, Navigator navigator, MultilevelWhereUsedVisitor visitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 WTProductConfiguration StandardWTPartService.littlePut(WTProductConfiguration productConfiguration, WTPart part)
          

Supported API: false
 BaselineConfigurationOverride StandardWTPartService.littleOver(WTProductConfiguration productConfiguration, PathOccurrence path, WTPart part)
          

Supported API: false
 BaselineConfigurationOverride StandardWTPartService.littleReover(BaselineConfigurationOverride override, WTPart newPart)
          

Supported API: false
 Enumeration StandardWTPartService.retrieveBomInformation(WTPart part)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] StandardWTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration StandardWTPartService.retrieveBomInformation(WTPart part, boolean ignoreLineNumbers)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] StandardWTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart, boolean ignoreLineNumbers)
          Compares the bill of material of the current WTPart with a previous WTPart.
protected  void StandardWTPartService.getMultilevelBomDifferences(WTPart part1, WTProductInstance2 productInstance1, SerialNumberedConfiguredInstanceConfigSpec spec1, WTPart part2, WTProductInstance2 productInstance2, SerialNumberedConfiguredInstanceConfigSpec spec2, PartPathOccurrence path, int maxDepth, int currentDepth, MultilevelBomCompareVisitor aVisitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
protected  void StandardWTPartService.getMultilevelBomDifferences(WTPart part1, WTProductConfiguration productConfiguration1, WTPart part2, WTProductConfiguration productConfiguration2, PartPathOccurrence path, int maxDepth, int currentDepth, MultilevelBomCompareVisitor aVisitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
protected  void StandardWTPartService.getMultilevelBomDifferences(WTPart part1, BaselineConfigurationConfigSpec spec1, WTPart part2, BaselineConfigurationConfigSpec spec2, PartPathOccurrence path, int maxDepth, int currentDepth, MultilevelBomCompareVisitor aVisitor)
           
protected static QueryResult StandardWTPartService.filterOriginalCopiesInBuildRules(WTPart sourcePart, QueryResult buildRuleLinks)
          Outputs the given Describes Documents.
 WTPart StandardPartDocService.createPartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart StandardPartDocService.deletePartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 QueryResult StandardPartDocService.getAssociatedDocuments(WTPart part)
          

Supported API: false
 QueryResult StandardPartDocService.getAssociatedUpdateableDocuments(WTPart part)
          

Supported API: false
protected  QueryResult StandardPartDocService.getLatestReferenceDocuments(WTPart part)
           
protected  QueryResult StandardPartDocService.intGetAssociatedDocuments(WTPart part, boolean includeEPMDocuments)
           
protected  QueryResult StandardPartDocService.intGetAssociations(WTPart part, WTDocument doc)
           
 LineNumber StandardLineNumberService.getLatestLineNumber(WTPart part)
          Returns the largest line number assigned to the part.
 QueryResult[] StandardLineNumberService.getBomDifferences(WTPart currentPart, WTPart previousPart)
          Deprecated.  
 void StandardLineNumberService.publishAllLineNumbers(WTPart part)
          Publish all the line numbers associated with each of the usage links for the given part assembly.
 boolean StandardLineNumberService.hasLinksWithoutLineNumbers(WTPart assembly)
          Returns true if any of the usage links for the given assembly do not have line numbers..
 void RemoveESIAssociationFromPartActionDelegate.setPart(WTPart part)
           
 void RemoveDocumentFromPartActionDelegate.setPart(WTPart part)
           
protected  int ProductStructureProcessor.outputPartUses(WTPart part, Enumeration part_uses, String pathParentOid, Vector combinedPathOids, String productInstanceOid, int level, int order, int state, Locale locale, PrintWriter out)
          Deprecated. Outputs the given QueryResult of Part Uses.
protected  int ProductStructureProcessor.outputPartUsesWithoutOccurrences(WTPart part, Enumeration part_uses, int level, int order, int state, Locale locale, PrintWriter out)
          Deprecated. Outputs the given QueryResult of Part Uses.
protected  int ProductStructureProcessor.outputPartUsesWithOccurrences(WTPart part, Enumeration part_uses, String pathParentOid, Vector combinedPathOids, String productInstanceOid, int level, int order, int state, Locale locale, PrintWriter out)
          Deprecated. Outputs the given QueryResult of Part Uses.
protected  int ProductStructureProcessor.outputPartExpansionWithOccurrences(WTPart part, PartPathOccurrence pathOccurrence, String pathParentOid, Vector combinedPathOids, WTProductInstance2 productInstance, int level, int order, int nodeCount, int state, Locale locale, PrintWriter out)
          Deprecated.  
protected  Enumeration ProductStructureProcessor.getReferencesDocuments(WTPart part)
          Deprecated.  
protected  int ProductStructureProcessor.outputReferencesDocuments(WTPart part, int level, int order, int state, Locale locale, PrintWriter out)
          Deprecated. Outputs the References Documents for the given Part.
protected  Enumeration ProductStructureProcessor.getDescribesDocuments(WTPart part)
          Deprecated. Gets the given Describes Documents (both WTDocuments and EPMDocuments).
protected  int ProductStructureProcessor.outputDescribesDocuments(WTPart part, int level, int order, int state, Locale locale, PrintWriter out)
          Deprecated. Outputs the Describes Documents for the given Part.
protected  Enumeration ProductStructureProcessor.getPartsUsedWithoutOccurrences(WTPart part)
          Deprecated. Returns a Enumeration corresponding to the parts used by the given part.
protected  Enumeration ProductStructureProcessor.getPartsUsed(WTPart part)
          Deprecated. Returns a Enumeration corresponding to the parts used by the given part.
protected  Enumeration ProductStructureProcessor.getPartsUsedWithOccurrences(WTPart part, WTProductInstance2 productInstance, PartPathOccurrence subPath)
          Deprecated. Returns a Enumeration corresponding to the parts used by the given part.
protected  WTPart ProductStructureProcessor.getOverriddenPart(PartPathOccurrence pathOccurrence, WTPart originalPart)
          Deprecated.  
protected static Hashtable PartUsageInfo.buildHashtable(WTPart part, boolean ignoreLineNumbers)
           
 void PartExportInfo.setWTPart(WTPart theWTPart)
          Sets the object for the association that plays role: WTPART_ROLE.
static PartExportInfo PartExportInfo.newPartExportInfo(WTPart theWTPart, PartExportTarget thePartExportTarget)
          Default factory for the class.
 WTPart PartDocServiceFwd.createPartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart PartDocServiceFwd.deletePartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 QueryResult PartDocServiceFwd.getAssociatedDocuments(WTPart part)
          

Supported API: false
 QueryResult PartDocServiceFwd.getAssociatedUpdateableDocuments(WTPart part)
          

Supported API: false
 WTPart PartDocService.createPartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 WTPart PartDocService.deletePartDocRelation(WTPart part, WTDocument doc)
          

Supported API: false
 QueryResult PartDocService.getAssociatedDocuments(WTPart part)
          

Supported API: false
 QueryResult PartDocService.getAssociatedUpdateableDocuments(WTPart part)
          

Supported API: false
 void MultilevelWhereUsedVisitor.startPart(WTPart part)
          

Supported API: false
 String MultilevelWhereUsedProcessor.getXML(WTPart part, ConfigSpec spec, Locale locale)
           
 boolean MultilevelBomCompareVisitor.lookDeeper(WTPart part1, WTPart part2)
          Checks to see if we should look deeper for differences.
 void MultilevelBomCompareVisitor.startPartElement(WTPart part, int index)
          If the two parts are different or the result of comparing their subparts is not empty, then output the XML for these two parts and their sub results.
 void MultilevelBomCompareVisitor.endPartElement(WTPart part, int index)
          If the two parts are different or the result of comparing their subparts is not empty, then output the XML for these two parts and their sub results.
protected  void MasterIteration.setIteration(WTPart iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static MasterIteration MasterIteration.newMasterIteration(WTPartMaster master, WTPart iteration)
          Default factory for the class.
private static boolean LoadPart.isNewVersion(WTPart part, String version)
           
private static WTPart LoadPart.cachePart(WTPart part)
           
private static WTPart LoadPart.applyHardAttributes(WTPart part, Hashtable nv, Hashtable cmd_line)
           
private static WTPart LoadPart.applyConstructionTimeAttributes(WTPart part, Hashtable nv, Hashtable cmd_line)
           
private static void LoadPart.setName(WTPart the_part, String name)
           
private static void LoadPart.setNumber(WTPart the_part, String number)
           
private static void LoadPart.setView(WTPart the_part, String viewName)
           
private static void LoadPart.setPartType(WTPart the_part, String type)
           
private static void LoadPart.setSource(WTPart the_part, String source)
           
 LineNumber LineNumberServiceFwd.getLatestLineNumber(WTPart part)
          Returns the largest line number assigned to the part.
 QueryResult[] LineNumberServiceFwd.getBomDifferences(WTPart currentPart, WTPart previousPart)
          Deprecated.  
 void LineNumberServiceFwd.publishAllLineNumbers(WTPart part)
          Publish all the line numbers associated with each of the usage links for the given part assembly.
 boolean LineNumberServiceFwd.hasLinksWithoutLineNumbers(WTPart assembly)
          Returns true if any of the usage links for the given assembly do not have line numbers..
 LineNumber LineNumberService.getLatestLineNumber(WTPart part)
          Returns the largest line number assigned to the part.
 QueryResult[] LineNumberService.getBomDifferences(WTPart currentPart, WTPart previousPart)
          Deprecated.  
 void LineNumberService.publishAllLineNumbers(WTPart part)
          Publish all the line numbers associated with each of the usage links for the given part assembly.
 boolean LineNumberService.hasLinksWithoutLineNumbers(WTPart assembly)
          Returns true if any of the usage links for the given assembly do not have line numbers..
 

Uses of WTPart in wt.pdmlink
 

Methods in wt.pdmlink with parameters of type WTPart
static void ProductIXUtils.exportWTPart(WTPart part, IxbElement elem, Exporter exporter)
          Exports a part into the given IxbElement.
 

Uses of WTPart in wt.replication.export
 

Methods in wt.replication.export with parameters of type WTPart
private  void ExportUnitVisitor.exportWTPartStuff(WTPart part, WTPartUsageLink usageLink, int level)
          Deprecated.  
private  void ExportUnitVisitor.exportEPMBuildLinksRule(WTPart part)
          Deprecated.  
private  void ExportUnitVisitor.exportDescribedByWTDocuments(WTPart part)
          Deprecated.  
private  void ExportUnitVisitor.printWTPart(WTPart part, int level, int quantity)
          Deprecated.  
 

Uses of WTPart in wt.replication.unit
 

Methods in wt.replication.unit that return WTPart
 WTPart WTUnitServiceFwd.createUnitPartsTree(int treeDepth, int level, String parentNumber, int childIndex)
          Deprecated.  
 WTPart WTUnitService.createUnitPartsTree(int treeDepth, int level, String parentNumber, int childIndex)
          Deprecated.  
 WTPart StandardWTUnitService.createUnitPartsTree(int treeDepth, int level, String parentNumber, int childIndex)
          Deprecated.  
private  WTPart StandardWTUnitService.createPart(String number, int treeDepth, int level)
          Deprecated.  
 

Methods in wt.replication.unit with parameters of type WTPart
private  void StandardWTUnitService.createLink(WTPart part, WTPart child)
          Deprecated.  
 

Uses of WTPart in wt.rule.impl
 

Methods in wt.rule.impl that return WTPart
(package private) static WTPart WTPartCopyRuleApplier.synchWithEPMDocument(WTPart copyTo)
          Deprecated.  
 

Methods in wt.rule.impl with parameters of type WTPart
(package private) static WTPart WTPartCopyRuleApplier.synchWithEPMDocument(WTPart copyTo)
          Deprecated.  
static void RuleApplierHelper.setName(WTPart part, Map data)
          Deprecated.  
static String RuleApplierHelper.getName(WTPart part)
          Deprecated.  
static void RuleApplierHelper.setNumber(WTPart part, Map data)
          Deprecated.  
static String RuleApplierHelper.getNumber(WTPart part)
          Deprecated.  
static void RuleApplierHelper.setPartType(WTPart part, Map data)
          Deprecated.  
static String RuleApplierHelper.getPartType(WTPart part)
          Deprecated.  
static void RuleApplierHelper.setSource(WTPart part, Map data)
          Deprecated.  
static String RuleApplierHelper.getSource(WTPart part)
          Deprecated.  
static String RuleApplierHelper.getValue(WTPart part, String key)
          Deprecated.  
 

Uses of WTPart in wt.step
 

Methods in wt.step with parameters of type WTPart
 void AssemblyExportSelection.addRootPart(WTPart part)
           
private  void AssemblyExportSelection.collectAssemblyPartsAndDocuments(WTPart part, Vector objectCollector)
           
private  void AssemblyExportSelection.collectAssociatedDocuments(WTPart part, Vector objectCollector)
           
 

Uses of WTPart in wt.step.processor
 

Fields in wt.step.processor declared as WTPart
private static WTPart[] ExportTest._testScopeParts
           
 

Methods in wt.step.processor that return WTPart
protected  WTPart ImportTestHarness.assertPartVersion(String masterName, String masterNumber, String versionId, String iterationId)
           
protected  WTPart ImportTestHarness.assertPartVersion(Mastered master, String versionId, String iterationId)
           
protected static WTPart ExportTest.findPart(String masterNumber)
           
protected static WTPart ExportTest.createPart(String masterNumber)
           
 

Methods in wt.step.processor with parameters of type WTPart
protected static WTPartUsageLink ExportTest.getPartUsageLink(WTPart part1, WTPart part2)
           
protected static WTPartUsageLink ExportTest.createPartUsageLink(WTPart part1, WTPart part2)
           
 

Uses of WTPart in wt.visitor
 

Fields in wt.visitor declared as WTPart
(package private)  WTPart ReverseOccurrencedConfigSpecNodeExpander.targetPart
           
(package private)  WTPart ReverseOccurrencedConfigSpecNodeExpander.Node.version
           
 

Methods in wt.visitor that return WTPart
(package private)  WTPart ReverseOccurrencedConfigSpecNodeExpander.getVersionUsingPath(PartPathOccurrence path)
           
(package private)  WTPart ReverseOccurrencedConfigSpecNodeExpander.Node.getUsedBy()
           
(package private)  WTPart ReverseOccurrencedConfigSpecNodeExpander.Node.getUses()
           
 

Methods in wt.visitor with parameters of type WTPart
protected  List ReverseOccurrencedConfigSpecNodeExpander.getComplementsToX(List overrides, WTPart part)
           
protected  Vector ReverseOccurrencedConfigSpecNodeExpander.getPartLinks(WTPart part)
           
protected  List ReverseOccurrencedConfigSpecNodeExpander.getPaths(WTPart part)
           
protected  boolean ReverseOccurrencedConfigSpecNodeExpander.isInBaseline(WTPart part)
           
protected  boolean ReverseOccurrencedConfigSpecNodeExpander.isTargetPart(WTPart part)
           
protected  boolean ReverseOccurrencedConfigSpecNodeExpander.isTopProduct(WTPart part)
           
protected  List ReverseOccurrencedConfigSpecNodeExpander.getOverrides(WTPart part)
           
protected  ReverseOccurrencedConfigSpecNodeExpander.Node ReverseOccurrencedConfigSpecNodeExpander.addBaselinePart(WTPart part, ReverseOccurrencedConfigSpecNodeExpander.Node node)
           
protected  void ReverseOccurrencedConfigSpecNodeExpander.addPart(WTPart part, ReverseOccurrencedConfigSpecNodeExpander.Node subNode)
           
protected  ReverseOccurrencedConfigSpecNodeExpander.Node ReverseOccurrencedConfigSpecNodeExpander.addPartX(WTPart part)
           
(package private)  void ReverseOccurrencedConfigSpecNodeExpander.handleOverridePart(WTPart part, Vector links, Vector nodes)
           
(package private)  void ReverseOccurrencedConfigSpecNodeExpander.handlePartInBaseline(WTPart part, Vector links, Vector nodes)
           
(package private)  void ReverseOccurrencedConfigSpecNodeExpander.handleSubPartInBaseline(WTPart part, Vector links, Vector nodes)
           
(package private)  QueryResult ReverseOccurrencedConfigSpecNodeExpander.getBaselineVersionsUsingBaselinePart(WTPart part)
           
private  QueryResult PartConfigSpecNodeExpander.getUsesWTParts(WTPart part)
           
 

Constructors in wt.visitor with parameters of type WTPart
ReverseOccurrencedConfigSpecNodeExpander.Node(WTPart part, WTPartUsageLink link)
           
ReverseOccurrencedConfigSpecNodeExpander.Node(WTPart part)
           
ReverseOccurrencedConfigSpecNodeExpander.Node(WTPart part, ReverseOccurrencedConfigSpecNodeExpander.Node subNode)
           
ReverseOccurrencedConfigSpecNodeExpander.Node(WTPart part, WTPartUsageLink link, Vector subNodeVector)
           
ReverseOccurrencedConfigSpecNodeExpander.Node(WTPart part, PartPathOccurrence pathOccurrence)