Uses of Class
wt.epm.EPMDocument

Packages that use EPMDocument
com.ptc.core.htmlcomp.gathering   
com.ptc.epm.commands   
com.ptc.epm.commands.transaction   
com.ptc.epm.commands.util   
com.ptc.epm.commands.XMLutil   
com.ptc.hli.ecad   
com.ptc.hli.ecad.behaviors   
com.ptc.hli.ecad.query   
com.ptc.netmarkets.interop   
com.ptc.netmarkets.part   
com.ptc.netmarkets.templates   
com.ptc.netmarkets.util.misc   
com.ptc.wgmecad   
com.ptc.wgmecad.ecad   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.autopart   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.checkin   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.prowt   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.disassociate   
com.ptc.windchill.cadx.editattrs   
com.ptc.windchill.cadx.newcaddoc   
com.ptc.windchill.cadx.newcaddoctemplate   
com.ptc.windchill.cadx.placeHolder   
com.ptc.windchill.cadx.prowtutil   
com.ptc.windchill.cadx.rename   
com.ptc.windchill.cadx.revise   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.search   
com.ptc.windchill.cadx.update   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.classproxy   
com.ptc.windchill.uwgm.cadx.autoassociate   
com.ptc.windchill.uwgm.cadx.caddoc   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.multirename   
com.ptc.windchill.uwgm.cadx.newcaddoc   
com.ptc.windchill.uwgm.cadx.request   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.common.content   
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.c11n   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.windchill.uwgm.proesrv.upload   
com.ptc.windchill.uwgm.proesrv.util   
com.ptc.windchill.uwgm.task.autoassociate   
com.ptc.windchill.uwgm.task.newcaddoc   
com.ptc.windchill.uwgm.task.saveas   
com.ptc.windchill.uwgm.util.openinproe   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.ui   
com.ptc.wvs.server.util   
wt.clients.epm   
wt.epm
 
wt.epm.build   
wt.epm.clients.htmltemplates   
wt.epm.delegate   
wt.epm.familytable   
wt.epm.identity   
wt.epm.listeners   
wt.epm.ndi.impl   
wt.epm.retriever   
wt.epm.structure   
wt.epm.upgrade   
wt.epm.upload   
wt.epm.util   
wt.epm.workspaces   
wt.ixb.epm.handlers   
wt.ixb.epm.handlers.forclasses   
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.objectset.handlers.navigator   
wt.ixb.util   
wt.replication.export   
wt.rule.impl   
 

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

Methods in com.ptc.core.htmlcomp.gathering with parameters of type EPMDocument
 WTCollection DependencyHelper.getFamilyMembers(EPMDocument obj)
          return all family members of the given EPMDocument (member)
 WTCollection DependencyHelper.getGenerics(EPMDocument obj)
          return all generics of the given EPMDocument (instance)
 WTCollection DependencyHelper.getRequiredDependents(EPMDocument obj)
          return all required dependents of the given EPMDocument using member/reference links
 WTCollection DependencyHelper.getOptionalDependents(EPMDocument obj)
          return all optional dependents of the given EPMDocument using member/reference links
 WTCollection DependencyHelper.getDrawings(EPMDocument obj)
          return all Drawings from dependets using member/reference links
 

Uses of EPMDocument in com.ptc.epm.commands
 

Methods in com.ptc.epm.commands that return EPMDocument
static EPMDocument ECADAssemblyQuery.findPrimaryAssembly(String docNumber, String version, WTContainerRef containerRef)
           
 

Methods in com.ptc.epm.commands with parameters of type EPMDocument
private static String ECADNewRevision.getNewVersionName(EPMDocument ecadDoc)
           
private static WTKeyedMap ECADNewRevision.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
           
private static boolean ECADLastUsedQuery.contains(ObjectVector epmDocs, EPMDocument docToFind)
           
private static void ECADDelete.deleteSharedDocuments(EPMDocument epmDoc, List allDocs, ECADTransaction transaction, String message)
           
private static boolean ECADDelete.isSameDocument(EPMDocument docA, EPMDocument docB)
           
private static void ECADDelete.deleteAllParts(ECADTransaction transaction, EPMDocument thisDoc)
           
private static void ECADDelete.deletePart(ECADTransaction transaction, EPMDocument thisDoc)
           
private static void ECADDelete.deleteDoc(ECADTransaction transaction, EPMDocument thisDoc)
           
static boolean ECADConvert.preserveOldFormatApp(EPMDocument epmDoc)
           
static void ECADCheckOut.checkOutDocuments(EPMDocument[] checkoutDocs, Vector includeDocs, String wsname)
           
static void ECADCheckOut.CheckOutServer.checkOutDocuments(EPMDocument[] checkoutDocs, Vector includeDocs, String wsname)
           
static void ECADCheckOut.CheckOutServer.checkOutDocuments(EPMDocument[] checkoutDocs, Vector includeDocs, String wsname, String wsdescription, File wslocation)
           
 

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

Fields in com.ptc.epm.commands.transaction declared as EPMDocument
 EPMDocument DescribeLinkOp.epmDoc
           
 

Methods in com.ptc.epm.commands.transaction with parameters of type EPMDocument
 void SaveOp.addTargetRevision(EPMDocument d, String targetRevision)
           
 String SaveOp.getTargetRevision(EPMDocument d)
           
 void ECADTransaction.saveObject(EPMDocument object, String revision)
           
 void ECADTransaction.addDescribeLink(EPMDocument epmDoc, ECADDescribeBy xLink)
           
 void ECADTransaction.addDescribeLinktoNewPart(EPMDocument epmDoc, ECADDescribeBy xLink)
           
 

Constructors in com.ptc.epm.commands.transaction with parameters of type EPMDocument
DescribeLinkOp(EPMDocument epmDoc, ECADDescribeBy xLink)
           
 

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

Fields in com.ptc.epm.commands.util declared as EPMDocument
private static EPMDocument[] DocHelper.EPM_DOCUMENT_ARRAY
           
 

Methods in com.ptc.epm.commands.util that return EPMDocument
static EPMDocument QueryHelper.getLatest(EPMDocumentMaster docMaster)
           
static EPMDocument DocHelper.createDoc(String number, String name, DocHelper.DocOptions options, ECADTransaction transaction)
           
static EPMDocument DocHelper.createDoc(EPMDocument epmDoc, DocHelper.DocOptions options, ECADTransaction transaction)
           
static EPMDocument[] DocHelper.getDesignDocuments(EPMDocument document)
          Find all EPMDocuments in all ECADAssemblies which are part of the same ECADDesign as the input ECADAssembly (and are not checked out.
static EPMDocument[] DocHelper.getDesignDocuments(Baseline baseline)
           
 

Methods in com.ptc.epm.commands.util with parameters of type EPMDocument
static EPMAsStoredConfig WorkspaceHelper.findLatestEPMAsStoredConfig(EPMDocument doc)
           
static EPMCheckpoint WorkspaceHelper.findLatestEPMCheckpoint(EPMDocument doc)
           
private static boolean WorkspaceHelper.containsDoc(Vector vectorOfEPMDocuments, EPMDocument doc)
           
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)
           
static EPMDocument DocHelper.createDoc(EPMDocument epmDoc, DocHelper.DocOptions options, ECADTransaction transaction)
           
static EPMDocument[] DocHelper.getDesignDocuments(EPMDocument document)
          Find all EPMDocuments in all ECADAssemblies which are part of the same ECADDesign as the input ECADAssembly (and are not checked out.
static String DocHelper.getEPMDocumentType(EPMDocument epmDoc)
           
 

Uses of EPMDocument in com.ptc.epm.commands.XMLutil
 

Methods in com.ptc.epm.commands.XMLutil that return EPMDocument
static EPMDocument XMLAttributeHelper.findPrimaryAssembly(List designDocs)
           
 

Uses of EPMDocument in com.ptc.hli.ecad
 

Fields in com.ptc.hli.ecad declared as EPMDocument
private  EPMDocument ECADDocument.document
           
 

Methods in com.ptc.hli.ecad that return EPMDocument
 EPMDocument ECADDocument.getEPMDocument()
          Get the EPMDocument associated with this ECADDocument

Supported API: false
static EPMDocument ECADDocument.lookupDocument(String number, String version, WTContainerRef containerRef)
          Static method to return the EPMDocument with the given number, version.
 EPMDocument[] ECADDesign.getEPMDocuments()
          Get an array of all EPMDocuments in the design

Supported API: false
 EPMDocument[] ECADAssembly.getEPMDocuments()
          Return an array of EPMDocuments contained in the Assembly

Supported API: false
static EPMDocument ECADAssembly.getSource(EPMDocument assembly)
          Return the EPMDocument which represents the "Container" for the given EPMDocument

Supported API: false
 

Methods in com.ptc.hli.ecad with parameters of type EPMDocument
 void ECADDocument.update(EPMDocument document)
          Update the EPMDocument associated with this ECADDocument

Supported API: false
private static Folder ECADDocument.getOriginalFolder(EPMDocument doc)
          Path of design's superfolder.
protected static EPMCheckpoint ECADDesign.lookupCheckpoint(EPMDocument epmDoc)
           
private static Vector ECADDesign.getDocuments(EPMDocument[] docArray, EPMDocumentType type)
           
protected static ECADDocument ECADDesign.intializeContent(EPMDocument epmDoc, ECADDesign design)
           
protected static void ECADDesign.intializeContent(EPMDocument epmDoc, ECADDocument doc)
           
static boolean ECADAssembly.isCheckedOut(EPMDocument document)
           
static EPMDocument ECADAssembly.getSource(EPMDocument assembly)
          Return the EPMDocument which represents the "Container" for the given EPMDocument

Supported API: false
static String ECADAssembly.generateWorkspaceName(EPMDocument epmDoc)
          Static method to return the name to be used for the EPMWorkspace to be used while this document is checkedout.
protected static ManagedBaseline ECADAssembly.lookupBaseline(EPMDocument epmDoc)
           
 

Constructors in com.ptc.hli.ecad with parameters of type EPMDocument
ECADDocument(EPMDocument document)
          Construst an ECADDocument with the given EPMDocument

Supported API: false
 

Uses of EPMDocument in com.ptc.hli.ecad.behaviors
 

Fields in com.ptc.hli.ecad.behaviors declared as EPMDocument
protected  EPMDocument AbstractBaselineAction.targetDocument
           
 

Methods in com.ptc.hli.ecad.behaviors that return EPMDocument
static EPMDocument HLIActionHelper.getEPMDocument(EPMDocument epmDoc, boolean workingCopyRequired)
           
static EPMDocument HLIActionHelper.getSourceDocument(Baseline baseline)
           
protected  EPMDocument AbstractHLIAction.getEPMDocument(String number, String revision)
           
protected  EPMDocument AbstractHLIAction.getTargetEPMDocument()
           
 

Methods in com.ptc.hli.ecad.behaviors with parameters of type EPMDocument
static EPMDocument HLIActionHelper.getEPMDocument(EPMDocument epmDoc, boolean workingCopyRequired)
           
static ContentItem HLIActionHelper.getPrimaryContent(EPMDocument srcDocument)
           
static boolean HLIActionHelper.isLegacyDesign(EPMDocument anyDesignDocument)
           
private static String HLIActionHelper.getThisDocumentStatus(EPMDocument epmDoc)
           
private static String HLIActionHelper.getAssemblyDocumentStatus(EPMDocument assemblyDocument)
           
static String HLIActionHelper.getDocumentStatus(EPMDocument epmDoc)
           
 

Uses of EPMDocument in com.ptc.hli.ecad.query
 

Methods in com.ptc.hli.ecad.query with parameters of type EPMDocument
private static Baseline PersistedDesignHelper.getLatestBaseline(EPMDocument doc)
           
private static Baseline PersistedDesignHelper.getLatestBaselineShort(EPMDocument doc)
           
private static String PersistedAbstractDocument.getPrimaryContentNameImpl(EPMDocument document)
           
private static String[] PersistedAbstractDocument.getSecondaryContentNamesImpl(EPMDocument document)
           
 

Constructors in com.ptc.hli.ecad.query with parameters of type EPMDocument
PersistedSourceDocument(EPMDocument sourceDocument, PersistedDesign design)
           
PersistedSchematicDocument(EPMDocument schematicDocument, PersistedDesign design)
           
PersistedBoardDocument(EPMDocument boardDocument, PersistedDesign design)
           
PersistedAssemblyDocument(EPMDocument assemblyDocument, PersistedDesign design)
           
PersistedAbstractDocument(EPMDocument document, PersistedDesign design)
           
 

Uses of EPMDocument in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop that return EPMDocument
private static EPMDocument NmInteropUtils.getLatestEPMDoc(String number)
           
 

Methods in com.ptc.netmarkets.interop with parameters of type EPMDocument
static boolean NmInteropCommands.isEPMDocCheckoutAllowed(EPMDocument epmDoc)
           
 

Uses of EPMDocument in com.ptc.netmarkets.part
 

Methods in com.ptc.netmarkets.part with parameters of type EPMDocument
 NmDefaultHTMLTable StandardNmPartService._listHistoryEPMDocument(NmOid nmOid, EPMDocument doc)
           
private  void StandardNmPartService.buildRepresentedParts(EPMDocument doc)
           
private  Vector StandardNmPartService.getDescribesParts(EPMDocument source)
           
private static EPMDescribeLink[] StandardNmPartService.getDescribesLinksForDocs(EPMDocument doc)
           
private  Hashtable StandardNmPartService.getCADDocUses(EPMDocument epmDoc)
           
private  QueryResult StandardNmPartService.getCADDocUsedBy(EPMDocument epmDoc)
           
private  String StandardNmPartService.getNumberVersionId(EPMDocument doc)
           
 ContentItem StandardNmPartService.getPrimaryContent(EPMDocument doc, ContentHolder holder, boolean isJ03ND)
           
static NmEPMDocument NmEPMDocument.newNmEPMDocument(EPMDocument epmDoc)
          

Supported API: false
 

Uses of EPMDocument in com.ptc.netmarkets.templates
 

Methods in com.ptc.netmarkets.templates with parameters of type EPMDocument
 ArrayList StandardNmTemplatesService.getCADDocumentRowData(EPMDocument epmDoc, Locale locale)
          

Supported API: false
 ArrayList NmTemplatesServiceFwd.getCADDocumentRowData(EPMDocument epmDoc, Locale locale)
          

Supported API: false
 ArrayList NmTemplatesService.getCADDocumentRowData(EPMDocument epmDoc, Locale locale)
          

Supported API: false
 

Uses of EPMDocument in com.ptc.netmarkets.util.misc
 

Methods in com.ptc.netmarkets.util.misc with parameters of type EPMDocument
 Vector StandardNmActionService.traverseDocumentStructure(EPMDocument document, Vector v)
           
 

Uses of EPMDocument in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad that return EPMDocument
 EPMDocument WindchillIntegrationManager.lookupDocument(String number, String revision, String solution, String context)
           
private  EPMDocument DesignAll.getBoardDocumentFromEPMAssembly(EPMDocument epmAssembly)
           
private  EPMDocument DesignAll.getSchematicDocumentFromEPMAssembly(EPMDocument epmAssembly)
           
 

Methods in com.ptc.wgmecad with parameters of type EPMDocument
private  EPMDocument DesignAll.getBoardDocumentFromEPMAssembly(EPMDocument epmAssembly)
           
private  EPMDocument DesignAll.getSchematicDocumentFromEPMAssembly(EPMDocument epmAssembly)
           
 

Uses of EPMDocument in com.ptc.wgmecad.ecad
 

Methods in com.ptc.wgmecad.ecad that return EPMDocument
 EPMDocument ClientInterface.lookupDocument(String number, String revision, WTContainerRef containerRef)
           
 

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

Methods in com.ptc.windchill.cadx.autoassociate that return EPMDocument
private  EPMDocument AutoAssociateTaskDelegate.associate(EPMDocument doc, Object part, String exist_assoc, String modify_assoc, EPMWorkspace ws, String otherAssocDocExists)
           
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type EPMDocument
 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.searchForPart(EPMDocument epmdoc, EPMWorkspace ws)
           
 WTPart DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc, String a_PartNumber, String a_PartName, PartType a_PartType, String a_folderOID, EPMWorkspace a_CurrentWS, WTOrganization a_org, Source a_source, QuantityUnit a_defaultUnits)
           
private  EPMDocument AutoAssociateTaskDelegate.associate(EPMDocument doc, Object part, String exist_assoc, String modify_assoc, EPMWorkspace ws, String otherAssocDocExists)
           
private  void AutoAssociateTaskDelegate.processExistingAssociate(EPMDocument doc, Workable aPart, String exist_assoc, String modify_assoc, EPMWorkspace ws, String otherAssocDocExists)
           
private  void AutoAssociateTaskDelegate.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)
           
 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)
           
static String AutoAssociateHelper.getNewPartNumber(EPMWorkspace ws, EPMDocument doc)
           
static String AutoAssociateHelper.getNewPartName(EPMWorkspace ws, EPMDocument doc)
           
static Vector AutoAssociateHelper.createOrFetchPartsAndAssociate(EPMDocument[] docs, EPMWorkspace workspace)
           
static HashMap AutoAssociateHelper.associateDocsWithNewOrExistingParts(EPMDocument[] docs, EPMWorkspace workspace)
           
private static boolean AutoAssociateHelper.isDrawingAlreadyAssociatedWithPart(EPMDocument drawing, WTPart part)
           
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)
           
static int AutoAssociateHelper.containedInSelectedDocs(EPMDocument a_DocToSearch, long[] a_SelectedDocIds)
           
static Object[] AutoAssociateHelper.getFilteredReferedDoc(EPMDocument drawingDoc, EPMWorkspace workspace)
           
private  WTPart AutoAssociateFormProcessor.searchForExistingPart(EPMDocument doc, EPMWorkspace ws)
           
protected  WTPart AutoAssociateFormProcessor.getPart(AutoAssociatePartFinderCreator adag, EPMDocument document, EPMWorkspace ws)
           
private  void AutoAssociateFormProcessor.processDrawingDoc(EPMDocument referedDoc, EPMDocument drawingDoc, EPMWorkspace workspace, Locale locale, boolean isPackage)
           
private  void AutoAssociateFormProcessor.addDrawingWithPartToWsRow(EPMDocument drawingDoc, String newPartNumber, String newPartName, String newPartURL, String partOID, EPMWorkspace workspace, Locale locale, boolean isPackage)
           
private  boolean AutoAssociateFormProcessor.isDocPackage(EPMDocument doc)
           
 

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

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

Supported API: true
static boolean AutoPartCreatorHelper.isDrawing(EPMDocument a_Doc)
          

Supported API: false
private static int AutoPartCreatorHelper.containedInSelectedDocs(EPMDocument a_DocToSearch, long[] a_SelectedDocIds)
           
private static boolean AutoPartCreatorHelper.isDocumentTypeForbidden(EPMDocument a_Document)
           
private static boolean AutoPartCreatorHelper.isDocumentSubTypeForbidden(EPMDocument a_Document)
           
 WTPart AutoPartCreator.createAutoPart(EPMWorkspace a_Workspace, EPMDocument a_Document)
          

Supported API: true
 

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

Methods in com.ptc.windchill.cadx.caddoc that return EPMDocument
static EPMDocument EPMGetDepsTemplateProcessor.getCorrectIteration(EPMDocumentMaster doc, Hashtable lookup, ConfigSpec configSpec, ConfigSpec latest)
           
private  EPMDocument CADDocProcessorService.getFirstIterationOfThisVersion(Mastered master)
           
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type EPMDocument
private  boolean PVXTemplateProcessor.isProECADDocument(EPMDocument doc)
           
private  boolean PVXTemplateProcessor.containsDocument(EPMWorkspace ws, EPMDocument doc)
           
private  String PVXTemplateProcessor.getAssociatedWorkspaceName(EPMDocument target)
           
private  void PVXTemplateProcessor.setLocalCacheWorkspace(EPMDocument currentDoc, String assocWS)
           
private  void PVXTemplateProcessor.setLocalCacheWTWSURI(EPMDocument currentDoc, String docLocation)
           
private  boolean PVXTemplateProcessor.determineControls(EPMDocument doc)
           
private  Enumeration EPMWhereUsedProcessor.getUsedByDocs(EPMDocument doc)
           
private  String EPMGetDepsTemplateProcessor.newDocSpecData(EPMDocumentMaster dm, EPMDocument doc, String[] names, String lookupName, String lookupValue, boolean current, Locale locale)
           
private  void EPMGetDepsTemplateProcessor.printProEFunctionCall(PrintWriter out, EPMDocument doc, String role, String serverName, String wsName)
           
private  void EPMGetDepsTemplateProcessor.recurseFamily(PrintWriter out, boolean askProE, boolean useNumber, EPMDocument current, EPMDocument propPageDocument, int level, Hashtable validInstances, Locale locale)
           
private  String EPMGetDepsTemplateProcessor.getFamilyType(EPMDocument doc, Locale locale)
           
private  String EPMGetDepsTemplateProcessor.getFamilyTypeNew(EPMDocument doc, Locale locale)
           
static Object[] EPMGetDepsTemplateProcessor.getPartsForDisplay(EPMDocument source, Locale locale)
           
private static QueryResult EPMGetDepsTemplateProcessor.getQueryResultForDoc(EPMDocument source)
           
private static EPMDescribeLink[] EPMGetDepsTemplateProcessor.getDescribesLinksForDocs(EPMDocument doc)
           
private  String EPMGetDepsTemplateProcessor.getNumberVersionId(EPMDocument doc)
           
private  String CADDocProcessorService.getModifiedByPersonName(EPMDocument doc, String trailkey)
           
private  String CADDocProcessorService.getCreatedByPersonName(EPMDocument doc, String trailkey)
           
 ContentItem CADDocProcessorService.getPrimaryContent(EPMDocument doc, ContentHolder holder, boolean isJ03ND)
           
private  ContentHolder CADDocProcessorService.getContentHolder(EPMDocument doc, boolean isJ03ND)
           
 

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

Methods in com.ptc.windchill.cadx.checkin with parameters of type EPMDocument
static boolean ModelCheckHelper.isModelCheckPassed(EPMDocument epmdoc, boolean[] mcValid)
           
static String ModelCheckHelper.getGeneralError(EPMDocument epmdoc)
           
private  Folder CheckinFormProcessor.getDocumentLocation(EPMDocument doc, EPMWorkspace work, WTContainer container)
           
 

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

Methods in com.ptc.windchill.cadx.common that return EPMDocument
private static EPMDocument[] ObjectDependencyProcessor.getAssociated(WTPart target)
          This method gives all EPMDocument objects associated with a WTPart object
static EPMDocument EPMDocumentUtilities.getEPMDocument(String number)
           
static EPMDocument EPMDocumentUtilities.getEPMDocument(String number, ConfigSpec configSpec)
          This method finds a document based on its unique number and the config spec.
static EPMDocument EPMDocumentUtilities.setDescription(EPMDocument doc, String docDescription)
          This method sets the description of the EPMDocument
static EPMDocument EPMDocumentUtilities.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
          This method returns the appropriate version of generic document for the input instance document (if any) by applying the input config specs.
static EPMDocument EPMDocumentUtilities.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static EPMDocument EPMDocumentUtilities.getLatestCompatibleGeneric(EPMDocument inst)
           
static EPMDocument EPMDocumentUtilities.getTemplateEPMDocument(String number, WTContainer container)
          This method finds a template document based on its unique number using the latest config spec.
 

Methods in com.ptc.windchill.cadx.common with parameters of type EPMDocument
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)
           
static ArrayList ObjectDependencyProcessor.getUsesComponentsForEPMDoc(EPMDocument doc, ConfigSpec docConfigSpec, ArrayList docList)
          This method finds the components used in an assembly structure.
private static void ObjectDependencyProcessor.addAssociatedDocs(EPMDocument[] assocDocs, Set[] objectSets, Set targetSet)
           
private static WTPart[] ObjectDependencyProcessor.getAssociated(EPMDocument source)
          This method gives all WTPart objects associated with an EPMDocument object
static String EPMDocumentUtilities.getAuthoringApplication(EPMDocument doc)
           
static boolean EPMDocumentUtilities.isPopulated(EPMDocument obj)
           
static boolean EPMDocumentUtilities.hasRefCheckedOut(EPMDocument target)
           
static void EPMDocumentUtilities.saveFolderData(EPMDocument document, String location)
          This method saves folder information specidifed during document creation .
static String EPMDocumentUtilities.getFolderData(EPMDocument document)
          This method gets folder information of Newly created doc If document doesn't have folder information then , null will be returned.
static EPMDocument EPMDocumentUtilities.setDescription(EPMDocument doc, String docDescription)
          This method sets the description of the EPMDocument
private static String EPMDocumentUtilities.getBaseIconImage(EPMDocument doc)
           
static EPMDocument EPMDocumentUtilities.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
          This method returns the appropriate version of generic document for the input instance document (if any) by applying the input config specs.
static EPMDocument EPMDocumentUtilities.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static Object[] EPMDocumentUtilities.getCompatibleGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric, WTContainer container)
          This method returns the appropriate version of generic document for the input instance document If any compatible iteration of generic which config spec qualifies is returned If config spec doesnot qualify any iteration then the latest compatible is returned.
static EPMFamily EPMDocumentUtilities.getEPMFamily(EPMDocument epmDoc, boolean refresh)
          This method gets the Family information ie EPMFamily object for document.
static boolean EPMDocumentUtilities.isDocumentGeneric(EPMDocument epmDoc)
          This method test the document for generic The Information will be cached at client
static String EPMDocumentUtilities.getGenericDocumentNumber(EPMDocument epmDoc)
          This method gets the number of the generic document.
static boolean EPMDocumentUtilities.isDocumentInstance(EPMDocument epmDoc)
          This method test the document for instance The Information will be cached at client
static boolean EPMDocumentUtilities.isInFamily(String CADName, EPMDocument epmDoc)
           
static Vector EPMDocumentUtilities.getInstanceCADNames(EPMDocument epmDoc)
           
static boolean EPMDocumentUtilities.saveFamilyTable(EPMDocument genericDocument, HashMap familyTable)
          This method saves the documents family table information as supporting data.
static HashMap EPMDocumentUtilities.getFamilyTable(EPMDocument genericDocument)
          This method returns family table for document.
static int EPMDocumentUtilities.getDocumentType(EPMDocument a_Document)
          This method will return if a particular document is a 'Generic document' or an 'Instance document' or just a regular document NOTE : SIMILAR API PROVIDED BY EPM SERVER IS NOT USED FOR PERFORMANCE REASON.
static boolean EPMDocumentUtilities.docHasContents(EPMDocument doc)
           
static String EPMDocumentUtilities.MapDocumentTypeToPDMObjType(EPMDocument doc, int docType, ConfigSpec configSpec)
           
static String EPMDocumentUtilities.getPDMObjType(EPMDocument doc)
           
static EPMDocument EPMDocumentUtilities.getLatestCompatibleGeneric(EPMDocument inst)
           
static boolean EPMDocumentUtilities.isDocumentTypeForbidden(EPMDocument a_Document)
           
static boolean EPMDocumentUtilities.isDocumentSubTypeForbidden(EPMDocument a_Document)
           
static Object[] EPMDocumentUtilities.getCompatibleGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
 

Uses of EPMDocument in com.ptc.windchill.cadx.common.prowt
 

Methods in com.ptc.windchill.cadx.common.prowt with parameters of type EPMDocument
static boolean ProEClientUtilities.isAuthoringApplicationProE(EPMDocument doc)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHTML(EPMDocument obj, String genericName, String activeProEServerAlias, String linkTitle, String linkID, String linkCSS, String onclickURL, Locale locale)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHTML(String wsname, EPMDocument obj, String genericName, String activeProEServerAlias, String linkTitle, String linkID, String linkCSS, String onclickURL, Locale locale)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHTML(String wsname, EPMDocument obj, String genericName, String activeProEServerAlias, String linkTitle, String linkID, String linkCSS, String onclickURL, Locale locale, Boolean isK_01ProeE)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHTML(EPMDocument obj, String activeProEServerAlias, String linkTitle, String linkID, String linkCSS)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHTML(EPMDocument obj, HTTPState state, String linkTitle, String linkID, String linkCSS)
           
static String ProEClientUtilities.getFullyQualifiedFilename(EPMDocument obj, String genericName)
           
static String ProEClientUtilities.getFullyQualifiedProeFileName(EPMDocument obj)
           
static String ProEClientUtilities.getFakeFolderPathUnencoded(EPMDocument doc, Locale locale)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHref(EPMDocument obj, String genericName, String activeProEServerAlias, Locale locale)
           
static String ProEClientUtilities.getOpenModelAnchorLinkHref(EPMDocument obj, String genericName, String activeProEServerAlias, Locale locale, Boolean isK_01ProeE)
           
static String ProEClientUtilities.getObjectPropertiesAnchorLinkHref(EPMDocument obj, Locale locale)
           
private static Object[] ProEClientUtilities.getProjectFolderPath(EPMDocument obj)
           
private static Object[] ProEClientUtilities.getEPMDocumentFolderPath(EPMDocument obj)
           
 

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

Fields in com.ptc.windchill.cadx.common.util declared as EPMDocument
private  EPMDocument EPMDocumentProps.doc
           
 

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

Supported API: false
static EPMDocument[] ObjectDependencyUtility.getFamilyInstances(EPMDocument genericDoc, ConfigSpec configSpec)
           
static EPMDocument[] ObjectDependencyUtility.getFamilyInstances(EPMDocument genericDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
          Obtains all the family instances for the given generic document, filtered using configSpec.
static EPMDocument[] ObjectDependencyUtility.getCompatibleFamilyInstances(EPMDocument genericDoc, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, boolean isPartCentric, WTContainer container)
          Obtains all the family instances for the given generic document, filtered using configSpec.
static EPMDocument[] ObjectDependencyUtility.getActiveAssociated(WTPart target)
           
static EPMDocument[] ObjectDependencyUtility.getPassiveAssociated(WTPart target)
           
static EPMDocument[] ObjectDependencyUtility.getCompatibleFamilyInstances(EPMDocument genericDoc, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, boolean isPartCentric)
           
static EPMDocument[] GenericUtilities.getAssociatedDocuments(WTPart target)
          This method gives all EPMDocument objects associated with a WTPart object
static EPMDocument CADDocUtilities.getTemplateEPMDocument(String number)
          Deprecated. Instead use EPMDocumentUtilities.getTemplateEPMDocument (templateDocNumber, container)
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, boolean createInPersonalCabinet)
          Deprecated. Use createNewEPMDocument (String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument,EPMWorkspace wsObj,WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container)
           
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
          Create the CAD Document in the specified shared folder location or in the personal cabinet of the workspace folder, based upon the specified choice.
static EPMDocument CADDocUtilities.saveNewEPMDocument(EPMDocument document, EPMDocument templateEPMDocument, boolean createInPersonalCabinet, String location, WTContainer container)
          Persist the newly constructed EPMDocument.
static EPMDocument CADDocUtilities.newCopyEPMDocument(EPMDocument document, String newnumber, String newname, Folder folder, String newCADName)
          For the specified (template) CAD Doc and for the specified values, create a new CAD Doc using Enterprise services newCopy operation.
 

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

Supported API: false
static boolean WorkspaceUtilities.isModifiable(EPMDocument a_Doc, Folder a_Folder)
          Returns true if the documents passed is checked-out to the passed folder or the document is new.
static boolean WorkInProgressUtilities.isNewDocument(EPMDocument object)
           
 boolean PROEDocSpec.isNameChangeable(EPMDocument epmDocument)
           
 boolean PROEDocSpec.isNumberChangeable(EPMDocument epmDocument)
           
 boolean PROEDocSpec.isFileNameChangeable(EPMDocument epmDocument)
           
private  Vector PROEDocSpec.getRenamableVetoVector(EPMDocument epmDocument)
           
static WTPart[] ObjectDependencyUtility.getAssociated(EPMDocument source)
          

Supported API: false
static Enumeration ObjectDependencyUtility.getReferedDocuments(EPMDocument a_Doc, ConfigSpec a_ConfigSpec)
          This method returns the documents refered by a drawing.
private static void ObjectDependencyUtility.addAssociatedDocs(EPMDocument[] assocDocs, Set[] objectSets, Set targetSet)
           
private static QueryResult ObjectDependencyUtility.getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, EPMDocument object, EPMDocConfigSpec docConfigSpec)
           
private static void ObjectDependencyUtility.addFamilyInstancesToInstanceSet(EPMDocument genericDoc, EPMDocument instanceDoc, ConfigSpec docConfigSpec, Set selectedAndDependentsSet, Set instanceSet, Set excludeSet, Set[] objectSets, boolean includeAssociated, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static EPMDocument[] ObjectDependencyUtility.getFamilyInstances(EPMDocument genericDoc, ConfigSpec configSpec)
           
static EPMDocument[] ObjectDependencyUtility.getFamilyInstances(EPMDocument genericDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
          Obtains all the family instances for the given generic document, filtered using configSpec.
static EPMDocument[] ObjectDependencyUtility.getCompatibleFamilyInstances(EPMDocument genericDoc, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, boolean isPartCentric, WTContainer container)
          Obtains all the family instances for the given generic document, filtered using configSpec.
static WTPart[] ObjectDependencyUtility.getActiveAssociated(EPMDocument source)
           
static WTPart[] ObjectDependencyUtility.getPassiveAssociated(EPMDocument source)
           
static EPMReferenceLink ObjectDependencyUtility.getEPMReferenceLink(EPMDocument srcDoc)
           
static Enumeration ObjectDependencyUtility.getRequiredReferedDocuments(EPMDocument a_Doc, ConfigSpec a_ConfigSpec)
          This method returns only the required documents refered by a drawing.
static EPMDocument[] ObjectDependencyUtility.getCompatibleFamilyInstances(EPMDocument genericDoc, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, boolean isPartCentric)
           
 boolean ICubedDocSpec.isNameChangeable(EPMDocument epmDocument)
           
 boolean ICubedDocSpec.isNumberChangeable(EPMDocument epmDocument)
           
 boolean ICubedDocSpec.isFileNameChangeable(EPMDocument epmDocument)
           
private  Vector ICubedDocSpec.getRenamableVetoVector(EPMDocument epmDocument)
           
private static BinaryLink[] GenericUtilities.getAssociated(EPMDocument doc)
          returns the BinaryLinks for EPMDocument.
private static boolean GenericUtilities.isAssociationExists(EPMDocument doc)
          returns true if associate object exists for given document
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(EPMDocument doc)
          return active links for a given document
static void GenericUtilities.removeContainedInLinks(EPMDocument instance)
          

Supported API: false
static String GenericUtilities.getGenericDocumentNumber(EPMDocument doc)
          This method gets the number of the generic document.
static EPMFamily GenericUtilities.getEPMFamily(EPMDocument doc, boolean refresh)
          This method gets the Family information ie EPMFamily object for document.
static boolean GenericUtilities.isDocumentGeneric(EPMDocument epmDoc)
          This method test the document for generic The Information will be cached at client

Supported API: false
static boolean GenericUtilities.isDocumentInstance(EPMDocument epmDoc)
          This method test the document for generic The Information will be cached at client

Supported API: false
static String GenericUtilities.getInstance(EPMDocument epmDoc)
          This method test the document for generic The Information will be cached at client

Supported API: false
static Vector GenericUtilities.getUsedByEPMDucuments(EPMDocument epmDoc)
          For the specified EPMDocument, get a Vector of the documents for the 'usedBy' association
private static BinaryLink[] GenericUtilities.findBuildRules(WTPart part, EPMDocument doc)
           
 boolean GeneralDocSpec.isNumberChangeable(EPMDocument epmDocument)
           
 boolean GeneralDocSpec.isNameChangeable(EPMDocument epmDocument)
           
 boolean GeneralDocSpec.isFileNameChangeable(EPMDocument epmDocument)
           
static boolean CheckoutMetadataHelper.isObjectCheckoutMetadataInWorkspace(EPMWorkspace workspace, EPMDocument doc)
          This method whether object is CheckoutMetaData in the given workspace
static boolean CheckoutMetadataHelper.isObjectDownloadMetadataInWorkspace(EPMWorkspace workspace, EPMDocument doc)
          spatanka : Vide SPR 1047902 : Added this method to see that the object is DOWNLOAD_LINKONLY in the given workspace
 boolean CATIAV4DocSpec.isNameChangeable(EPMDocument epmDocument)
           
 boolean CATIAV4DocSpec.isNumberChangeable(EPMDocument epmDocument)
           
 boolean CATIAV4DocSpec.isFileNameChangeable(EPMDocument epmDocument)
           
private  Vector CATIAV4DocSpec.getRenamableVetoVector(EPMDocument epmDocument)
           
 boolean CADDS5DocSpec.isNameChangeable(EPMDocument epmDocument)
           
 boolean CADDS5DocSpec.isNumberChangeable(EPMDocument epmDocument)
           
 boolean CADDS5DocSpec.isFileNameChangeable(EPMDocument epmDocument)
           
private  Vector CADDS5DocSpec.getRenamableVetoVector(EPMDocument epmDocument)
           
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, boolean createInPersonalCabinet)
          Deprecated. Use createNewEPMDocument (String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument,EPMWorkspace wsObj,WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container)
           
static EPMDocument CADDocUtilities.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
          Create the CAD Document in the specified shared folder location or in the personal cabinet of the workspace folder, based upon the specified choice.
static EPMDocument CADDocUtilities.saveNewEPMDocument(EPMDocument document, EPMDocument templateEPMDocument, boolean createInPersonalCabinet, String location, WTContainer container)
          Persist the newly constructed EPMDocument.
static Boolean CADDocUtilities.isValidProEDocumentType(EPMDocument obj)
           
static EPMDocument CADDocUtilities.newCopyEPMDocument(EPMDocument document, String newnumber, String newname, Folder folder, String newCADName)
          For the specified (template) CAD Doc and for the specified values, create a new CAD Doc using Enterprise services newCopy operation.
 boolean CADDocSpecs.isNumberChangeable(EPMDocument epmDocument)
           
 boolean CADDocSpecs.isNameChangeable(EPMDocument epmDocument)
           
 boolean CADDocSpecs.isFileNameChangeable(EPMDocument epmDocument)
           
static CADDocSpecs CADDocSpecFactory.newCADDocSpec(EPMDocument epmdocument)
           
static boolean AssociateUtilities.isGhostObject(EPMDocument doc, EPMWorkspace ws)
           
static WTPart AssociateUtilities.getActiveAssociatedPart(EPMDocument source)
           
 

Constructors in com.ptc.windchill.cadx.common.util with parameters of type EPMDocument
EPMDocumentProps(EPMDocument doc)
          

Supported API: false
CheckoutMetadata(EPMDocument doc)
           
 

Uses of EPMDocument in com.ptc.windchill.cadx.disassociate
 

Methods in com.ptc.windchill.cadx.disassociate that return EPMDocument
protected  EPMDocument DisassociateFormProcessor.getBuildSourceDoc(Object part)
           
 

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

Methods in com.ptc.windchill.cadx.editattrs with parameters of type EPMDocument
private  Vector EditAttributesFormProcessor.getValues(EPMDocument doc, boolean isAssosiated)
           
 

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

Fields in com.ptc.windchill.cadx.newcaddoc declared as EPMDocument
private  EPMDocument NewCadDocFormTaskDelegate.newDocObj
           
private  EPMDocument NewCadDocFormTaskDelegate.referredDocTempl
           
 

Methods in com.ptc.windchill.cadx.newcaddoc that return EPMDocument
private  EPMDocument NewCadDocFormTaskDelegate.getTemplateEPMDocument(String modelType)
          For the specified model type, get the template EPMDocument.
private  EPMDocument NewCadDocFormTaskDelegate.getTemplateByConfiguredDocNumber(String modelType)
          For the specified model type, get the template EPMDocument as per the template cad doc number specified in the configuration file for this type of model.
private  EPMDocument NewCadDocFormTaskDelegate.getTemplateCadDocForContainer(String modelType)
          For the specified model type, get the template cad doc as found in the container.
 EPMDocument NewCadDocFormTaskDelegate.getReferencedDocument(EPMDocument srcDoc)
           
 

Methods in com.ptc.windchill.cadx.newcaddoc with parameters of type EPMDocument
 EPMDocument NewCadDocFormTaskDelegate.getReferencedDocument(EPMDocument srcDoc)
           
private  boolean NewCadDocFormTaskDelegate.additionalValidation(EPMDocument tmplDoc)
          This method must be called after validateData ().
private  void NewCadDocFormTaskDelegate.initializeEPMReferenceLink(EPMReferenceLink newLink, EPMReferenceLink srcLink, EPMDocument srcObj, EPMDocument refObj)
           
private  void NewCadDocFormTaskDelegate.removeUnwantedReferencedLinks(EPMDocument srcObj)
          During copy, the EPMReferenceLink gets copied too when a EPMDocument with reference link is copied.
 

Uses of EPMDocument in com.ptc.windchill.cadx.newcaddoctemplate
 

Methods in com.ptc.windchill.cadx.newcaddoctemplate that return EPMDocument
private  EPMDocument CreateTemplateCADDocumentFormTaskDelegate.getEPMDocumentByOid(String objectOid)
          For the specified object id (in the oid format) for the EPMDocument ovbject, return back the EPMDocument.
 

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

Fields in com.ptc.windchill.cadx.placeHolder declared as EPMDocument
private  EPMDocument PlaceHolderTaskDelegate.newDocObj
           
 

Methods in com.ptc.windchill.cadx.placeHolder that return EPMDocument
protected static EPMDocument PlaceHolderTaskDelegate.renameDocContents(EPMDocument newDocument)
           
private  EPMDocument PlaceHolderTaskDelegate.getTemplateEPMDocument(String modelType)
           
private  EPMDocument PlaceHolderTaskDelegate.getTemplateCadDocForContainer(String modelType)
          For the specified model type, get the template cad doc as found in the container.
private  EPMDocument PlaceHolderTaskDelegate.getTemplateByConfiguredDocNumber(String modelType)
          For the specified model type, get the template EPMDocument as per the template cad doc number specified in the configuration file for this type of model.
 

Methods in com.ptc.windchill.cadx.placeHolder with parameters of type EPMDocument
protected static EPMDocument PlaceHolderTaskDelegate.renameDocContents(EPMDocument newDocument)
           
static Boolean PlaceHolderActionDelegate.isValidProEDocumentType(EPMDocument obj)
           
 

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

Fields in com.ptc.windchill.cadx.prowtutil declared as EPMDocument
private  EPMDocument FamilyInfo.doc
           
 

Methods in com.ptc.windchill.cadx.prowtutil that return EPMDocument
protected static EPMDocument FamilyUtilities.getFromContent(Map content, int contentType, List epms)
          Search the respective EPMDocument among the iterations of given content of workspace/config spec
protected static EPMDocument FamilyUtilities.getLatest(ArrayList iters)
          Search the latest iteration among the given iterations.
protected static EPMDocument FamilyUtilities.getFromMultipleChoice(Map mastersCS, EPMWorkspace ws, ConfigSpec cs, Map[] content, boolean[] isFirstContentCall, ArrayList iters)
          Search the respective iteration among the given iterations using the given workspace and ConfigSpec.
 EPMDocument FamilyInfo.getDocument()
           
 

Methods in com.ptc.windchill.cadx.prowtutil with parameters of type EPMDocument
protected static void FamilyUtilities.addDependence(FamilyInfo fam, EPMDocument doc, Map input)
           
protected static boolean FamilyUtilities.isIgnorableLink(EPMDocument a, EPMDocument b, Map wsDocs, boolean isPJLWorkspace)
           
 void FamilyInfo.addDependence(EPMDocument dependence)
           
 

Constructors in com.ptc.windchill.cadx.prowtutil with parameters of type EPMDocument
FamilyInfo(EPMDocument doc)
           
 

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

Fields in com.ptc.windchill.cadx.rename declared as EPMDocument
private  EPMDocument RenameFormProcessor.workspaceSelObj
           
private  EPMDocument RenameFormProcessor.aEPMDocument
           
 

Methods in com.ptc.windchill.cadx.rename with parameters of type EPMDocument
private  void RenameFormTaskDelegate.renumberEPMDocument(EPMDocument docToRenumber, String docName, String docNumber, String docCADName)
           
 

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

Methods in com.ptc.windchill.cadx.revise with parameters of type EPMDocument
private  Vector ReviseFormProcessor.getValues(EPMDocument doc, boolean isAssosiated)
           
 

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

Methods in com.ptc.windchill.cadx.saveas that return EPMDocument
static EPMDocument SaveAsUtils.getSeedObject(Mastered masterObj, EPMDocConfigSpec docConfigSpec, Iterated ctxObj)
           
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type EPMDocument
static String[] SaveAsUtils.setNumberAndCADNameFromAutoNumbering(WTContainer container, EPMDocument original)
           
static String SaveAsUtils.generateCADNameFromNumber(EPMDocument orig, String value)
           
static Object[] SaveAsUtils.addAsStoredBaseLines(EPMDocument selObj, Locale locale)
           
 

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

Methods in com.ptc.windchill.cadx.search with parameters of type EPMDocument
private  String StandardCustomSearchManager.getObjGlyphTag(EPMDocument obj, boolean[] instance_generic_holder_shared)
           
static String StandardCustomSearchManager.getWorkspaceContentState(EPMDocument obj)
           
static String IntegratedSearchProcessor.getGenericName(EPMDocument doc)
           
 

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

Methods in com.ptc.windchill.cadx.update with parameters of type EPMDocument
private  void UpdateFamilyEvaluator.splitFamilies(Map first, Map second, boolean isInstance, EPMDocument doc)
          splits the instances belonging to the family of the input document into two maps based upon which of them require an update
private  boolean UpdateFamilyEvaluator.doesListContainDoc(List list, EPMDocument doc)
          This method checks whether a document with input object ID exists in input list
 

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

Methods in com.ptc.windchill.cadx.ws with parameters of type EPMDocument
static boolean WorkspaceHelper.isNewDocument(EPMDocument document)
           
 

Uses of EPMDocument in com.ptc.windchill.classproxy
 

Methods in com.ptc.windchill.classproxy that return EPMDocument
static EPMDocument CadxClassProxy.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
           
static EPMDocument CadxClassProxy.setDescription(EPMDocument doc, String docDescription)
           
static EPMDocument[] CadxClassProxy.getFamilyInstances(EPMDocument genericDoc, ConfigSpec configSpec)
           
static EPMDocument CadxClassProxy.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
           
 

Methods in com.ptc.windchill.classproxy with parameters of type EPMDocument
static EPMDocument CadxClassProxy.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
           
static EPMDocument CadxClassProxy.setDescription(EPMDocument doc, String docDescription)
           
static EPMDocument[] CadxClassProxy.getFamilyInstances(EPMDocument genericDoc, ConfigSpec configSpec)
           
static boolean CadxClassProxy.isAuthoringApplicationProE(EPMDocument doc)
           
static String CadxClassProxy.getOpenModelAnchorLinkHTML(String wsname, EPMDocument obj, String genericName, String activeProEServerAlias, String linkTitle, String linkID, String linkCSS, String onclickURL, Locale locale, Boolean isK_01ProeE)
           
static boolean CadxClassProxy.isDocumentGeneric(EPMDocument epmDoc)
           
static boolean CadxClassProxy.isDocumentInstance(EPMDocument epmDoc)
           
static EPMDocument CadxClassProxy.createNewEPMDocument(String documentNumber, String documentName, String modelName, String location, String modelType, EPMDocument templateEPMDocument, EPMWorkspace wsObj, WTOrganization org, WTContainer container, boolean createInPersonalCabinet)
           
 

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

Fields in com.ptc.windchill.uwgm.cadx.autoassociate declared as EPMDocument
private  EPMDocument AutoAssociateExistingPartsFormProcessor.DocAssocInfo.document
           
 

Methods in com.ptc.windchill.uwgm.cadx.autoassociate with parameters of type EPMDocument
private  boolean AutoAssociateExistingPartsFormProcessor.validate(EPMDocument epmDoc)
           
private  boolean AutoAssociateExistingPartsFormProcessor.isAlreadyAssociated(EPMDocument doc)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.autoassociate with parameters of type EPMDocument
AutoAssociateExistingPartsFormProcessor.DocAssocInfo(EPMDocument doc)
           
 

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

Fields in com.ptc.windchill.uwgm.cadx.caddoc declared as EPMDocument
private  EPMDocument JSFamilyTableDataHandler.currentDoc
           
private  EPMDocument FamilyTableMember.famDoc
           
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc that return EPMDocument
 EPMDocument FamilyTableMember.getEPMDoc()
           
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc with parameters of type EPMDocument
 List JSFamilyTableDataHandler.getInheritedColumns(EPMDocument famDoc, Map instCellColumnVal)
           
 void JSFamilyTableDataHandler.getFeaturesList(EPMDocument doc)
           
private  void JSFamilyTableDataHandler.getFamilyNestedMembers(EPMDocument famDoc)
           
private  void CADDocFamilyTableJS.getFamilyNestedMemberNDData(EPMDocument famDoc, EPMWorkspace workspace)
           
private  void CADDocFamilyTableJS.getInstanceMembers(EPMDocument famDoc, EPMWorkspace workspace)
           
private  void CADDocFamilyTableJS.getFamilyNestedMembers(EPMDocument famDoc, EPMWorkspace workspace)
           
 void CADDocFamilyTableJS.getAllChildren(EPMDocument famDoc, EPMWorkspace workspace)
           
 void CADDocFamilyTableJS.getPamamAndFeatures(EPMDocument famDoc, EPMWorkspace workspace)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.caddoc with parameters of type EPMDocument
FamilyTableMember(EPMDocument doc)
           
FamilyTableMember(int index, EPMDocument doc)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type EPMDocument
private  Folder CheckinFormProcessor.getDocumentLocation(EPMDocument doc, EPMWorkspace work, WTContainer container)
           
 

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

Fields in com.ptc.windchill.uwgm.cadx.multieditattr declared as EPMDocument
private  EPMDocument MultiEditAttrDataHandler.currentDoc
           
 

Methods in com.ptc.windchill.uwgm.cadx.multieditattr that return EPMDocument
 EPMDocument[] MultiEditAttrFormTaskDelegate.getInstanceDocs(EPMDocument selectDocument, EPMWorkspace workspace)
           
 EPMDocument[] MultiEditAttrCheckOutConflictTableJS.getInstanceforCheckout(EPMDocument selectDocument, Vector attrVec, EPMWorkspace workspace, FamilyTableResult familyResult)
           
 

Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type EPMDocument
 void MultiEditAttrFormTaskDelegate.updateInstanceDoc(String selectedAttrName, String selectedAttrValue, EPMDocument[] instanceArray, EPMWorkspace workspace, Locale locale)
           
 void MultiEditAttrFormTaskDelegate.updateFamilyCellValToIndependent(EPMDocument selectDocument, String selectedAttrName)
           
 EPMDocument[] MultiEditAttrFormTaskDelegate.getInstanceDocs(EPMDocument selectDocument, EPMWorkspace workspace)
           
 void MultiEditAttrFormTaskDelegate.updateInheritedInstanceDoc(EPMDocument selectDocument, String selectedAttrName, String selectedAttrValue, FamilyTableResult familyResult, EPMWorkspace workspace, Locale locale)
           
 Map MultiEditAttrFormTaskDelegate.getAttrbuteType(EPMDocument selectDocument, Vector selectedObjs, EPMWorkspace workspace, FamilyTableResult familyResult)
           
private  void MultiEditAttrFormTaskDelegate.getFamilyNestedMemberNDData(EPMDocument famDoc, EPMWorkspace workspace, FamilyTableResult familyResult, WTCollection familyObjects)
           
private  void MultiEditAttrFormTaskDelegate.getInstanceMembers(EPMDocument famDoc, EPMWorkspace workspace, WTCollection familyObjects, FamilyTableResult familyResult)
           
private  Vector MultiEditAttrFormProcessor.getValues(EPMDocument doc, boolean isAssosiated)
           
 void MultiEditAttrDataHandler.initIbaMap(EPMDocument persistable, Locale locale)
           
 JSPropertyValue MultiEditAttrDataHandler.getJSPropertyValue(String attribute, Locale locale, EPMDocument persistable)
           
 void MultiEditAttrDataHandler.getAttrTypeMap(EPMDocument persistable)
           
 JSPropertyValue MultiEditAttrConflictDataHandler.getJSPropertyValue(String attribute, Locale locale, EPMDocument persistable)
           
 EPMDocument[] MultiEditAttrCheckOutConflictTableJS.getInstanceforCheckout(EPMDocument selectDocument, Vector attrVec, EPMWorkspace workspace, FamilyTableResult familyResult)
           
private  void MultiEditAttrCheckOutConflictTableJS.getInstanceMembers(EPMDocument famDoc, EPMWorkspace workspace, WTCollection familyObjects, FamilyTableResult familyResult)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.multirename with parameters of type EPMDocument
private  com.ptc.windchill.uwgm.soap.impl.uwgmsvc.EpmRenameInstruction_i RenameRequestAdapter.createEpmRenameInsruction(EPMDocument epmDoc, String newName, String newCadName, String newNumber)
           
private  String RenameRequestAdapter.generateFileNameFromNumber(EPMDocument doc, String number)
           
 

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

Fields in com.ptc.windchill.uwgm.cadx.newcaddoc declared as EPMDocument
private  EPMDocument NewCadDocWizardFormTaskDelegate.newDocObj
           
private  EPMDocument NewCadDocWizardFormTaskDelegate.referredDocTempl
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.request with parameters of type EPMDocument
protected  com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i AbstractWsIterationRequestAdapter.createEpmIteraion(EPMDocument doc)
          Create EpmIteration
 

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

Fields in com.ptc.windchill.uwgm.common.autoassociate declared as EPMDocument
(package private)  EPMDocument[] GenericAutoAssocCreator.sortedDocs
           
(package private)  EPMDocument GenericAutoAssocCreator.DocAssocInfo.document
           
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type EPMDocument
 HashMap GenericAutoAssocCreator.process(EPMDocument[] docs)
           
private  void GenericAutoAssocCreator.preProcessDocuments(EPMDocument[] docs)
           
private  boolean GenericAutoAssocCreator.validateDocument(EPMDocument doc)
           
private  GenericAutoAssocCreator.DocAssocInfo GenericAutoAssocCreator.fetchDocAssocInfo(EPMDocument doc, WTPart searchedMatchingPart)
           
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc, String aPartNumber, String aPartName, String folderOID, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits)
           
private static WTPart AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag, EPMDocument document, String aPartNumber, String aPartName, PartType aPartType, EPMWorkspace ws, Source a_source, QuantityUnit a_defaultUnits, String folderOID)
           
static WTPart AutoAssociateHelper.createAutoAssociatePart(EPMWorkspace ws, EPMDocument doc)
           
static String AutoAssociateHelper.getNewPartNumber(EPMWorkspace ws, EPMDocument doc)
           
static String AutoAssociateHelper.getNewPartName(EPMWorkspace ws, EPMDocument doc)
           
static Vector AutoAssociateHelper.createOrFetchPartsAndAssociate(EPMDocument[] docs, EPMWorkspace workspace)
           
static HashMap AutoAssociateHelper.associateDocsWithNewOrExistingParts(EPMDocument[] docs, EPMWorkspace workspace)
           
static Object[] AutoAssociateHelper.getFilteredReferedDoc(EPMDocument drawingDoc, EPMWorkspace workspace)
           
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)
           
 

Constructors in com.ptc.windchill.uwgm.common.autoassociate with parameters of type EPMDocument
GenericAutoAssocCreator.DocAssocInfo(EPMDocument doc)
           
 

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

Methods in com.ptc.windchill.uwgm.common.content with parameters of type EPMDocument
static boolean ContentHelper.isWCObjPublishedFromIL(EPMDocument obj)
          Checks whether the object published from Intralink
 

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

Fields in com.ptc.windchill.uwgm.common.folder declared as EPMDocument
private  EPMDocument[] FolderContentTest.testDocs
           
private  EPMDocument[] FolderContentTest.testDocs
           
 

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

Fields in com.ptc.windchill.uwgm.common.pdm declared as EPMDocument
private  EPMDocument[] RevisionIterationInfoHelperTest.testDocs
           
private  EPMDocument[] PartDocumentUtilitiesTest.testDocs
           
private  EPMDocument[] PartDocumentRetrieverTest.testDocs
           
private  EPMDocument[] MasterUtilitiesTest.testDocs
           
private  EPMDocument[] RevisionIterationInfoHelperTest.testDocs
           
private  EPMDocument[] PartDocumentUtilitiesTest.testDocs
           
private  EPMDocument[] PartDocumentRetrieverTest.testDocs
           
private  EPMDocument[] MasterUtilitiesTest.testDocs
           
 

Methods in com.ptc.windchill.uwgm.common.pdm that return EPMDocument
 EPMDocument[] WorkspacePartDocumentRetriever.retrieveEPMDocuments(Collection retrieverSpecs)
          retrives an array of EPMDocument by a Collections of RetrieverSpec
 EPMDocument[] PartDocumentFinder.retrieveEPMDocuments(Collection retrieverSpecs)
          retrieves EPMDocument by collection of RetrieverSpecs
static EPMDocument[] FindOfRetrieverHelper.retrieveByFTSpec(FamilyTableHelper helper, EPMDocument epmDocument, FindOfRetrieverSpec findOfSpec)
           
static EPMDocument[] FindOfRetrieverHelper.retrieveByStructureSpec(DependencyRetrieverHelper helper, EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
private static EPMDocument[] FindOfRetrieverHelper.findDocumentBySpec(EPMDocument[] documents, RetrieverSpec spec)
           
 EPMDocument[] AbstractRetriever.retrieveEPMDocuments(Collection retrieverSpecs)
          retrives an array of EPMDocument by a Collections of RetrieverSpec
private  EPMDocument[] AbstractRetriever.processFindOfSpec(EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
 EPMDocument[] WorkspacePartDocumentRetriever.retrieveEPMDocuments(Collection retrieverSpecs)
          retrives an array of EPMDocument by a Collections of RetrieverSpec
 EPMDocument[] PartDocumentFinder.retrieveEPMDocuments(Collection retrieverSpecs)
          retrieves EPMDocument by collection of RetrieverSpecs
static EPMDocument[] FindOfRetrieverHelper.retrieveByFTSpec(FamilyTableHelper helper, EPMDocument epmDocument, FindOfRetrieverSpec findOfSpec)
           
static EPMDocument[] FindOfRetrieverHelper.retrieveByStructureSpec(DependencyRetrieverHelper helper, EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
private static EPMDocument[] FindOfRetrieverHelper.findDocumentBySpec(EPMDocument[] documents, RetrieverSpec spec)
           
 EPMDocument[] AbstractRetriever.retrieveEPMDocuments(Collection retrieverSpecs)
          retrives an array of EPMDocument by a Collections of RetrieverSpec
private  EPMDocument[] AbstractRetriever.processFindOfSpec(EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
 

Methods in com.ptc.windchill.uwgm.common.pdm with parameters of type EPMDocument
private  void PartDocumentRetrieverTest.compare(EPMDocument[] docs1, EPMDocument[] docs2, boolean isCheckedIn)
           
static EPMDocument[] FindOfRetrieverHelper.retrieveByFTSpec(FamilyTableHelper helper, EPMDocument epmDocument, FindOfRetrieverSpec findOfSpec)
           
static EPMDocument[] FindOfRetrieverHelper.retrieveByStructureSpec(DependencyRetrieverHelper helper, EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
private static EPMDocument[] FindOfRetrieverHelper.findDocumentBySpec(EPMDocument[] documents, RetrieverSpec spec)
           
private  EPMDocument[] AbstractRetriever.processFindOfSpec(EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
private  void PartDocumentRetrieverTest.compare(EPMDocument[] docs1, EPMDocument[] docs2, boolean isCheckedIn)
           
static EPMDocument[] FindOfRetrieverHelper.retrieveByFTSpec(FamilyTableHelper helper, EPMDocument epmDocument, FindOfRetrieverSpec findOfSpec)
           
static EPMDocument[] FindOfRetrieverHelper.retrieveByStructureSpec(DependencyRetrieverHelper helper, EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
private static EPMDocument[] FindOfRetrieverHelper.findDocumentBySpec(EPMDocument[] documents, RetrieverSpec spec)
           
private  EPMDocument[] AbstractRetriever.processFindOfSpec(EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
 

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

Fields in com.ptc.windchill.uwgm.common.workspace declared as EPMDocument
private  EPMDocument[] WorkspaceContentTest.testDocs
           
private  EPMDocument[] WorkspaceContentTest.testDocs
           
 

Methods in com.ptc.windchill.uwgm.common.workspace that return EPMDocument
 EPMDocument WorkspaceContent.getEPMDocumentByCADName(String cadName)
          finds EPMDocument in WS content by CADName
 EPMDocument WorkspaceContent.getEPMDocumentByCADName(String cadName)
          finds EPMDocument in WS content by CADName
 

Methods in com.ptc.windchill.uwgm.common.workspace with parameters of type EPMDocument
 void WorkspaceContent.Visitor.visitEPMDocument(EPMDocument epmDocument)
           
 void WorkspaceContent.VisitorAdapter.visitEPMDocument(EPMDocument epmDocument)
           
 void WorkspaceContent.Visitor.visitEPMDocument(EPMDocument epmDocument)
           
 void WorkspaceContent.VisitorAdapter.visitEPMDocument(EPMDocument epmDocument)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv with parameters of type EPMDocument
 com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration ProeServiceRequest.addEPMDocument(EPMDocument epmDocument)
           
 

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

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

Methods in com.ptc.windchill.uwgm.proesrv.action that return EPMDocument
 EPMDocument GhostResolutionAction.getRefreshedCandidate(Persistable obj)
          return refreshed candidate of tainted object
 EPMDocument GhostResolutionAction.getRefreshedCandidate(Persistable obj)
          return refreshed candidate of tainted object
 

Methods in com.ptc.windchill.uwgm.proesrv.action with parameters of type EPMDocument
private  String[] EpmRenameActionTest.createNewCadNames(EPMDocument[] testDocs)
           
private  RenameInfo[] EpmRenameActionTest.createRenameInfos(EPMDocument[] testDocs)
           
private  WTKeyedMap EpmRenameActionTest.createCadNameMap(String[] newCadNames, EPMDocument[] testDocs)
           
private  WTKeyedMap EpmRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, EPMDocument[] testDocs)
           
private  void EpmRenameActionTest.refreshTestDocs(EPMDocument[] testDocs)
           
private  void EpmRenameActionTest.checkNewCadNames(String[] newCadNames, EPMDocument[] testDocs)
           
private  void EpmRenameActionTest.checkNewIdentities(RenameInfo[] renameInfos, EPMDocument[] testDocs)
           
private  void DeleteNewObjectsActionTest.deleteObjects(EPMDocument epmDoc, WTPart wtPart)
           
private  void AddToWorkspaceAction.addDocumentForCheckout(EPMDocument epmDoc, FamilyTableResult ftResult)
          adds EPMDocument and it's related FT dependencies
private  void AddToWorkspaceAction.addDocumentForCheckout(EPMDocument doc, boolean isGeneric, boolean isInstance)
           
private  void AddToWorkspaceAction.addInstancesForGeneric(EPMDocument epmDoc, FamilyTableResult ftResult)
           
private  void AddToWorkspaceAction.checkStatusAndAdd(EPMDocument epmDoc, boolean isInstance)
           
private  String[] EpmRenameActionTest.createNewCadNames(EPMDocument[] testDocs)
           
private  RenameInfo[] EpmRenameActionTest.createRenameInfos(EPMDocument[] testDocs)
           
private  WTKeyedMap EpmRenameActionTest.createCadNameMap(String[] newCadNames, EPMDocument[] testDocs)
           
private  WTKeyedMap EpmRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, EPMDocument[] testDocs)
           
private  void EpmRenameActionTest.refreshTestDocs(EPMDocument[] testDocs)
           
private  void EpmRenameActionTest.checkNewCadNames(String[] newCadNames, EPMDocument[] testDocs)
           
private  void EpmRenameActionTest.checkNewIdentities(RenameInfo[] renameInfos, EPMDocument[] testDocs)
           
private  void DeleteNewObjectsActionTest.deleteObjects(EPMDocument epmDoc, WTPart wtPart)
           
private  void AddToWorkspaceAction.addDocumentForCheckout(EPMDocument epmDoc, FamilyTableResult ftResult)
          adds EPMDocument and it's related FT dependencies
private  void AddToWorkspaceAction.addDocumentForCheckout(EPMDocument doc, boolean isGeneric, boolean isInstance)
           
private  void AddToWorkspaceAction.addInstancesForGeneric(EPMDocument epmDoc, FamilyTableResult ftResult)
           
private  void AddToWorkspaceAction.checkStatusAndAdd(EPMDocument epmDoc, boolean isInstance)
           
 

Uses of EPMDocument in com.ptc.windchill.uwgm.proesrv.c11n
 

Methods in com.ptc.windchill.uwgm.proesrv.c11n with parameters of type EPMDocument
 EPMDocumentNamingDelegate ProeServiceDelegateFactory.getEPMDocumentNamingDelegate(EPMDocument doc)
           
private  QueryResult DefaultModeledAttributesDelegate.getActivelyAssociatedParts(EPMDocument doc)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv.cache with parameters of type EPMDocument
 void WorkspaceDeleteRequestCacheAdapter.WorkspaceVisitor.visitEPMDocument(EPMDocument epmDocument)
           
 

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

Fields in com.ptc.windchill.uwgm.proesrv.request declared as EPMDocument
private  EPMDocument[] UpdateWorkspaceRequestTest.testDocs
           
private  EPMDocument[] FindIterationsRequestTest.testDocs
           
private  EPMDocument FindIterationsRequestTest.generic
           
private  EPMDocument[] UpdateWorkspaceRequestTest.testDocs
           
private  EPMDocument[] FindIterationsRequestTest.testDocs
           
private  EPMDocument FindIterationsRequestTest.generic
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request that return EPMDocument
private  EPMDocument[] AddToWorkspaceRequestTest.getParentDocs()
           
private  EPMDocument[] AddToWorkspaceRequestTest.getTopGenerics()
           
private  EPMDocument[] AddToWorkspaceRequestTest.getParentDocs()
           
private  EPMDocument[] AddToWorkspaceRequestTest.getTopGenerics()
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type EPMDocument
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration SetTargetFolderRequestTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.EpmRenameInstruction.Iterator EpmRenameRequestTest.createEpmRenameInstructions(EPMDocument[] testDocs, EpmRenameRequestTest.EpmRenameData[] epmRenameData)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.EpmRenameInstruction EpmRenameRequestTest.createEpmRenameInstruction(EpmRenameRequestTest.EpmRenameData epmRenameData, EPMDocument doc)
           
private  void EpmRenameRequestTest.refreshTestDocs(EPMDocument[] testDocs)
           
private  WTCollection EpmRenameRequestTest.getEPMDocumentMasters(EPMDocument[] testDocs)
           
private  EpmRenameRequestTest.EpmRenameData[] EpmRenameRequestTest.createEpmRenameData(EPMDocument[] testDocs)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration CheckinRequestWithBaselineTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration CheckinRequestWithAutoPartTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration CheckinRequestTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration SetTargetFolderRequestTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.EpmRenameInstruction.Iterator EpmRenameRequestTest.createEpmRenameInstructions(EPMDocument[] testDocs, EpmRenameRequestTest.EpmRenameData[] epmRenameData)
           
private  com.ptc.windchill.uwgm.soap.uwgmsvc.EpmRenameInstruction EpmRenameRequestTest.createEpmRenameInstruction(EpmRenameRequestTest.EpmRenameData epmRenameData, EPMDocument doc)
           
private  void EpmRenameRequestTest.refreshTestDocs(EPMDocument[] testDocs)
           
private  WTCollection EpmRenameRequestTest.getEPMDocumentMasters(EPMDocument[] testDocs)
           
private  EpmRenameRequestTest.EpmRenameData[] EpmRenameRequestTest.createEpmRenameData(EPMDocument[] testDocs)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration CheckinRequestWithBaselineTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration CheckinRequestWithAutoPartTest.getEpmIteration(EPMDocument wtEpmDoc)
           
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration CheckinRequestTest.getEpmIteration(EPMDocument wtEpmDoc)
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type EPMDocument
 com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration UwgmObjectFactory.createEpmIteration(EPMDocument wtEpmDoc)
           
(package private)  String RequestResultCache.getNDVersion(EPMDocument epmDoc)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration RequestResultCache.Populator.addEPMDocument(EPMDocument wtEpmDoc)
           
 com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration RequestHolder.addEPMDocument(EPMDocument wtEpmDoc)
           
private  void RRCFamilyTableHelper.processFamilyTable(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, EPMDocument doc, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
          Assign epmIter_i.setEpmFamilyTable().
private  void RRCFamilyTableHelper.processGenericInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, EPMDocument doc, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
          Set the EpmGenericInfo for the generic document, i.e.
private static boolean RRCContentHelper.isPrimaryContent(EPMDocument epmDoc, ContentItem item)
           
private  void RRCAssociationHelper.addAssociationLink(BinaryLink wtLink, EPMDocument wtEpmDoc, WTPart wtPart)
           
 

Uses of EPMDocument in com.ptc.windchill.uwgm.proesrv.upload
 

Methods in com.ptc.windchill.uwgm.proesrv.upload that return EPMDocument
 EPMDocument CachedContentItem.getEPMDocument()
           
 

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

Methods in com.ptc.windchill.uwgm.proesrv.util with parameters of type EPMDocument
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData NeutralDataHelper.createEpmIterationNeutralData(EPMNDDocument ndDoc, EPMDocument doc, String ndVersion)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData NeutralDataHelper.createEpmIterationNeutralDataJ03(EPMNDDocument ndDoc, EPMDocument doc)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData NeutralDataHelper.createEpmIterationNeutralDataJ01(EPMNDDocument ndDoc, EPMDocument doc)
           
private static com.ptc.prowt.nd.nd_parameter_j03.ParamSet_J03 NeutralDataHelper.createModelParametersJ03(Collection attrs, EPMDocument doc)
           
private static com.ptc.prowt.nd.ndpobject_j01.ModelParameters_J01 NeutralDataHelper.createModelParametersJ01(Collection attrs, EPMDocument doc)
           
private  void FamilyHelper.includeAllInstances(EPMDocument epmDoc)
           
private  void FamilyHelper.includeFamily(EPMDocument epmDoc)
           
private  void FamilyHelper.includeGeneric(EPMDocument epmDoc)
           
private  void FamilyHelper.includeInstances(EPMDocument epmDoc)
           
 

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

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

Methods in com.ptc.windchill.uwgm.task.autoassociate with parameters of type EPMDocument
 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)
           
 

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

Fields in com.ptc.windchill.uwgm.task.newcaddoc declared as EPMDocument
private  EPMDocument NewCadDocTask.newDocObj
           
private  EPMDocument NewCadDocTask.referredDocTempl
           
 

Methods in com.ptc.windchill.uwgm.task.newcaddoc that return EPMDocument
private  EPMDocument NewCadDocTask.setEntityAttributes(EPMDocument document)
          Set soft type attributes for the specified CAD Document.
private  EPMDocument NewCadDocTask.getTemplateEPMDocument(String modelType)
          For the specified model type, get the template EPMDocument.
private  EPMDocument NewCadDocTask.getTemplateByConfiguredDocNumber(String modelType)
          For the specified model type, get the template EPMDocument as per the template cad doc number specified in the configuration file for this type of model.
private  EPMDocument NewCadDocTask.getTemplateCadDocForContainer(String modelType)
          For the specified model type, get the template cad doc as found in the container.
 EPMDocument NewCadDocTask.getReferencedDocument(EPMDocument srcDoc)
           
 

Methods in com.ptc.windchill.uwgm.task.newcaddoc with parameters of type EPMDocument
private  EPMDocument NewCadDocTask.setEntityAttributes(EPMDocument document)
          Set soft type attributes for the specified CAD Document.
 EPMDocument NewCadDocTask.getReferencedDocument(EPMDocument srcDoc)
           
private  boolean NewCadDocTask.additionalValidation(EPMDocument tmplDoc)
          This method must be called after validateData ().
private  void NewCadDocTask.initializeEPMReferenceLink(EPMReferenceLink newLink, EPMReferenceLink srcLink, EPMDocument srcObj, EPMDocument refObj)
           
private  void NewCadDocTask.removeUnwantedReferencedLinks(EPMDocument srcObj)
          During copy, the EPMReferenceLink gets copied too when a EPMDocument with reference link is copied.
 

Uses of EPMDocument in com.ptc.windchill.uwgm.task.saveas
 

Methods in com.ptc.windchill.uwgm.task.saveas with parameters of type EPMDocument
static String[] SaveAsUtils.setNumberAndCADNameFromAutoNumbering(WTContainer container, EPMDocument original)
           
static String SaveAsUtils.generateCADNameFromNumber(EPMDocument orig, String value)
           
 

Uses of EPMDocument in com.ptc.windchill.uwgm.util.openinproe
 

Methods in com.ptc.windchill.uwgm.util.openinproe with parameters of type EPMDocument
 boolean OpeninProELinkProcessor.isOpenableInProE(EPMDocument doc)
           
 

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

Fields in com.ptc.wvs.server.publish declared as EPMDocument
protected  EPMDocument CadGenericStructure.rootDoc
           
protected  EPMDocument CadConvertUG.doc
           
private  EPMDocument CadConvertUG.familyInstanceGeneric
           
protected  EPMDocument CadConvertSOLIDWORKS.doc
           
private  EPMDocument CadConvertSOLIDWORKS.familyInstanceGeneric
           
protected  EPMDocument CadConvertSOLIDDESIGNER.doc
           
protected  EPMDocument CadConvertPROEForDLL.doc
           
private  EPMDocument CadConvertPROEForDLL.srcDoc
           
private  EPMDocument CadConvertPROEForDLL.familyInstanceGeneric
           
protected  EPMDocument CadConvertPROE.doc
           
private  EPMDocument CadConvertPROE.srcDoc
           
private  EPMDocument CadConvertPROE.familyInstanceGeneric
           
protected  EPMDocument CadConvertPRODESKTOP.doc
           
private  EPMDocument CadConvertPRODESKTOP.familyInstanceGeneric
           
protected  EPMDocument CadConvertOTHER.doc
           
protected  EPMDocument CadConvertINVENTOR.doc
           
private  EPMDocument CadConvertINVENTOR.familyInstanceGeneric
           
protected  EPMDocument CadConvertIDEAS.doc
           
protected  EPMDocument CadConvertECAD.doc
           
protected  EPMDocument CadConvertCATIAV5.doc
           
private  EPMDocument CadConvertCATIAV5.familyInstanceGeneric
           
protected  EPMDocument CadConvertCATIA.doc
           
protected  EPMDocument CadConvertCADDS5.doc
           
protected  EPMDocument CadConvertACAD.doc
           
private  EPMDocument CadConvertACAD.srcDoc
           
 

Methods in com.ptc.wvs.server.publish that return EPMDocument
static EPMDocument WildfireDownload.getEPMDocument(String number)
          This convenience method finds a document based on its unique number using the latest config spec
static EPMDocument WildfireDownload.getEPMDocument(String number, EPMWorkspace workspace)
          This convenience method finds a document based on its unique number using the workspace config spec.
static EPMDocument WildfireDownload.getEPMDocument(String number, ConfigSpec configSpec)
          This method finds a document based on its unique number and the config spec.
private  EPMDocument WildfireDownload.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
          This method returns the appropriate version of generic document for the input instance document (if any) by applying the input config specs.
static EPMDocument PublishHelper.getSourceEPMDocument(Object xmlDocument, EPMDocument doc)
           
private  EPMDocument CadConvertUG.findIBAMatchingReferenceEPMDoc(EPMFamilyTable ft, String instname)
           
 

Methods in com.ptc.wvs.server.publish with parameters of type EPMDocument
 void WildfireDownload.addEPMDocToWorkspace(EPMDocument thisDoc)
           
 void WildfireDownload.downloadAll(EPMDocument thisDoc)
           
 void WildfireDownload.downloadAll(EPMDocument thisDoc, boolean populateWSOnly)
           
private  void WildfireDownload.downloadAllInternal(EPMDocument doc, boolean recursive)
           
 void WildfireDownload.addToWS(EPMDocument doc)
           
 void WildfireDownload.addToWS(EPMDocument doc, boolean recursive)
           
 void WildfireDownload.addToUpload(EPMDocument doc, File file)
           
private  EPMDocument WildfireDownload.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
          This method returns the appropriate version of generic document for the input instance document (if any) by applying the input config specs.
protected  WTSet StandardPublishService.copyRepresentations(Representable oldIteration, Representable newIteration, EPMDocument oldDoc, EPMDocument newDoc, WTList oldReps, boolean forceCopyAll, boolean includeAllMarkups, WTKeyedMap newRepSavedMap)
           
static Boolean StandardPublishService.testEPMCheckinFilter(EPMDocument epmdoc)
           
 int PublishJob.publishObject(CadConvert conv, EPMDocument epmDoc, Representable part, boolean cleanTemp, boolean getContent, boolean doConversion, boolean store, boolean doChildren)
           
 int PublishJob.convertPreconvertedEDZ(EPMDocument epmDoc, Representable part, boolean store)
           
private  void PublishJob.deletePreconvertedEDZFile(EPMDocument epmDoc)
           
 CadConvert PublishJob.createCadConverter(EPMDocument doc, Representable part)
           
static String[] PublishHelper.getCadConvertClassAndOptions(EPMDocument doc)
           
static void PublishHelper.markParentsOutOfDate(EPMDocument epmdoc, Representable repable, PublishJob publishJob)
           
private static int PublishHelper.markParentsOutOfDateInternal(EPMDocumentMaster child, String matchString, Timestamp timestamp, EPMDocument reasonEPMDoc, ArrayList visited)
           
private static int PublishHelper.checkRepresentationsForOutOfDate(EPMDocument doc, String matchString, Timestamp timestamp, EPMDocument reasonEPMDoc)
           
private static boolean PublishHelper.checkRepresentationForOutOfDate(EPMDocument epmdoc, Representation rep, String matchString, Timestamp timestamp, EPMDocument reasonEPMDoc, WTContainerRef reasonProject)
           
static Boolean PublishHelper.markRepublishNone(EPMDocument epmdoc, Representation rep, EPMDocument reasonEPMDoc)
           
static Boolean PublishHelper.markRepublishAll(EPMDocument epmdoc, Representation rep, EPMDocument reasonEPMDoc)
           
static EPMDocument PublishHelper.getSourceEPMDocument(Object xmlDocument, EPMDocument doc)
           
private static void PublishHelper.uploadCADFile(EPMDocument dstDoc, File f, String src_oid, boolean addSrcDepToWS, WildfireDownload[] wfd)
           
static Object PublishHelper.getXMLFromAttributes(String options, String extension, EPMDocument doc, Representable part, String name, Hashtable fileLookup)
           
static ConfigSpec PublishConfigHelper.selectPublishEPMConfigSpec(ConfigSpec incs, EPMDocument doc, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectDefaultEPMConfigSpec(EPMDocument doc, boolean allowAsStored, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectAsStoredEPMConfigSpec(EPMDocument doc, PublishJob publishJob)
           
static boolean CadPositioningAssembly.isPositioningAssembly(String cadoptions, EPMDocument doc)
           
static Boolean CadPositioningAssembly.testFilterMethod(EPMDocument doc)
           
static void CadPositioningAssembly.setBranchLink(Hashtable p, EPMDocument epmDoc, Representable repable, ConfigSpec cs)
           
static void CadPositioningAssembly.publishChildren(PublishJob publishJob, EPMDocument doc, Hashtable fileLookup)
           
private  int CadGenericStructure.processDocAndChildren(EPMDocument doc, EPMMemberLink parent_link, DefaultMutableTreeNode parent)
           
private  Representation CadGenericStructure.processDoc(CadConvert conv, EPMDocument doc, Representable part, DefaultMutableTreeNode n, boolean store, boolean merge, Representation rep)
           
 boolean CadConvertUG.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
static String[] CadConvertUG.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private static String CadConvertUG.getUGWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
 boolean CadConvertSOLIDWORKS.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
static String[] CadConvertSOLIDWORKS.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private static String CadConvertSOLIDWORKS.getSOLIDWORKSWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
 boolean CadConvertSOLIDDESIGNER.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertPROEForDLL.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
static String[] CadConvertPROEForDLL.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private static String CadConvertPROEForDLL.getPROEWindchillName(EPMDocument nameDoc)
           
static String CadConvertPROEForDLL.getProEAuthString(String authFileName, EPMDocument thisDoc)
           
private  boolean CadConvertPROEForDLL.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory)
           
private  boolean CadConvertPROEForDLL.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory, String authFileName)
           
private  String CadConvertPROEForDLL.getFileVaultsString(EPMDocument doc)
           
 boolean CadConvertPROE.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
static String[] CadConvertPROE.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private static String[] CadConvertPROE.getPROEWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
static String CadConvertPROE.getProEAuthString(String authFileName, EPMDocument thisDoc)
           
private  boolean CadConvertPROE.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory)
           
private  boolean CadConvertPROE.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory, String authFileName)
           
private  String CadConvertPROE.getFileVaultsString(EPMDocument doc)
           
 boolean CadConvertPRODESKTOP.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
static String[] CadConvertPRODESKTOP.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private static String CadConvertPRODESKTOP.getPRODESKTOPWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
 boolean CadConvertOTHER.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertINVENTOR.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
static String[] CadConvertINVENTOR.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private static String CadConvertINVENTOR.getINVENTORWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
 boolean CadConvertIDEAS.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertECAD.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertCATIAV5.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
private static String CadConvertCATIAV5.getCATIAWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
 boolean CadConvertCATIA.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertCADDS5.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvertACAD.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 boolean CadConvert.init(PublishJob publishJob, EPMDocument doc, Representable part, String options)
           
 

Constructors in com.ptc.wvs.server.publish with parameters of type EPMDocument
CadGenericStructure(PublishJob publishJob, EPMDocument rootDoc, Representable rootPart)
           
 

Uses of EPMDocument in com.ptc.wvs.server.ui
 

Methods in com.ptc.wvs.server.ui with parameters of type EPMDocument
private static String UIHelper.getConfigSpecInfo(DerivedImage i, String repref, Representable representable, EPMDocument epmDoc, Locale locale, String tId)
           
static boolean UIHelper.isRepresentationCopied(Representation rep, Representable representable, boolean derivedFromSupplied, Class derivedFromClass, ObjectReference derivedFromRef, boolean epmDocSupplied, EPMDocument epmDoc)
           
 

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

Methods in com.ptc.wvs.server.util that return EPMDocument
static EPMDocument PublishUtils.findEPMDocument(Persistable d)
           
static EPMDocument PublishUtils.getDocFromMaster(Mastered dm, ConfigSpec cs)
           
 

Methods in com.ptc.wvs.server.util with parameters of type EPMDocument
static QueryResult PublishUtils.findAllRepresentables(EPMDocument d)
           
static boolean PublishUtils.isEPMDocInstance(EPMDocument doc)
           
static boolean PublishUtils.isEPMDocGeneric(EPMDocument doc)
           
static EPMFamilyTable PublishUtils.findFamilyTableFromEPMDocument(EPMDocument doc, ConfigSpec cs)
           
static Persistable[] PublishUtils.findGenericFromInstance(EPMDocument it, ConfigSpec cs)
           
static Persistable[] PublishUtils.findInstanceFromGeneric(EPMDocument gen, String itname, ConfigSpec cs)
           
static Persistable[] PublishUtils.findInstanceFromGeneric(EPMDocument gen, String itname, ConfigSpec cs, boolean useCADName)
           
 

Uses of EPMDocument in wt.clients.epm
 

Fields in wt.clients.epm declared as EPMDocument
private  EPMDocument ViewEPMDocumentFrame.epmDoc
           
private  EPMDocument EPMDocumentPropertySheet.epmDoc
           
private  EPMDocument EPMDocumentGeneralPanel.epmDoc
           
private  EPMDocument EPMAttributesPanel.epmDoc
           
private  EPMDocument CreateEPMDocumentFrame.epmDoc
           
 

Methods in wt.clients.epm that return EPMDocument
 EPMDocument EPMDocumentGeneralPanel.getEPMDocument()
          returns the EPMDocument displayed by this panel
 EPMDocument EPMAttributesPanel.getEPMDocument()
          returns the EPMDocument displayed by this panel
 EPMDocument EPMAttributesPanel.setAttributes()
          Sets the Attributes from the GUI to the EPMDocument object and returns the EPMDocument set
 

Methods in wt.clients.epm with parameters of type EPMDocument
 void ViewEPMDocumentFrame.setEPMDocument(EPMDocument epd)
           
static String EPMDocumentUtility.getVersion(EPMDocument doc)
           
static String EPMDocumentUtility.getIteration(EPMDocument doc)
           
static String EPMDocumentUtility.getIterationIdentifier(EPMDocument doc)
           
static String EPMDocumentUtility.getViewname(EPMDocument doc)
           
static String EPMDocumentUtility.getCreatedByPersonName(EPMDocument doc)
          Returns the Created by person name.
static String EPMDocumentUtility.getModifiedByPersonName(EPMDocument doc)
          Returns the Modified by person name.
static String EPMDocumentUtility.getCreationDate(EPMDocument doc)
          Returns the creation date.
static String EPMDocumentUtility.getLastUpdated(EPMDocument doc)
          Returns the last updated date.
static String EPMDocumentUtility.getStatusText(EPMDocument doc)
          Return a string indicating the checkout status of this object
static String EPMDocumentUtility.getUniqueIdentity(EPMDocument doc)
          Override the default behavior defined in wt.clients.beans.WTBusinessObject.
 void EPMDocumentPropertySheet.setEPMDocument(EPMDocument epd)
           
 void EPMDocumentGeneralPanel.setEPMDocument(EPMDocument epdarg)
          Sets the EPMDocument Displayed in current Attributes Panel Populates the GUI when it is set
 void EPMAttributesPanel.setEPMDocument(EPMDocument epdarg)
          Sets the EPMDocument Displayed in current Attributes Panel Populates the GUI when it is set
 void CreateEPMDocumentFrame.setEPMDocument(EPMDocument epd)
           
 

Uses of EPMDocument in wt.epm
 

Fields in wt.epm declared as EPMDocument
 EPMDocument FamilyOptions.topLevelGeneric
          Holds the top level generic -- EPMDocument

B>Supported API: true
 EPMDocument EPMStandardDocumentManager.LinkObjectInfo.otherSideObject
           
private  EPMDocument EPMFamily.topLevelGeneric
           
 EPMDocument EPMFamily.FamilyTableSnapshot.topGeneric
           
 

Methods in wt.epm that return EPMDocument
private static EPMDocument ReviseManagerUtility.getEPMDocumentNewVersion(QueryResult result)
           
 EPMDocument EPMStandardDocumentManager.makeStandalone(EPMDocument instance)
          Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks.
 EPMDocument EPMFamily.getGeneric()
          Returns the top-level generic.
 EPMDocument EPMFamily.findCompatibleGeneric()
          Returns an iteration of the top-level generic that is compatible with all instances in this family.
private static EPMDocument EPMFamily.findCompatibleGeneric(Collection instances)
           
static EPMDocument EPMFamily.getGeneric(EPMDocument instance, WTContainerRef sandboxContainerRef)
           
static EPMDocument EPMFamily.findFamilyTableTopGeneric(EPMFamilyTable familyTable)
           
 EPMDocument EPMDocumentManagerFwd.makeStandalone(EPMDocument instance)
          Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks.
 EPMDocument EPMDocumentManager.makeStandalone(EPMDocument instance)
          Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks.
static EPMDocument EPMDocument.newEPMDocument(String number, String name, EPMAuthoringAppType authoringApp, EPMDocumentType docType)
          Deprecated. use newEPMDocument(String, String, EPMAuthoringAppType, EPMDocumentType, String) as CAD name is required.
static EPMDocument EPMDocument.newEPMDocument(EPMDocument document)
          For internal use only

Supported API: false
static EPMDocument EPMDocument.newEPMDocument()
          For internal use.
static EPMDocument EPMDocument.newEPMDocument(String number, String name, EPMAuthoringAppType authoringApp, EPMDocumentType docType, String CADName)
          

Supported API: true
static EPMDocument EPMDocument.newEPMDocument(String number, String name, EPMAuthoringAppType authoringApp, EPMDocumentType docType, String CADName, QuantityUnit defaultUnit)
          

Supported API: true
 EPMDocument AuthoringAppVersionLink.getDoc()
          Gets the object for the association that plays role: DOC_ROLE.
 

Methods in wt.epm with parameters of type EPMDocument
private static EPMBuildHistory ReviseManagerUtility.getBuildHistory(WTPart part, EPMDocument document)
           
private static EPMContainedIn ReviseManagerUtility.getContainedInLink(EPMDocument generic, EPMDocument instance)
           
protected static QueryResult ReviseManagerUtility.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use ReviseManagerUtility.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
protected static QueryResult ReviseManagerUtility.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
static MasterIteration MasterIteration.newMasterIteration(EPMDocumentMaster master, EPMDocument iteration)
          Default factory for the class.
 void EPMStandardDocumentManager.removeAllDependencies(EPMDocument document)
          Deprecated. at R8.0, please use removeAllDependencies(WTCollection)
 QueryResult[] EPMStandardDocumentManager.getBomDifferences(EPMDocument firstDocument, EPMDocument secondDocument)
          Compares the bill of material of an EPMDocument with another EPMDocument.
 QueryResult EPMStandardDocumentManager.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use EPMStandardDocumentManager.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
 void EPMStandardDocumentManager.removeFromFamily(EPMDocument topLevelGeneric, EPMDocumentMaster instanceMaster)
          Deprecated. at R8.0, use removeFromfamily( EPMDocument, WTCollection)
 void EPMStandardDocumentManager.addToFamily(EPMDocument genericInst, EPMDocument instance, String asStoredName)
          Deprecated. at R8.0, use addToFamily( WTKeyedMap)
 EPMDocument EPMStandardDocumentManager.makeStandalone(EPMDocument instance)
          Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks.
 QueryResult EPMStandardDocumentManager.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 void EPMStandardDocumentManager.removeFromFamily(EPMDocument generic, WTCollection instanceMasters)
          Removes a collection of family instance from a generic by removing the EPMContainedIn links between the instance and the generic.
private  void EPMStandardDocumentManager.removeAllDependencyLinks(EPMDocument document, String role, Class linkClass)
           
private  QueryResult EPMStandardDocumentManager.sortInstances(QueryResult containedInLinks, EPMDocument container)
           
private  QueryResult EPMStandardDocumentManager.sortInstances(QueryResult containedInLinks, EPMDocument container, boolean reverseOrder)
           
private  void EPMStandardDocumentManager.processPostChangeFolderEvent(FolderServiceEvent pmEvent, EPMDocument document)
           
static EPMFamily EPMFamily.getEPMFamily(EPMDocument doc)
          static method to get the EPMFamily for a given Document If document is a top-level generic, all the latest-compatible instances are added in EPMFamily If document is a normal EPMDocument (not participating in any Family) null is returned If document is instance, latest-compatible generic is used to fetch all the instances.
static EPMDocument EPMFamily.getGeneric(EPMDocument instance, WTContainerRef sandboxContainerRef)
           
private static String EPMFamily.getName(EPMDocument doc)
           
static EPMFamily.FamilyTableQueryByMember EPMFamily.createQueryByMember(EPMDocument member)
           
 void EPMDocumentManagerFwd.removeAllDependencies(EPMDocument document)
          Deprecated. at R8.0, please use removeAllDependencies(WTCollection)
 QueryResult[] EPMDocumentManagerFwd.getBomDifferences(EPMDocument firstDocument, EPMDocument secondDocument)
          Compares the bill of material of an EPMDocument with another EPMDocument.
 QueryResult EPMDocumentManagerFwd.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use EPMDocumentManagerFwd.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
 void EPMDocumentManagerFwd.removeFromFamily(EPMDocument topLevelGeneric, EPMDocumentMaster instanceMaster)
          Deprecated. at R8.0, use removeFromfamily( EPMDocument, WTCollection)
 void EPMDocumentManagerFwd.addToFamily(EPMDocument genericInst, EPMDocument instance, String asStoredName)
          Deprecated. at R8.0, use addToFamily( WTKeyedMap)
 EPMDocument EPMDocumentManagerFwd.makeStandalone(EPMDocument instance)
          Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks.
 QueryResult EPMDocumentManagerFwd.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 void EPMDocumentManagerFwd.removeFromFamily(EPMDocument generic, WTCollection instanceMasters)
          Removes a collection of family instance from a generic by removing the EPMContainedIn links between the instance and the generic.
 void EPMDocumentManager.removeAllDependencies(EPMDocument document)
          Deprecated. at R8.0, please use removeAllDependencies(WTCollection)
 QueryResult[] EPMDocumentManager.getBomDifferences(EPMDocument firstDocument, EPMDocument secondDocument)
          Compares the bill of material of an EPMDocument with another EPMDocument.
 QueryResult EPMDocumentManager.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use EPMDocumentManager.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
 void EPMDocumentManager.removeFromFamily(EPMDocument topLevelGeneric, EPMDocumentMaster instanceMaster)
          Deprecated. at R8.0, use removeFromfamily( EPMDocument, WTCollection)
 void EPMDocumentManager.addToFamily(EPMDocument genericInst, EPMDocument instance, String asStoredName)
          Deprecated. at R8.0, use addToFamily( WTKeyedMap)
 EPMDocument EPMDocumentManager.makeStandalone(EPMDocument instance)
          Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks.
 QueryResult EPMDocumentManager.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 void EPMDocumentManager.removeFromFamily(EPMDocument generic, WTCollection instanceMasters)
          Removes a collection of family instance from a generic by removing the EPMContainedIn links between the instance and the generic.
protected  boolean EPMDocument.readVersion(EPMDocument thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static EPMDocument EPMDocument.newEPMDocument(EPMDocument document)
          For internal use only

Supported API: false
protected  void EPMDocument.initialize(EPMDocument document)
          Supports initialization, following construction of an instance.
protected  EPMDocConfigSpec EPMDocGetConfigSpecForDelegate.getConfigSpec(EPMDocument doc)
           
private static String EPMCADNameHelper.getCheckedOutBy(EPMDocument epmDoc)
           
protected  void ContentTransactionListener.add(EPMDocument doc, WTCollection modifiedContents)
          Adds the given modified contents for the given document.
protected  void ContentTransactionListener.add(EPMDocument doc, AbstractValueView[] attributes)
          Adds the given document with an empty list of contents if the document does not already exist in the modified cache.
private  Object[] ContentTransactionListener.add(EPMDocument doc)
          Adds the given document with an empty list of contents if the document does not already exist in the modified cache.
 void AuthoringAppVersionLink.setDoc(EPMDocument doc)
          Sets the object for the association that plays role: DOC_ROLE.
static AuthoringAppVersionLink AuthoringAppVersionLink.newAuthoringAppVersionLink(EPMDocument doc, EPMAuthoringAppVersion authoringAppVersion)
          Default factory for the class.
 

Constructors in wt.epm with parameters of type EPMDocument
FamilyOptions(EPMDocument generic, String name)
          Constructor given the generic and asStoredName.
EPMStandardDocumentManager.LinkObjectInfo(EPMContainedIn aLink, EPMDocument container)
           
EPMFamily(EPMFamilyTable familyTable, EPMDocument topGeneric, Collection instances, boolean checkCompleteness)
          Constructs an EPMFamily.
EPMFamily.FamilyTableQueryByMember(EPMDocument member)
           
 

Uses of EPMDocument in wt.epm.build
 

Fields in wt.epm.build declared as EPMDocument
 EPMDocument EPMBuildDelegate.LinkInfo.doc
           
 

Methods in wt.epm.build with parameters of type EPMDocument
 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
 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  long EPMBuildDelegate.getMasterID(EPMDocument document)
           
protected  void EPMBuildDelegate.buildAttributes(EPMDocument source, WTPart target)
           
 

Constructors in wt.epm.build with parameters of type EPMDocument
EPMBuildDelegate.LinkInfo(EPMDocument doc, Quantity quantity, QueryResult usesOccurrences)
           
 

Uses of EPMDocument in wt.epm.clients.htmltemplates
 

Methods in wt.epm.clients.htmltemplates with parameters of type EPMDocument
static Object[] EPMProcessorService.getPartsForDisplay(EPMDocument source, Locale locale)
           
private static QueryResult EPMProcessorService.getQueryResultForDoc(EPMDocument source)
           
private static EPMDescribeLink[] EPMProcessorService.getDescribesLinksForDocs(EPMDocument doc)
           
 

Uses of EPMDocument in wt.epm.delegate
 

Fields in wt.epm.delegate declared as EPMDocument
 EPMDocument StaleDocumentInfo.document
           
 

Constructors in wt.epm.delegate with parameters of type EPMDocument
StaleDocumentInfo(EPMDocument doc, WTCollection modifiedContents, AbstractValueView[] modifiedAttributes)
           
 

Uses of EPMDocument in wt.epm.familytable
 

Fields in wt.epm.familytable declared as EPMDocument
 EPMDocument EPMStandardFamilyTableManager.InstanceInfo.instance
           
 

Methods in wt.epm.familytable that return EPMDocument
private static EPMDocument FamilyDomainHelper.getDocumentInProject(Collection documents)
          Given a list of documents, returns the top generic if it's in project.
private static EPMDocument FamilyDomainHelper.getWorkingCopy(Collection documents)
          Given a list of documents, returns Top Generic working copy.
private static EPMDocument FamilyDomainHelper.getTopGeneric(Collection documents)
          Returns the top generic in the given list of documents.
 

Methods in wt.epm.familytable with parameters of type EPMDocument
private static Long FamilyDomainHelper.getID(EPMDocument document, boolean useMasterID)
          Returns a Long object of either Branch ID or Master ID.
 void EPMStandardFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMDocument topGeneric, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
private static EPMSepFamilyTable EPMStandardFamilyTableManager.addToFamily(EPMWorkspace ws, EPMDocument generic, EPMSepFamilyTable familyTable, boolean isFamilyTableNew, Collection instanceInfos, WTCollection docs, WTCollection links)
           
 void EPMNewIterationDataContainer.addDocument(EPMDocument workable)
           
 void EPMNewIterationDataContainer.setTargetDocument(EPMDocument original, EPMDocument target)
           
 ObjectIdentifier EPMNewIterationDataContainer.getOriginalObjectIdConsideringNonlatests(EPMDocument target)
          Usually this method just returns predecessor’s ObjectId, but in case of nonlatest checkout it also checks for nonlatest iteration of given document and returns its ObjectId if found.
 void EPMNewIterationDataContainer.icOperationAdapter.setTargetDocument(EPMDocument original, EPMDocument target)
           
 void EPMNewIterationDataContainer.icCheckoutOperationAdapter.setTargetDocument(EPMDocument original, EPMDocument target)
           
 void EPMFamilyTableManagerFwd.removeFromFamily(EPMWorkspace workspace, EPMDocument topGeneric, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 void EPMFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMDocument topGeneric, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 

Constructors in wt.epm.familytable with parameters of type EPMDocument
EPMStandardFamilyTableManager.InstanceInfo(EPMDocument instance, String asStoredName)
           
 

Uses of EPMDocument in wt.epm.identity
 

Methods in wt.epm.identity with parameters of type EPMDocument
private  ContentItem EPMDocumentIconDelegate.getPrimaryContent(EPMDocument doc, ContentHolder holder)
           
 

Uses of EPMDocument in wt.epm.listeners
 

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

Uses of EPMDocument in wt.epm.ndi.impl
 

Fields in wt.epm.ndi.impl declared as EPMDocument
private  EPMDocument EPMNDFTValueParameterImpl.document
           
private  EPMDocument EPMNDFTValueFeatureImpl.document
           
private  EPMDocument EPMNDFTValueDependencyImpl.document
           
private  EPMDocument EPMNDFTValueAttributeImpl.document
           
private  EPMDocument EPMNDFamilyTableMemberImpl.instance
           
private  EPMDocument EPMNDFamilyTableImpl.topGeneric
           
protected  EPMDocument EPMNDFamilyTableColumnImpl.instance
           
private  EPMDocument EPMNDFamilyTableAttributeImpl.instance
           
(package private)  EPMDocument EPMNDDocumentImpl.doc
           
 

Methods in wt.epm.ndi.impl that return EPMDocument
 EPMDocument NDICache.getWorkingCopy(EPMDocument doc)
          Returns working copy of document if is checked out the #workspace.
 EPMDocument NDICache.findDocument(EPMDocument doc)
           
 EPMDocument NDICache.findDocument(ObjectIdentifier oid)
           
 

Methods in wt.epm.ndi.impl with parameters of type EPMDocument
 EPMDocument NDICache.getWorkingCopy(EPMDocument doc)
          Returns working copy of document if is checked out the #workspace.
 WTSet NDICache.getDependencies(EPMDocument doc)
          Returns WTSet of EPM Dependency links for the given document.
 WTCollection NDICache.getInstances(EPMDocument generic, EPMFamilyTable ft)
          Returns one level instances of given generic in the given family table.
 EPMContainedIn NDICache.getContainedIn(EPMDocument instance)
          Returns EPMContainedIn link to the familyTable in workspace
 EPMFamilyTable NDICache.getFamilyTable(EPMDocument document)
          Returns documents EPMFamilyTable in workspace
 int NDICache.getUpdateCounter(EPMDocument doc)
           
 EPMDocument NDICache.findDocument(EPMDocument doc)
           
 Map NDICache.getParameterValues(EPMDocument doc)
          Returns Parameter Map for the given document.
 Map NDICache.getFeatureValues(EPMDocument doc)
          Returns Feature Map for the given document.
(package private) static EPMNDFTValue EPMNDFTValueFactory.getEPMNDFTValue(NDICache cache, EPMDocument instance, EPMFamilyTableColumn column, EPMFamilyTableCell cell)
           
static EPMNDFamilyTableColumn EPMNDFamilyTableColumnImpl.newEPMFamilyTableColumn(NDICache cache, EPMFamilyTableColumn column, EPMDocument doc)
           
 EPMNDFamilyTableMember EPMDownloadData.getEPMNDFamilyTableMember(EPMFamilyTable familyTable, EPMDocument document)
          Returns EPMNDFamilyTableMember for specified Family table and document.
 

Constructors in wt.epm.ndi.impl with parameters of type EPMDocument
EPMNDTopGenericImpl(NDICache cache, EPMDocument topGeneric)
           
EPMNDFTValueParameterImpl(NDICache cache, EPMDocument doc, EPMFamilyTableColumn column)
           
EPMNDFTValueFeatureImpl(NDICache cache, EPMDocument doc, EPMFamilyTableColumn column)
           
EPMNDFTValueDependencyImpl(NDICache cache, EPMDocument doc, EPMFamilyTableColumn column, EPMFamilyTableCell cell)
           
EPMNDFTValueAttributeImpl(NDICache cache, EPMDocument doc, EPMFamilyTableColumn column)
           
EPMNDFamilyTableMemberImpl(NDICache cache, EPMDocument document, EPMFamilyTable ft)
           
EPMNDFamilyTableImpl(NDICache cache, EPMDocument topGeneric)
           
EPMNDFamilyTableColumnImpl(NDICache cache, EPMFamilyTableColumn column, EPMDocument instance)
           
EPMNDFamilyTableAttributeImpl(NDICache cache, EPMFamilyTableColumn column, EPMDocument instance)
           
EPMNDDocumentImpl(NDICache cache, EPMDocument doc)
           
 

Uses of EPMDocument in wt.epm.retriever
 

Fields in wt.epm.retriever declared as EPMDocument
private  EPMDocument FamilyTableRetrieverTest.topGeneric
           
private  EPMDocument FamilyTableRetrieverTest.topGeneric
           
 

Methods in wt.epm.retriever that return EPMDocument
 EPMDocument FamilyTableResult.getGeneric(EPMDocument instance)
          Returns a generic.
 EPMDocument FamilyTableResult.getTopGeneric(EPMDocument instance)
          Returns a top level generic.
 EPMDocument[] FamilyTableResult.getInstances(EPMDocument generic)
          Returns an array of the instances which directly refer to the given generic.
 EPMDocument[] FamilyTableResult.getAllInstances(EPMDocument generic)
          Returns an array of all instances of the given generic.
 EPMDocument[] FamilyTableResult.getFamilyMembers(EPMDocument member)
          Returns family members.
 EPMDocument[] FamilyTableResult.getGenerics(EPMDocument instance)
          Returns all generics of the given instance.
 EPMDocument FamilyTableResult.getGeneric(EPMDocument instance)
          Returns a generic.
 EPMDocument FamilyTableResult.getTopGeneric(EPMDocument instance)
          Returns a top level generic.
 EPMDocument[] FamilyTableResult.getInstances(EPMDocument generic)
          Returns an array of the instances which directly refer to the given generic.
 EPMDocument[] FamilyTableResult.getAllInstances(EPMDocument generic)
          Returns an array of all instances of the given generic.
 EPMDocument[] FamilyTableResult.getFamilyMembers(EPMDocument member)
          Returns family members.
 EPMDocument[] FamilyTableResult.getGenerics(EPMDocument instance)
          Returns all generics of the given instance.
 

Methods in wt.epm.retriever with parameters of type EPMDocument
 EPMDocument FamilyTableResult.getGeneric(EPMDocument instance)
          Returns a generic.
 EPMSepFamilyTable FamilyTableResult.getFTVersion(EPMDocument member)
          Returns a family table version object.
 EPMDocument FamilyTableResult.getTopGeneric(EPMDocument instance)
          Returns a top level generic.
 EPMDocument[] FamilyTableResult.getInstances(EPMDocument generic)
          Returns an array of the instances which directly refer to the given generic.
 EPMDocument[] FamilyTableResult.getAllInstances(EPMDocument generic)
          Returns an array of all instances of the given generic.
 boolean FamilyTableResult.isIncompatibleMember(EPMDocument member)
          Returns true if the given object is incompatible member.
 EPMDocument[] FamilyTableResult.getFamilyMembers(EPMDocument member)
          Returns family members.
 EPMDocument[] FamilyTableResult.getGenerics(EPMDocument instance)
          Returns all generics of the given instance.
 EPMContainedIn FamilyTableResult.getEPMContainedInLink(EPMDocument member)
          Returns EPMContainedIn link of the given member.
 EPMVariantLink FamilyTableResult.getEPMVariantLink(EPMDocument instance)
          Returns EPMVariantLink of the given instance.
private  void FamilyTableResult.getInstances(List ret, EPMDocument generic)
           
 EPMDocument FamilyTableResult.getGeneric(EPMDocument instance)
          Returns a generic.
 EPMSepFamilyTable FamilyTableResult.getFTVersion(EPMDocument member)
          Returns a family table version object.
 EPMDocument FamilyTableResult.getTopGeneric(EPMDocument instance)
          Returns a top level generic.
 EPMDocument[] FamilyTableResult.getInstances(EPMDocument generic)
          Returns an array of the instances which directly refer to the given generic.
 EPMDocument[] FamilyTableResult.getAllInstances(EPMDocument generic)
          Returns an array of all instances of the given generic.
 boolean FamilyTableResult.isIncompatibleMember(EPMDocument member)
          Returns true if the given object is incompatible member.
 EPMDocument[] FamilyTableResult.getFamilyMembers(EPMDocument member)
          Returns family members.
 EPMDocument[] FamilyTableResult.getGenerics(EPMDocument instance)
          Returns all generics of the given instance.
 EPMContainedIn FamilyTableResult.getEPMContainedInLink(EPMDocument member)
          Returns EPMContainedIn link of the given member.
 EPMVariantLink FamilyTableResult.getEPMVariantLink(EPMDocument instance)
          Returns EPMVariantLink of the given instance.
private  void FamilyTableResult.getInstances(List ret, EPMDocument generic)
           
 

Uses of EPMDocument in wt.epm.structure
 

Fields in wt.epm.structure declared as EPMDocument
private  EPMDocument EPMRecursiveResultSet.document
           
private  EPMDocument CopyManagerUtility.FamilyDocument.document
           
private  EPMDocument CopyManagerUtility.FamilyDocument.newCopy
           
 

Methods in wt.epm.structure that return EPMDocument
static EPMDocument StructureServiceUtility.getBuiltByDoc(WTPart part)
           
static EPMDocument StructureServiceUtility.getBuildDoc(WTPart part)
           
 EPMDocument EPMVariantLink.getVariant()
          Gets the object for the association that plays role: VARIANT_ROLE.
 EPMDocument EPMReferenceLink.getReferencedBy()
          Gets the object for the association that plays role: REFERENCED_BY_ROLE.
 EPMDocument EPMRecursiveResultSet.getDocument()
          Gets the value of the attribute: document.
(package private) static EPMDocument EPMRecursiveQueryUtility.getDocumentFromTable(Hashtable objects, EPMDocument iterated)
          Get the canonical copy of an EPMDocument from the cache.
 EPMDocument EPMContainedIn.getContains()
          Gets the object for the association that plays role: CONTAINS_ROLE.
 EPMDocument CopyManagerUtility.FamilyDocument.getEPMDocument()
           
 EPMDocument CopyManagerUtility.FamilyDocument.newCopy()
           
 

Methods in wt.epm.structure with parameters of type EPMDocument
static WTPart StructureServiceUtility.getBuildPart(EPMDocument doc)
           
private  void RelatedDrawings.add(EPMDocument document, Persistable drawing)
           
 void EPMVariantLink.setVariant(EPMDocument variant)
          Sets the object for the association that plays role: VARIANT_ROLE.
static EPMVariantLink EPMVariantLink.newEPMVariantLink(EPMDocument variant, EPMDocumentMaster generic)
          Constructs an EPM Variant link.
 void EPMVariantLink.initialize(EPMDocument variant, EPMDocumentMaster generic)
           
 QueryResult EPMStructureServiceFwd.navigateUses(EPMDocument document, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateUses(EPMDocument, QuerySpec, boolean)
 QueryResult EPMStructureServiceFwd.navigateUses(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the USES role of the EPMMemberLink, returning a QueryResult of EPMMemberLinks if onlyOtherSide is "false" or EPMDocumentMasters if onlyOtherSide is "true".
 QueryResult EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateReferences(EPMDocument document, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateReferences(EPMDocument, QuerySpec, boolean)
 QueryResult EPMStructureServiceFwd.navigateReferences(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the REFERENCES role of the EPMReferenceLink, returning a QueryResult of EPMReferenceLinks if the value of onlyOtherSide is "false" or DocumentMasters if the value is "true".
 QueryResult EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for the DocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for those DocumentMasters by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateGeneric(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the GENERIC role of the EPM Variant Link.
 QueryResult EPMStructureServiceFwd.navigateGenericToIteration(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration of the generic for this variant by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the CONTAINED_IN role of an EPMContainedInLink.
 QueryResult EPMStructureServiceFwd.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the CONTAINED_IN role of the EPMContainedInLink and finds the appropriate iterations of the "container" EPM family table by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateBothRoles(EPMDocument document, Class linkClass)
          Navigates the both roles of the given link class.
 QueryResult EPMStructureService.navigateUses(EPMDocument document, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateUses(EPMDocument, QuerySpec, boolean)
 QueryResult EPMStructureService.navigateUses(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the USES role of the EPMMemberLink, returning a QueryResult of EPMMemberLinks if onlyOtherSide is "false" or EPMDocumentMasters if onlyOtherSide is "true".
 QueryResult EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 QueryResult EPMStructureService.navigateReferences(EPMDocument document, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateReferences(EPMDocument, QuerySpec, boolean)
 QueryResult EPMStructureService.navigateReferences(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the REFERENCES role of the EPMReferenceLink, returning a QueryResult of EPMReferenceLinks if the value of onlyOtherSide is "false" or DocumentMasters if the value is "true".
 QueryResult EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for the DocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for those DocumentMasters by applying the configSpec.
 QueryResult EPMStructureService.navigateGeneric(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the GENERIC role of the EPM Variant Link.
 QueryResult EPMStructureService.navigateGenericToIteration(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration of the generic for this variant by applying the configSpec.
 QueryResult EPMStructureService.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the CONTAINED_IN role of an EPMContainedInLink.
 QueryResult EPMStructureService.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the CONTAINED_IN role of the EPMContainedInLink and finds the appropriate iterations of the "container" EPM family table by applying the configSpec.
 QueryResult EPMStructureService.navigateBothRoles(EPMDocument document, Class linkClass)
          Navigates the both roles of the given link class.
 QueryResult EPMStandardStructureService.navigateUses(EPMDocument document, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateUses(EPMDocument, QuerySpec, boolean)
 QueryResult EPMStandardStructureService.navigateUses(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the USES role of the EPMMemberLink, returning a QueryResult of EPMMemberLinks if onlyOtherSide is "false" or EPMDocumentMasters if onlyOtherSide is "true".
 QueryResult EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateReferences(EPMDocument document, QuerySpec querySpec)
          Deprecated. at R6.2, please use navigateReferences(EPMDocument, QuerySpec, boolean)
 QueryResult EPMStandardStructureService.navigateReferences(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the REFERENCES role of the EPMReferenceLink, returning a QueryResult of EPMReferenceLinks if the value of onlyOtherSide is "false" or DocumentMasters if the value is "true".
 QueryResult EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for the DocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for those DocumentMasters by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateGeneric(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the GENERIC role of the EPM Variant Link.
 QueryResult EPMStandardStructureService.navigateGenericToIteration(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration of the generic for this variant by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the CONTAINED_IN role of an EPMContainedInLink.
 QueryResult EPMStandardStructureService.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the CONTAINED_IN role of the EPMContainedInLink and finds the appropriate iterations of the "container" EPM family table by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateBothRoles(EPMDocument document, Class linkClass)
          Navigates the both roles of the given link class.
 EPMContainedIn EPMStandardStructureService.copyContainedInLink(EPMContainedIn link, EPMDocument contains, EPMFamilyTable container)
          Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in.
private  boolean EPMStandardStructureService.isInActive(EPMDocument document)
           
 EPMContainedIn EPMSrvStructureService.copyContainedInLink(EPMContainedIn link, EPMDocument contains, EPMFamilyTable container)
          Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in.
 void EPMReferenceLink.setReferencedBy(EPMDocument referencedBy)
          Sets the object for the association that plays role: REFERENCED_BY_ROLE.
static EPMReferenceLink EPMReferenceLink.newEPMReferenceLink(EPMDocument referencedBy, DocumentMaster references, String asStoredChildName, int depType)
          Constructs an EPMReferenceLink.
protected  void EPMReferenceLink.initialize(EPMDocument referencedBy, DocumentMaster references, String asStoredChildName, int depType)
          Supports initialization, following construction of an instance.
static EPMReferenceLink EPMReferenceLink.newEPMReferenceLink(EPMDocument referencedBy, DocumentMaster references)
          Constructs an EPMReferenceLink.
protected  void EPMReferenceLink.initialize(EPMDocument referencedBy, DocumentMaster references)
           
 void EPMRecursiveResultSet.setDocument(EPMDocument a_Document)
          Sets the value of the attribute: document.
(package private) static EPMDocument EPMRecursiveQueryUtility.getDocumentFromTable(Hashtable objects, EPMDocument iterated)
          Get the canonical copy of an EPMDocument from the cache.
(package private) static EPMRecursiveResultSet EPMRecursiveQueryUtility.navigateDownRecursive(EPMDocument doc, QuerySpec querySpec, boolean onlyOther, ConfigSpec spec, Class linkClass, String roleName, int depth, Hashtable objects)
           
static EPMMemberLink EPMMemberLink.newEPMMemberLink(EPMDocument usedBy, EPMDocumentMaster uses, String asStoredChildName, int depType)
          Constructs an EPMMemberLink.
protected  void EPMMemberLink.initialize(EPMDocument usedBy, EPMDocumentMaster uses, String asStoredChildName, int depType)
          Supports initialization, following construction of an instance.
static EPMMemberLink EPMMemberLink.newEPMMemberLink(EPMDocument usedBy, EPMDocumentMaster uses)
          Constructs an EPMMemberLink.
protected  void EPMMemberLink.initialize(EPMDocument usedBy, EPMDocumentMaster uses)
           
static EPMDescribeLink EPMDescribeLink.newEPMDescribeLink(WTPart describes, EPMDocument describedBy)
          Default factory for the class.
 void EPMContainedIn.setContains(EPMDocument contains)
          Sets the object for the association that plays role: CONTAINS_ROLE.
static EPMContainedIn EPMContainedIn.newEPMContainedIn(EPMDocument containedObject, EPMFamilyTable container, String identifier, EPMContainedObjectType containedType)
          Constructs an EPMContainedIn link that associates two EPMDocuments where one holds an object contained in the other, such as a family instance and its family table.
protected  void EPMContainedIn.initialize(EPMDocument containedObject, EPMFamilyTable container, String identifier, EPMContainedObjectType containedType)
          Supports initialization, following construction of an instance.
protected  void EPMContainedIn.initialize(EPMDocument containedObject, EPMFamilyTable container, String identifier, EPMContainedObjectType containedType, boolean isGeometryModified)
           
protected static void CopyManagerUtility.processPostCopyEvent(EPMDocument original, EPMDocument copy)
           
protected static void CopyManagerUtility.processPreCopyEvent(EPMDocument original, EPMDocument copy)
           
private static EPMFamilyTable CopyManagerUtility.getFamilyTable(EPMDocument document)
           
 

Constructors in wt.epm.structure with parameters of type EPMDocument
EPMRecursiveResultSet(EPMDocumentMaster master, EPMDocument document)
          

Supported API: true
CopyManagerUtility.FamilyDocument(EPMDocument document, EPMDocument copy)
           
CopyManagerUtility.Instance(EPMDocument document, EPMDocument copy, CopyManagerUtility.Generic generic)
           
CopyManagerUtility.Instance(EPMDocument document, EPMDocument copy)
           
CopyManagerUtility.Generic(EPMDocument document, EPMDocument copy, CopyManagerUtility.Generic generic)
           
CopyManagerUtility.Generic(EPMDocument document, EPMDocument copy)
           
CopyManagerUtility.TopGeneric(EPMDocument document, EPMDocument copy, CopyManagerUtility.Generic generic)
           
 

Uses of EPMDocument in wt.epm.upgrade
 

Methods in wt.epm.upgrade that return EPMDocument
private static EPMDocument FamilyInstanceToEPMDocument6_2.getGenericIteration(long genericOid)
           
private static EPMDocument FamilyInstanceToEPMDocument6_2.createNewDocument(EPMDocument genericDoc, String number, String authoringApp, String ownerApp, String docType, String docSubType, String description)
           
 

Methods in wt.epm.upgrade with parameters of type EPMDocument
private static EPMSepFamilyTable FamilyTableR7ToR8Migrator.Server.migrateSingleIteration(EPMDocument generic, WTSet links, EPMSepFamilyTable lastFT, FamilyTableR7ToR8Migrator.Summary summary)
           
private static EPMDocument FamilyInstanceToEPMDocument6_2.createNewDocument(EPMDocument genericDoc, String number, String authoringApp, String ownerApp, String docType, String docSubType, String description)
           
private static EPMSepFamilyTable FamilyInstanceToEPMDocument6_2.getNewFamilyTable(EPMDocument genericDoc, HashMap ftHash, String authoringApp)
           
private static EPMSepFamilyTable FamilyInstanceToEPMDocument6_2.getIteratedFamilyTable(EPMDocument genericDoc, HashMap ftHash, EPMSepFamilyTable prevFT)
           
private static void FamilyInstanceToEPMDocument6_2.updateMappings(EPMDocument doc, ArrayList uniqueIDMap, long uniqueID, long genericID, HashMap instIDHash, long instID, long genericBranchID, FileWriter fw)
           
(package private) static void FTMigratorHelper.addContainedIn(EPMDocument doc, EPMSepFamilyTable ft)
           
(package private) static boolean FTMigratorHelper.markAsTopGeneric(EPMDocument generic)
           
(package private) static boolean FTMigratorHelper.markAsInstance(EPMDocument instance)
           
 

Uses of EPMDocument in wt.epm.upload
 

Methods in wt.epm.upload that return EPMDocument
protected  EPMDocument EPMUploadDocument.createNewEPMDocument()
           
 EPMDocument EPMUpload.createNewEPMDocument(String number, String cadName, String name, String type, String docSubType, int revisionNumber, boolean isVerified, EPMAuthoringAppVersion authoringApplicationVersion, WTContainer container, WTOrganization organization, QuantityUnit defaultUnit)
           
 EPMDocument CacheDocument.getDocument()
           
 EPMDocument CacheDocument.getGeneric()
           
 EPMDocument Cache.getDocumentByObjectIdentifier(ObjectIdentifier id)
           
 EPMDocument Cache.getDocumentByCADName(String cadName)
           
 EPMDocument Cache.getDocumentByMasterObjectIdentifier(ObjectIdentifier id)
           
 

Methods in wt.epm.upload with parameters of type EPMDocument
protected static void EPMUploadStandalone.syncMemberLink(EPMDocument source, EPMNDMemberLink dependency, CacheDocument.CacheDependencyLink cacheLink)
           
protected static void EPMUploadStandalone.syncReferenceLink(EPMDocument source, EPMNDReferenceLink dependency, CacheDocument.CacheDependencyLink cacheLink)
           
protected static void EPMUploadStandalone.syncDependency(EPMDocument source, EPMNDDependency dependency, CacheDocument.CacheDependencyLink cacheLink)
           
protected  CacheDocument EPMUpload.createCacheDocument(EPMDocument epmDocument)
           
(package private) static void EPMParameterMapEventsHandler.processPostCopyEvent(EPMDocument original, EPMDocument copy)
           
private  int EPMGhostResolver.adjustGhostResolOption(int gostResolOption, boolean serverSideIgnore, EPMNDDependency dependency, EPMDocument depDoc, String depModelName)
           
private  void EPMGhostResolver.addNewGhost(EPMDocument doc)
           
 Cache.CacheDocument Cache.cacheDocument(EPMDocument document)
           
 Cache.CacheDocument Cache.cacheMemberAndContainedInLink(EPMDocument instance, EPMContainedIn containedIn)
           
 void Cache.cacheVariantLink(EPMVariantLink variantLink, EPMDocument generic)
           
 

Constructors in wt.epm.upload with parameters of type EPMDocument
CacheDocument(CacheObjectOwner owner, EPMDocument document)
           
Cache.CacheDocument(CacheObjectOwner owner, EPMDocument document)
           
 

Uses of EPMDocument in wt.epm.util
 

Fields in wt.epm.util declared as EPMDocument
 EPMDocument FamilyUtility.ContainerPair.containedObj
           
 EPMDocument FamilyUtility.ContainedObjectList.container
           
 

Methods in wt.epm.util that return EPMDocument
static EPMDocument EPMQueryHelper.lookupTopGeneric(EPMFamilyTable familyTable)
           
 EPMDocument EPMCacheInterface.getDocumentByCADName(String cadName)
           
 EPMDocument EPMCacheInterface.getDocumentByObjectIdentifier(ObjectIdentifier id)
           
 EPMDocument EPMCacheInterface.getDocumentByMasterObjectIdentifier(ObjectIdentifier id)
           
 

Methods in wt.epm.util with parameters of type EPMDocument
private static void FamilyUtility.constructException(EPMDocument doc1, EPMDocument doc2)
           
private static ArrayList FamilyUtility.SBmadeStandaloneFrom(EPMDocument generic, List documents)
          todo check if we need this method at all for new FT model (GIV 09/09/04)
static String EPMContentHelper.getContentName(EPMDocument doc, ContentItem item)
           
private static String EPMContentHelper.getName(EPMDocument doc, ContentItem item)
           
 

Constructors in wt.epm.util with parameters of type EPMDocument
FamilyUtility.ContainerPair(EPMDocument containedObj, EPMFamilyTable container)
           
FamilyUtility.ContainedObjectList(EPMDocument container)
           
 

Uses of EPMDocument in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return EPMDocument
 EPMDocument DocumentToCacheState.getDocument()
          Gets the object for the association that plays role: DOCUMENT_ROLE.
 EPMDocument ClientCacheState.getDocument()
          Gets the object for the association that plays role: DOCUMENT.
static EPMDocument BaselineServiceUtility.getAssociatedDoc(WTPart part)
           
 

Methods in wt.epm.workspaces with parameters of type EPMDocument
static EPMAsStoredConfigSpec EPMAsStoredConfigSpec.newEPMAsStoredConfigSpec(EPMDocument seed)
          Factory method to create a new EPMAsStoredConfigSpec given a seed object.
 void DocumentToCacheState.setDocument(EPMDocument document)
          Sets the object for the association that plays role: DOCUMENT_ROLE.
static DocumentToCacheState DocumentToCacheState.newDocumentToCacheState(ClientCacheState cacheState, EPMDocument document)
          Default factory for the class.
 void ClientCacheState.setDocument(EPMDocument a_Document)
          Sets the object for the association that plays role: DOCUMENT.
static ClientCacheState ClientCacheState.newClientCacheState(EPMWorkspace workspace, EPMDocument document, boolean downloaded, boolean locallyModified)
          

Supported API: false
protected  void ClientCacheState.initialize(EPMWorkspace workspace, EPMDocument document, boolean downloaded, boolean locallyModified)
          Supports initialization, following construction of an instance.
protected static void BaselineServiceUtility.checkCheckinDependencies(EPMDocument originalCopy, EPMDocument workingCopy, EPMWorkspace workspace)
           
static QueryResult BaselineServiceUtility.getBuildRules(EPMDocument document)
           
static QueryResult BaselineServiceUtility.getAssociatedPart(EPMDocument doc)
           
private static void BaselineServiceUtility.checkDependentPlaceHolders(QueryResult qr, EPMDocument workingCopy)
           
 

Uses of EPMDocument in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers that return EPMDocument
static EPMDocument EPMHndHelper.getEPMDocumentOfOldId(String oldId, Importer importer)
           
static EPMDocument EPMHndHelper.getEPMDocumentOfNumber(String number, WTContainerRef containerRef, WTOrganization org)
           
static EPMDocument EPMHndHelper.getTopGeneric(EPMSepFamilyTable ft)
          Given a family table object, returns the top level generic document.
 

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

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

Fields in wt.ixb.epm.handlers.forclasses declared as EPMDocument
private  EPMDocument ExpImpForEPMVariantLink.variantObj
           
private  EPMDocument ExpImpForEPMReferenceLink.referencedByObj
           
private  EPMDocument ExpImpForEPMMemberLink.usedByObj
           
private  EPMDocument ExpImpForEPMDescribeLink.describedByObj
           
private  EPMDocument ExpImpForEPMContainedIn.containedInObj
           
 

Methods in wt.ixb.epm.handlers.forclasses that return EPMDocument
private  EPMDocument ExpImpForEPMSepFamilyTable.getTopGeneric(IxbElement fileXML, Importer importer)
          Returns the top generic document defined in the XML file.
 

Methods in wt.ixb.epm.handlers.forclasses with parameters of type EPMDocument
private  WTPart ExpImpForEPMDocument.findWTPart(EPMDocument d)
           
private  void ExpImpForEPMDocument.removeContainedIn(EPMDocument doc)
           
 

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

Methods in wt.ixb.handlers.netmarkets.prodstruct with parameters of type EPMDocument
protected  void NmEPMDocumentHandler.exportAttributes(EPMDocument epm_doc, IxbElement elem, Exporter exporter)
           
 

Uses of EPMDocument in wt.ixb.objectset
 

Methods in wt.ixb.objectset with parameters of type EPMDocument
private static ConfigSpec ObjectSetHelper.getEPMDocConfigSpec(EPMDocument doc)
           
 

Uses of EPMDocument in wt.ixb.objectset.handlers.navigator
 

Methods in wt.ixb.objectset.handlers.navigator with parameters of type EPMDocument
private static boolean EPMProductStructureNavigator.isAlreadyVisited(EPMDocument generic)
           
private static void EPMProductStructureNavigator.markAsVisited(EPMDocument generic)
           
 

Uses of EPMDocument in wt.ixb.util
 

Methods in wt.ixb.util with parameters of type EPMDocument
private static String IXBVersionHelper.getEPMDocIdentifier(EPMDocument doc)
           
 

Uses of EPMDocument in wt.replication.export
 

Methods in wt.replication.export with parameters of type EPMDocument
private  void ExportUnitVisitor.exportEPMDocStuff(EPMDocument epmDoc, Link link)
          Deprecated.  
private  void ExportUnitVisitor.printEPMDocument(EPMDocument epmDoc)
          Deprecated.  
 

Uses of EPMDocument in wt.rule.impl
 

Methods in wt.rule.impl that return EPMDocument
(package private) static EPMDocument EPMDocumentCopyRuleApplier.syncWithNumber(EPMDocument copyTo)
          Deprecated.  
 

Methods in wt.rule.impl with parameters of type EPMDocument
(package private) static EPMDocument EPMDocumentCopyRuleApplier.syncWithNumber(EPMDocument copyTo)
          Deprecated.