Uses of Class
wt.doc.WTDocument

Packages that use WTDocument
com.ptc.core.common.preference   
com.ptc.core.htmlcomp.gathering   
com.ptc.netmarkets.model   
com.ptc.netmarkets.nmixb   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.common.preference   
com.ptc.windchill.enterprise.doc.server   
com.ptc.windchill.enterprise.nativeapp.msoi.server   
com.ptc.windchill.enterprise.nativeapp.server   
com.ptc.windchill.enterprise.templates.doc.server   
com.ptc.windchill.esi.esidoc   
com.ptc.windchill.esi.txn   
com.ptc.windchill.esi.utl   
com.ptc.windchill.repairtools.multiplePrimaries   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.util   
wt.clients.doc   
wt.clients.step   
wt.doc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.fv.uploadtocache   
wt.ixb.handlers.forclasses   
wt.ixb.handlers.netmarkets   
wt.ixb.handlers.netmarkets.prodstruct   
wt.ixb.objectset
When an object is given to the export process, the ObjectSet application does the job of navigating through the object’s structure and collecting all of its related objects. 
wt.ixb.util   
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.pdmlink   
wt.replication.export   
wt.replication.unit   
wt.rule.impl   
wt.step STEP (ISO 10303) Support. 
wt.step.processor   
wt.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
 

Uses of WTDocument in com.ptc.core.common.preference
 

Fields in com.ptc.core.common.preference declared as WTDocument
private  WTDocument UserPrefReader.preferenceDoc
           
 

Methods in com.ptc.core.common.preference that return WTDocument
static WTDocument UserPrefReader.createUserPreferenceFile(String name)
           
static WTDocument UserPrefReader.findPreferenceFile(String number)
           
 

Methods in com.ptc.core.common.preference with parameters of type WTDocument
static InputStream UserPrefReader.readUserPreferenceFile(WTDocument doc)
           
static void UserPrefReader.updateUserPreferenceFile(WTDocument doc, File contentFile)
           
 

Constructors in com.ptc.core.common.preference with parameters of type WTDocument
UserPrefReader(WTDocument preferenceDoc, URL url, String dataSource)
           
 

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

Methods in com.ptc.core.htmlcomp.gathering that return WTDocument
private static WTDocument[] RulesDependencyProcessingHelper.getAssociatedWTDocs(WTPart target)
           
 

Uses of WTDocument in com.ptc.netmarkets.model
 

Methods in com.ptc.netmarkets.model with parameters of type WTDocument
private  String StandardNmObjectService.getJarPath(WTDocument currDoc, WTContainerRef containerRef)
           
 

Uses of WTDocument in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return WTDocument
private  WTDocument FolderContentsCopyHelper.copyDocAcls(ObjectIdentifier sourceOid, WTDocument newDoc)
           
private  WTDocument FolderContentsCopyHelper.createDocFromProxy(NMDocProxy proxy)
           
static WTDocument FolderContentsCopyHelper.createDocFromProxy(WTContainerRef srcRef, WTContainerRef trgRef, WorklistDrivenCopier copier, NMDocProxy proxy)
           
private  WTDocument[] FolderContentsCopyHelper.findContainerDocuments(WTContainerRef contRef)
          If this is turned on we are looking for ALL the documents for each project.
private  WTDocument DocTemplateCopyHelper.copyDocAcls(ObjectIdentifier sourceOid, WTDocument newDoc)
           
 

Methods in com.ptc.netmarkets.nmixb with parameters of type WTDocument
private  File StandardNmIxbService.exportDocument(WTDocument doc)
           
private  File StandardNmIxbService.exportDocuments(WTDocument[] docs)
           
private  IxbDocument StandardNmIxbService.generateExportMappingRules(WTDocument document)
           
private  WTDocument FolderContentsCopyHelper.copyDocAcls(ObjectIdentifier sourceOid, WTDocument newDoc)
           
private  void FolderContentsCopyHelper.populateDocForums(NMDocProxy proxy, WTDocument newDoc)
           
private static void FolderContentsCopyHelper.uploadProxyContent(WTDocument newDoc, NMDocProxy proxy)
           
private  void FolderContentsCopyHelper.updateDocAclMap(WTDocument currDoc)
           
private  void FolderContentsCopyHelper.addForumToProxy(NMDocProxy proxy, WTDocument currDoc)
           
private  void DocTemplateCopyHelper.updateDocAclMap(WTDocument currDoc)
           
private  WTDocument DocTemplateCopyHelper.copyDocAcls(ObjectIdentifier sourceOid, WTDocument newDoc)
           
 

Constructors in com.ptc.netmarkets.nmixb with parameters of type WTDocument
NMDocProxy(WTDocumentMaster master, WTDocument doc, CommonCopyWorklist worklist, WTContainerRef contRef)
           
 

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

Methods in com.ptc.windchill.cadx.caddoc with parameters of type WTDocument
private  String EPMGetDepsTemplateProcessor.newWTDocSpecData(WTDocumentMaster dm, WTDocument doc, String[] names, String lookupName, String lookupValue, boolean current, Locale locale)
           
 

Uses of WTDocument in com.ptc.windchill.cadx.common.preference
 

Fields in com.ptc.windchill.cadx.common.preference declared as WTDocument
private  WTDocument UserPrefReader.preferenceDoc
           
 

Methods in com.ptc.windchill.cadx.common.preference that return WTDocument
static WTDocument UserPrefReader.createUserPreferenceFile(String name)
           
static WTDocument UserPrefReader.findPreferenceFile(String number)
           
 

Methods in com.ptc.windchill.cadx.common.preference with parameters of type WTDocument
static InputStream UserPrefReader.readUserPreferenceFile(WTDocument doc)
           
static void UserPrefReader.updateUserPreferenceFile(WTDocument doc, File contentFile)
           
 

Constructors in com.ptc.windchill.cadx.common.preference with parameters of type WTDocument
UserPrefReader(WTDocument preferenceDoc, URL url, String dataSource)
           
 

Uses of WTDocument in com.ptc.windchill.enterprise.doc.server
 

Methods in com.ptc.windchill.enterprise.doc.server that return WTDocument
protected  WTDocument WTDocumentTemplateDelegate.getUnpersistedDocumentFromTemplate(WTDocument template, HashMap nameValueData, String solution, Locale locale)
          Deprecated.  
protected  WTDocument WTDocumentTemplateDelegate.persistDocumentFromTemplate(WTDocument template, WTDocument document, HashMap nameValueData, HashMap postCreateInfo, String solution, Locale locale)
          Deprecated.  
protected  WTDocument WTDocumentTemplateDelegate.getUnpersistedTemplate(HashMap nameValueData, TypeIdentifier objType, String solution, Locale locale)
          Deprecated.  
protected  WTDocument WTDocumentTemplateDelegate.persistDocumentTemplate(WTDocument document, HashMap postCreateInfo, String solution, Locale locale)
          Deprecated.  
 WTDocument WTDocumentProjectDelegate.createDocument(TypeIdentifier objType, HashMap nameValueData, Locale locale)
          Create a document from the input provided.
 WTDocument WTDocumentProjectDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a document from the input provided.
 WTDocument WTDocumentDelegate.createDocument(TypeIdentifier objType, HashMap nameValueData, Locale locale)
          Create a document from the input provided.
 WTDocument WTDocumentDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a document from the input provided.
protected  WTDocument WTDocumentDelegate.getNewWTDocument(TypeIdentifier objType)
           
protected  WTDocument WTDocumentDelegate.setStandardCreateAttributes(WTDocument document, HashMap nameValueData, Locale locale)
           
protected  WTDocument WTDocumentDelegate.setStandardUpdateAttributes(WTDocument document, HashMap nameValueData, Locale locale)
           
static WTDocument DocumentUtility.setNumber(WTDocument document, String number)
          Used to set the number either through user input or through automatic number generation.
static WTDocument DocumentUtility.setOldAttributes(WTDocument document)
          Used to set attributes that aren't used on documents anymore.
static WTDocument DocumentUtility.setLocation(WTDocument document, String location)
          Used to set the location either through user input or through automatic default of the location.
static WTDocument DocumentUtility.setLifeCycleTemplate(WTDocument document, String lifeCycle)
          Used to set the lifecycle template either through user input or through automatic default.
static WTDocument DocumentUtility.setTeamTemplate(WTDocument document, String teamTemplate)
          Used to set the team template on the document.
static WTDocument DocumentUtility.setSoftAttributes(WTDocument document, HashMap nameValueData, Locale locale)
          Set the soft attributes from the hash map into the object.
static WTDocument DocumentUtility.setName(WTDocument document, String name)
          Used to set the name through user input.
static WTDocument DocumentUtility.setTitle(WTDocument document, String title)
          Used to set the title through user input.
static WTDocument DocumentUtility.setDescription(WTDocument document, String desc)
          Used to set the description through user input.
static WTDocument DocumentUtility.setTemplate(WTDocument document, boolean templated)
          Used to set the template object on the Document.
static WTDocument DocumentUtility.setEnabled(WTDocument document, boolean enabled)
          Used to set the enabled attribute on the Document's Template object.
static WTDocument DocumentUtility.setDept(WTDocument document, String dept)
          Used to set the dept through user input.
static WTDocument DocumentUtility.setDocType(WTDocument document, String docType)
          Used to set the docType through user input.
static WTDocument DocumentUtility.setOrganization(WTDocument document, String docOrg)
           
static WTDocument DocumentFactory.createDocument(TypeIdentifier objType, HashMap nameValueData, Locale locale)
          Factory method used to get the createDocument delegate.
static WTDocument DocumentFactory.createDocument(String objType, HashMap nameValueData, Locale locale)
          Factory method used to get the createDocument delegate.
static WTDocument DocumentFactory.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Factory method used to get the updateDocument delegate.
 WTDocument DocumentDelegate.createDocument(TypeIdentifier objType, HashMap nameValueData, Locale locale)
          Create a document from the input provided.
 WTDocument DocumentDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a document from the input provided.
 

Methods in com.ptc.windchill.enterprise.doc.server with parameters of type WTDocument
protected  WTDocument WTDocumentTemplateDelegate.getUnpersistedDocumentFromTemplate(WTDocument template, HashMap nameValueData, String solution, Locale locale)
          Deprecated.  
protected  WTDocument WTDocumentTemplateDelegate.persistDocumentFromTemplate(WTDocument template, WTDocument document, HashMap nameValueData, HashMap postCreateInfo, String solution, Locale locale)
          Deprecated.  
protected  WTDocument WTDocumentTemplateDelegate.persistDocumentTemplate(WTDocument document, HashMap postCreateInfo, String solution, Locale locale)
          Deprecated.  
 WTDocument WTDocumentProjectDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a document from the input provided.
 WTDocument WTDocumentDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a document from the input provided.
protected  WTDocument WTDocumentDelegate.setStandardCreateAttributes(WTDocument document, HashMap nameValueData, Locale locale)
           
protected  WTDocument WTDocumentDelegate.setStandardUpdateAttributes(WTDocument document, HashMap nameValueData, Locale locale)
           
static WTDocument DocumentUtility.setNumber(WTDocument document, String number)
          Used to set the number either through user input or through automatic number generation.
static WTDocument DocumentUtility.setOldAttributes(WTDocument document)
          Used to set attributes that aren't used on documents anymore.
static WTDocument DocumentUtility.setLocation(WTDocument document, String location)
          Used to set the location either through user input or through automatic default of the location.
static WTDocument DocumentUtility.setLifeCycleTemplate(WTDocument document, String lifeCycle)
          Used to set the lifecycle template either through user input or through automatic default.
static WTDocument DocumentUtility.setTeamTemplate(WTDocument document, String teamTemplate)
          Used to set the team template on the document.
static WTDocument DocumentUtility.setSoftAttributes(WTDocument document, HashMap nameValueData, Locale locale)
          Set the soft attributes from the hash map into the object.
static WTDocument DocumentUtility.setName(WTDocument document, String name)
          Used to set the name through user input.
static WTDocument DocumentUtility.setTitle(WTDocument document, String title)
          Used to set the title through user input.
static WTDocument DocumentUtility.setDescription(WTDocument document, String desc)
          Used to set the description through user input.
static WTDocument DocumentUtility.setTemplate(WTDocument document, boolean templated)
          Used to set the template object on the Document.
static WTDocument DocumentUtility.setEnabled(WTDocument document, boolean enabled)
          Used to set the enabled attribute on the Document's Template object.
static WTDocument DocumentUtility.setDept(WTDocument document, String dept)
          Used to set the dept through user input.
static WTDocument DocumentUtility.setDocType(WTDocument document, String docType)
          Used to set the docType through user input.
static WTDocument DocumentUtility.setOrganization(WTDocument document, String docOrg)
           
static WTDocument DocumentFactory.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Factory method used to get the updateDocument delegate.
 WTDocument DocumentDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a document from the input provided.
 

Uses of WTDocument in com.ptc.windchill.enterprise.nativeapp.msoi.server
 

Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server that return WTDocument
 WTDocument DefaultApplicationTaskDelegate.createDocument(TypeIdentifier objType, HashMap nameValueData, boolean keepCheckedOut, Locale locale)
          Create a document from the information input by the user.
 WTDocument DefaultApplicationTaskDelegate.createDocumentFromTemplate(WTDocument template, HashMap nameValueData, Locale locale, String applicationName)
          Create a document from a document template.
 WTDocument DefaultApplicationTaskDelegate.createDocumentTemplate(TypeIdentifier objType, HashMap nameValueData, Locale locale)
          Create a document template from the information input by the user.
 WTDocument DefaultApplicationTaskDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a WTDocument from the information input by the user.
 WTDocument DefaultApplicationTaskDelegate.setDownloadPath(WTDocument document, String downloadPath, String checksum, Locale locale)
          To be used after a document has been checked out and the content has been downloaded already.
 

Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server with parameters of type WTDocument
 WTDocument DefaultApplicationTaskDelegate.createDocumentFromTemplate(WTDocument template, HashMap nameValueData, Locale locale, String applicationName)
          Create a document from a document template.
 WTDocument DefaultApplicationTaskDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a WTDocument from the information input by the user.
 WTDocument DefaultApplicationTaskDelegate.setDownloadPath(WTDocument document, String downloadPath, String checksum, Locale locale)
          To be used after a document has been checked out and the content has been downloaded already.
 HashMap DefaultApplicationTaskDelegate.getUpdateTypeAttributes(WTDocument document, Locale locale)
          Returns a list of the both soft and modeled attributes required for an update document (either soft type or modeled type).
 HashMap DefaultApplicationTaskDelegate.getCheckinTypeAttributes(WTDocument document, Locale locale)
          Returns a list of the both soft and modeled attributes required for checkin document/document template (either soft type or modeled type).
private  void DefaultApplicationTaskDelegate.changeEnabledOnIterations(WTDocument obj)
           
static Group ApplicationIntegrationProcessor.createDocumentFromTemplate(WTDocument template, String nameValueData, String language, String country, String applicationName)
          Create a document from a document template.
static Group ApplicationIntegrationProcessor.updateDocument(WTDocument document, String nameValueData, String language, String country, String applicationName)
          Upate a document from the information input by the user.
static Group ApplicationIntegrationProcessor.rename(WTDocument object, String newName, String language, String country, String applicationName)
          Change the name on the Identified object.
static Group ApplicationIntegrationProcessor.setDownloadPath(WTDocument document, String downloadPath, String checksum, String language, String country, String applicationName)
          To be used after a document has been checked out and the content has been downloaded already.
static Group ApplicationIntegrationProcessor.getUpdateTypeAttributes(WTDocument document, String language, String country, String applicationName)
          Returns a list of the both soft and modeled attributes required for an update document (either soft type or modeled type).
static Group ApplicationIntegrationProcessor.getCreateFromTemplateAttributes(WTDocument template, String context, String language, String country, String applicationName)
          Returns a list of the both soft and modeled attributes required for a create document (either soft type or modeled type).
static Group ApplicationIntegrationProcessor.getCheckinTypeAttributes(WTDocument document, String language, String country, String applicationName)
          Returns a list of the both soft and modeled attributes required for checkin document/document template(either soft type or modeled type).
private static boolean ApplicationIntegrationProcessor.keepInSearchResult(WTDocument wtdoc, WTPrincipal user)
           
 

Uses of WTDocument in com.ptc.windchill.enterprise.nativeapp.server
 

Methods in com.ptc.windchill.enterprise.nativeapp.server that return WTDocument
 WTDocument ApplicationTaskDelegate.createDocument(TypeIdentifier objType, HashMap nameValueData, boolean keepCheckedOut, Locale locale)
          Create a document from the information input by the user.
 WTDocument ApplicationTaskDelegate.createDocumentFromTemplate(WTDocument template, HashMap nameValueData, Locale locale, String applicationName)
          Create a document from a document template.
 WTDocument ApplicationTaskDelegate.createDocumentTemplate(TypeIdentifier objType, HashMap nameValueData, Locale locale)
          Create a document template from the information input by the user.
 WTDocument ApplicationTaskDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a WTDocument from the information input by the user.
 WTDocument ApplicationTaskDelegate.setDownloadPath(WTDocument document, String downloadPath, String checksum, Locale locale)
          To be used after a document has been checked out and the content has been downloaded already.
static WTDocument ApplicationIntegrationFactory.createDocument(String objType, HashMap nameValueData, boolean keepCheckedOut, Locale locale, String applicationName)
          Create a document from the information input by the user.
static WTDocument ApplicationIntegrationFactory.createDocument(TypeIdentifier objType, HashMap nameValueData, boolean keepCheckedOut, Locale locale, String applicationName)
          Create a document from the information input by the user.
static WTDocument ApplicationIntegrationFactory.createDocumentFromTemplate(WTDocument template, HashMap nameValueData, Locale locale, String applicationName)
          Create a document from a document template.
static WTDocument ApplicationIntegrationFactory.createDocumentTemplate(String objType, HashMap nameValueData, Locale locale, String applicationName)
          Create a document template from the information input by the user.
static WTDocument ApplicationIntegrationFactory.createDocumentTemplate(TypeIdentifier objType, HashMap nameValueData, Locale locale, String applicationName)
          Create a document template from the information input by the user.
static WTDocument ApplicationIntegrationFactory.updateDocument(WTDocument document, HashMap nameValueData, Locale locale, String applicationName)
          Update a WTDocument from the information input by the user.
static WTDocument ApplicationIntegrationFactory.setDownloadPath(WTDocument document, String downloadPath, String checksum, Locale locale, String applicationName)
          To be used after a document has been checked out and the content has been downloaded already.
 

Methods in com.ptc.windchill.enterprise.nativeapp.server with parameters of type WTDocument
 WTDocument ApplicationTaskDelegate.createDocumentFromTemplate(WTDocument template, HashMap nameValueData, Locale locale, String applicationName)
          Create a document from a document template.
 WTDocument ApplicationTaskDelegate.updateDocument(WTDocument document, HashMap nameValueData, Locale locale)
          Update a WTDocument from the information input by the user.
 WTDocument ApplicationTaskDelegate.setDownloadPath(WTDocument document, String downloadPath, String checksum, Locale locale)
          To be used after a document has been checked out and the content has been downloaded already.
 HashMap ApplicationTaskDelegate.getUpdateTypeAttributes(WTDocument document, Locale locale)
          Returns a list of the both soft and modeled attributes required for an update document (either soft type or modeled type).
 HashMap ApplicationTaskDelegate.getCheckinTypeAttributes(WTDocument document, Locale locale)
          Returns a list of the both soft and modeled attributes required for checkin document/document template (either soft type or modeled type).
static WTDocument ApplicationIntegrationFactory.createDocumentFromTemplate(WTDocument template, HashMap nameValueData, Locale locale, String applicationName)
          Create a document from a document template.
static WTDocument ApplicationIntegrationFactory.updateDocument(WTDocument document, HashMap nameValueData, Locale locale, String applicationName)
          Update a WTDocument from the information input by the user.
static WTDocument ApplicationIntegrationFactory.setDownloadPath(WTDocument document, String downloadPath, String checksum, Locale locale, String applicationName)
          To be used after a document has been checked out and the content has been downloaded already.
static HashMap ApplicationIntegrationFactory.getUpdateTypeAttributes(WTDocument document, Locale locale, String applicationName)
          Returns a list of the both soft and modeled attributes required for an update document (either soft type or modeled type).
static HashMap ApplicationIntegrationFactory.getCheckinTypeAttributes(WTDocument document, Locale locale, String applicationName)
          Returns a list of the both soft and modeled attributes required for a checkin document/document template(either soft type or modeled type).
 

Uses of WTDocument in com.ptc.windchill.enterprise.templates.doc.server
 

Methods in com.ptc.windchill.enterprise.templates.doc.server that return WTDocument
protected  WTDocument TemplatesWTDocumentDelegate.getNewWTDocument(TypeIdentifier objType)
           
 

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

Fields in com.ptc.windchill.esi.esidoc declared as WTDocument
private  WTDocument ESIRefLink.currentDoc
           
private  WTDocument ESIRefLink.previousDoc
           
 

Methods in com.ptc.windchill.esi.esidoc that return WTDocument
private  WTDocument ESIRefLinkHandler.getLatestPublishedDocument(WTDocument doc, ESITarget tgt)
           
private  WTDocument ESIRefLinkHandler.getLastReleasedDocument(QueryResult qr, ESITarget tgt)
           
(package private)  WTDocument ESIRefLink.getCurrentDoc()
          Gets the value of the attribute: currentDoc.
(package private)  WTDocument ESIRefLink.getPreviousDoc()
          Gets the value of the attribute: previousDoc.
 

Methods in com.ptc.windchill.esi.esidoc with parameters of type WTDocument
private  WTDocument ESIRefLinkHandler.getLatestPublishedDocument(WTDocument doc, ESITarget tgt)
           
(package private)  void ESIRefLink.setPreviousDoc(WTDocument a_PreviousDoc)
          Sets the value of the attribute: previousDoc.
 

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

Supported API: false
 

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

Methods in com.ptc.windchill.esi.txn that return WTDocument
 WTDocument ESITransactionUtility.getCurrentDocument(WTDocumentMaster master)
           
 

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

Methods in com.ptc.windchill.esi.utl that return WTDocument
 WTDocument TaskHelper.getDocumentFromUfid(String ufid)
           
 

Uses of WTDocument in com.ptc.windchill.repairtools.multiplePrimaries
 

Methods in com.ptc.windchill.repairtools.multiplePrimaries that return WTDocument
private static WTDocument PrimaryFix.queryDocument(String number, String oid)
          Get a document given it's oid.
 

Methods in com.ptc.windchill.repairtools.multiplePrimaries with parameters of type WTDocument
private  void PrimaryFix.addDoc(WTDocument doc, WTDocumentMaster master)
          Creates a DocIteration instance for a document and populates the primary file entries for that document.
private  void PrimaryFix.addErrorDoc(WTDocument doc, WTDocumentMaster master, String check_message)
          Creates a DocIteration instance for a document and populates the error field for that document.
private static PrimaryFix PrimaryFix.putIterationsInOrder(WTDocument doc, WTDocumentMaster master, PrimaryFix fix_set)
           
private static PrimaryFix PrimaryFix.putVersionsInOrder(WTDocumentMaster master, WTDocument doc)
           
 

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

Methods in com.ptc.wvs.server.loader that return WTDocument
static WTDocument EDRHelper.getWTDocumentByNumber(String number, String revision, WTContainer container)
           
 

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

Fields in com.ptc.wvs.server.publish declared as WTDocument
private  WTDocument ConvertDocument.document
           
 

Methods in com.ptc.wvs.server.publish with parameters of type WTDocument
protected  void StandardPublishService.processDocumentCheckInEvent(WTDocument doc, ContentItem ci)
           
protected  boolean StandardPublishService.processDocumentCheckInFile(WTDocument doc, ContentItem ci, boolean repDefault)
           
static Boolean StandardPublishService.testDocumentCheckinFilter(WTDocument doc, ApplicationData ad)
           
private  void ConvertDocument.writeDocumentXML(WTDocument d, ContentItem ci, File tempDir)
           
 

Constructors in com.ptc.wvs.server.publish with parameters of type WTDocument
ConvertDocument(PublishJob publishJob, WTDocument document, Representable part, String documentFile)
           
 

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

Methods in com.ptc.wvs.server.util with parameters of type WTDocument
static Object DocumentHelper.getDocumentStructure(WTDocument doc)
           
static Object DocumentHelper.getDocumentStructure(WTDocument doc, boolean forceEDZAsLink)
           
static boolean DocumentHelper.isShowRepForDoc(WTDocument doc)
           
static boolean DocumentHelper.isShowPublishForDoc(WTDocument doc)
           
 

Uses of WTDocument in wt.clients.doc
 

Fields in wt.clients.doc declared as WTDocument
(package private)  WTDocument WTDocumentAppletWithProgress.DocumentHandle.document
           
(package private)  WTDocument WTDocumentApplet.DocumentHandle.document
           
private  WTDocument ViewDocumentFrame.document
           
private  WTDocument ViewDocumentFrame.DocumentHandle.document
           
(package private)  WTDocument UpdateDocumentFrame.DocumentHandle.document
           
private  WTDocument ReferenceAssociationsModel.doc
           
(package private)  WTDocument DocumentHelperPanel.document
           
(package private)  WTDocument CreateDocumentFrame.DocumentHandle.document
           
 

Methods in wt.clients.doc that return WTDocument
 WTDocument WTDocumentAppletWithProgress.getDocument()
          Deprecated. Returns the WTDocument created by this applet.
private  WTDocument WTDocumentAppletWithProgress.newWTDocument()
          Deprecated.  
static WTDocument WTDocumentAppletWithProgress.Server.newWTDocument()
           
 WTDocument WTDocumentApplet.getDocument()
          Deprecated. Returns the WTDocument created by this applet.
private  WTDocument WTDocumentApplet.newWTDocument()
          Deprecated.  
static WTDocument WTDocumentApplet.Server.newWTDocument()
           
 WTDocument ViewDocumentFrame.getDocument()
           
 WTDocument UpdateDocumentFrame.getDocument()
           
 WTDocument ReferenceAssociationsModel.getDocument()
          Return the WTDocument whose depends on associations are available from this AssocationsModel.
static WTDocument DocumentTaskLogic.refreshDocument(WTDocument stale_doc)
          Return a refreshed copy of the given WTDocument.
static WTDocument DocumentTaskLogic.getDocumentInstance(DocumentType type, String name, String number)
           
static WTDocument DocumentTaskLogic.save(WTDocument doc)
          Persists the given WTDocument in the database.
 WTDocument CreateDocumentFrame.getDocument()
          Returns the WTDocument created by this frame.
private  WTDocument CreateDocumentFrame.createDocument(WTDocument new_doc)
          Method CreateDocument contains the logic to create a new WTDocument instance.
 

Methods in wt.clients.doc with parameters of type WTDocument
 void WTDocumentAppletWithProgress.setDocument(WTDocument newDocument)
          Deprecated. Sets the WTDocument which is being handled by this applet.
 void WTDocumentApplet.setDocument(WTDocument newDocument)
          Deprecated. Sets the WTDocument which is being handled by this applet.
 void ViewDocumentFrame.setDocument(WTDocument doc)
           
static boolean UpdateDocumentTaskLogic.isUpdateAllowed(WTDocument doc)
          Returns a boolean indicating whether or not the given document can be updated by the current user.
 void UpdateDocumentFrame.setDocument(WTDocument doc)
           
private  String UpdateDocumentFrame.getDocumentIdentity(WTDocument document)
           
 void StructurePanel.save(WTDocument document)
           
static HashMap SecondaryContentLoader.saveContents(WTDocument doc, String secondaryContent)
           
 void ReferencePanel.save(WTDocument document)
           
 void ReferencePanel.setDocument(WTDocument doc)
          Sets the document item whose depends on objects are displayed in this panel.
 void ReferenceAssociationsModel.setDocument(WTDocument document)
          Sets the WTDocument whose depends on associations are available from this model.
static WTDocument DocumentTaskLogic.refreshDocument(WTDocument stale_doc)
          Return a refreshed copy of the given WTDocument.
static Timestamp DocumentTaskLogic.getCreationDate(WTDocument doc)
          Returns the creation timestamp of the given WTDocument.
static Timestamp DocumentTaskLogic.getUpdatedDate(WTDocument doc)
          Returns the timestamp on which the given WTDocument was most recently modified.
static WTDocument DocumentTaskLogic.save(WTDocument doc)
          Persists the given WTDocument in the database.
static void DocumentTaskLogic.delete(WTDocument document)
          Method delete deletes the given Document object from the database.
private  WTDocument CreateDocumentFrame.createDocument(WTDocument new_doc)
          Method CreateDocument contains the logic to create a new WTDocument instance.
 

Constructors in wt.clients.doc with parameters of type WTDocument
WTDocumentAppletWithProgress.DocumentHandle(WTDocument document)
           
WTDocumentApplet.DocumentHandle(WTDocument document)
           
ViewDocumentFrame.DocumentHandle(WTDocument document)
           
UpdateDocumentFrame.DocumentHandle(WTDocument document)
           
StructurePanel(WTDocument document)
           
ReferencePanel(WTDocument document)
           
CreateDocumentFrame.DocumentHandle(WTDocument document)
           
 

Uses of WTDocument in wt.clients.step
 

Fields in wt.clients.step declared as WTDocument
protected  WTDocument STEPFrame._holderDocument
           
 

Uses of WTDocument in wt.doc
 

Fields in wt.doc declared as WTDocument
(package private)  WTDocument StandardWTDocumentService.CheckedOutDocument.origDoc
           
(package private)  WTDocument StandardWTDocumentService.CheckedOutDocument.workCopy
           
private  WTDocument DocumentStructureProcessor.topLevelDocument
           
private  WTDocument DocumentStructureProcessor.oldDocForHasChanged
           
private  WTDocument DocumentStructureProcessor.newDocForHasChanged
           
 

Methods in wt.doc that return WTDocument
 WTDocument WTDocumentServiceFwd.createOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentServiceFwd.orderUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Order usage links between the parent document and it's children documents.
 WTDocument WTDocumentServiceFwd.removeOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Remove usage links from a parent document.
 WTDocument WTDocumentServiceFwd.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment, String checkOutNote, String checkInNote)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument WTDocumentServiceFwd.updateDependencyLink(WTDocument document, Vector links, Vector comments, String checkOutNote, String checkInNote)
          Convenience method for updating multiple dependency links.
 WTDocument WTDocumentServiceFwd.createUsageLink(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentServiceFwd.removeDependencyLink(WTDocument document, Vector links, String checkOutNote, String checkInNote)
          Convenience method for removing multiple dependency links.
 WTDocument WTDocumentService.createOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentService.orderUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Order usage links between the parent document and it's children documents.
 WTDocument WTDocumentService.removeOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Remove usage links from a parent document.
 WTDocument WTDocumentService.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment, String checkOutNote, String checkInNote)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument WTDocumentService.updateDependencyLink(WTDocument document, Vector links, Vector comments, String checkOutNote, String checkInNote)
          Convenience method for updating multiple dependency links.
 WTDocument WTDocumentService.createUsageLink(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentService.removeDependencyLink(WTDocument document, Vector links, String checkOutNote, String checkInNote)
          Convenience method for removing multiple dependency links.
 WTDocument WTDocumentDependencyLink.getDependsOn()
          Gets the value of the attribute: DEPENDS_ON.
 WTDocument WTDocumentDependencyLink.getHasDependent()
          Gets the value of the attribute: HAS_DEPENDENT.
protected  WTDocument WTDocumentDelegate.createDependencyLinks(WTDocument document, DocumentFormData form_data)
           
protected  WTDocument WTDocumentDelegate.createStructureLinks(WTDocument document, DocumentFormData form_data)
           
static WTDocument WTDocument.newWTDocument()
          For internal use.
static WTDocument WTDocument.newWTDocument(WTDocumentMaster master)
          Create a new Specification Document.
static WTDocument WTDocument.newWTDocument(String number, String name, DocumentType type)
          Constructs a General Document with the given name and number.
 WTDocument StandardWTDocumentService.createOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument StandardWTDocumentService.orderUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Order usage links between the parent document and it's children documents.
 WTDocument StandardWTDocumentService.removeOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Remove usage links from a parent document.
 WTDocument StandardWTDocumentService.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment, String checkOutNote, String checkInNote)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument StandardWTDocumentService.updateDependencyLink(WTDocument document, Vector links, Vector comments, String checkOutNote, String checkInNote)
          Convenience method for updating multiple dependency links.
 WTDocument StandardWTDocumentService.createUsageLink(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument StandardWTDocumentService.removeDependencyLink(WTDocument document, Vector links, String checkOutNote, String checkInNote)
          Convenience method for removing multiple dependency links.
private  WTDocument StandardWTDocumentService.postOperationCheckin(StandardWTDocumentService.CheckedOutDocument ckOutDoc, String checkInNote)
           
private  WTDocument StandardWTDocumentService.createUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote, boolean ordered)
           
 WTDocument StandardWTDocumentService.CheckedOutDocument.getOrigDoc()
           
 WTDocument StandardWTDocumentService.CheckedOutDocument.getWorkCopy()
           
static WTDocument LoadDoc.getDocument()
          RETRIEVE DOCUMENT MOST RECENTLY ADDED TO THE CACHE

Supported API: false
static WTDocument LoadDoc.getDocument(String number)
          RETRIEVE A DOCUMENT BASED ON DOCUMENT NUMBER (CACHED) IF number IS null, RETURNS DOCUMENT MOST RECENTLY ADDED TO THE CACHE
static WTDocument LoadDoc.getDocument(String number, String version)
          RETRIEVE A DOCUMENT BASED ON DOCUMENT NUMBER AND VERSION (CACHED) IF number IS null, RETURNS DOCUMENT MOST RECENTLY ADDED TO THE CACHE IF version IS null, RETURNS DOCUMENT BASED ON DOCUMENT NUMBER ONLY
static WTDocument LoadDoc.getDocument(String number, String version, String iteration)
          RETRIEVE A DOCUMENT BASED ON DOCUMENT NUMBER, VERSION, AND ITERATION (CACHED) IF number IS null, RETURNS DOCUMENT MOST RECENTLY ADDED TO THE CACHE IF version IS null, RETURNS DOCUMENT BASED ON DOCUMENT NUMBER ONLY IF iteration IS null, RETURNS DOCUMENT BASED ON DOCUMENT NUMBER AND VERSION ONLY
private static WTDocument LoadDoc.constructDocument(Hashtable nv, Hashtable cmd_line)
           
private static WTDocument LoadDoc.getCachedDocument()
           
private static WTDocument LoadDoc.getCachedDocument(String number)
           
private static WTDocument LoadDoc.getCachedDocument(String number, String version)
           
private static WTDocument LoadDoc.getCachedDocument(String number, String version, String iteration)
           
private static WTDocument LoadDoc.cacheDocument(WTDocument document)
           
private static WTDocument LoadDoc.applyHardAttributes(WTDocument document, Hashtable nv, Hashtable cmd_line)
           
private static WTDocument LoadDoc.applyConstructionTimeAttributes(WTDocument document, Hashtable nv, Hashtable cmd_line)
           
private static WTDocument LoadDoc.setPrimaryContent(WTDocument document, Hashtable nv, Hashtable cmd_line, Vector return_objects)
           
private static WTDocument LoadDoc.clearContent(WTDocument document)
           
private static WTDocument CreateDocumentDelegate.createDoc(Folder loc, String type, String name, String number, String title, String desc, String dept, String lifeCycle, String teamTemplate)
           
 

Methods in wt.doc with parameters of type WTDocument
static WTDocumentUsageLink WTDocumentUsageLink.newWTDocumentUsageLink(WTDocument usedBy, WTDocumentMaster uses)
          Default factory for the class.
 QueryResult WTDocumentServiceFwd.getUsesWTDocuments(WTDocument document, WTDocumentConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 QueryResult WTDocumentServiceFwd.getUsesWTDocumentUsageLinks(WTDocument document)
          Returns the WTDocumentUsageLinks resulting from navigating the WTDocumentUsageLink along the uses role.
 QueryResult WTDocumentServiceFwd.getUsesWTDocumentMasters(WTDocument document)
          Navigates the WTDocumentUsageLink along the uses role, returning a QueryResult of WTDocumentMaster.
 WTDocument WTDocumentServiceFwd.createOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentServiceFwd.orderUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Order usage links between the parent document and it's children documents.
 WTDocument WTDocumentServiceFwd.removeOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Remove usage links from a parent document.
 Enumeration WTDocumentServiceFwd.getOrderedUsesWTDocuments(WTDocument document, WTDocumentConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a Enumeration of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 Enumeration WTDocumentServiceFwd.getOrderedUsesWTDocumentMasters(WTDocument document)
          Navigates the WTDocumentUsageLink along the uses role, returning a Enumeration of WTDocumentMaster.
 boolean WTDocumentServiceFwd.hasUses(WTDocument document)
          Returns true if the documents has uses relationships to other documents.
 QueryResult WTDocumentServiceFwd.getDependsOnWTDocuments(WTDocument document)
          Return a QueryResult of WTDocuments that the given WTDocument is dependent on.
 QueryResult WTDocumentServiceFwd.getDependsOnWTDocuments(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that the given WTDocument is dependent on.
 QueryResult WTDocumentServiceFwd.getHasDependentWTDocuments(WTDocument document)
          Return a QueryResult of WTDocuments that are dependent on the given WTDocument.
 QueryResult WTDocumentServiceFwd.getHasDependentWTDocuments(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that are dependent on the given WTDocument.
 WTDocumentDependencyLink WTDocumentServiceFwd.createDependencyLink(WTDocument doc, WTDocument referenced_doc, String comment)
          Convenience method for creating a dependency link between two documents.
 Vector WTDocumentServiceFwd.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument WTDocumentServiceFwd.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment, String checkOutNote, String checkInNote)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument WTDocumentServiceFwd.updateDependencyLink(WTDocument document, Vector links, Vector comments, String checkOutNote, String checkInNote)
          Convenience method for updating multiple dependency links.
 WTDocumentUsageLink WTDocumentServiceFwd.createUsageLink(WTDocument parent, WTDocument child)
          Convenience method for creating a usage link between two documents.
 Vector WTDocumentServiceFwd.createUsageLink(WTDocument parent, Vector child)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentServiceFwd.createUsageLink(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 Vector WTDocumentServiceFwd.getWTDocumentStructure(WTDocument document, WTDocumentConfigSpec configSpec, int traversal)
          Recursively walk a document structure returning the documents down the structure.
 Vector WTDocumentServiceFwd.getStructurePrimaryContent(WTDocument document, WTDocumentConfigSpec configSpec, int traversal)
          Recursively walk the structure of the document getting the ApplicationData of the primary content of each document in the node.
 WTDocument WTDocumentServiceFwd.removeDependencyLink(WTDocument document, Vector links, String checkOutNote, String checkInNote)
          Convenience method for removing multiple dependency links.
 void WTDocumentServiceFwd.removeUsageLink(WTDocument parent, Vector child)
          Convenience method for removing a usage link between multiple documents.
 void WTDocumentServiceFwd.removeUsageLink(WTDocument parent, WTDocumentMaster child)
          Convenience method for removing a usage link between two documents.
 QueryResult WTDocumentService.getUsesWTDocuments(WTDocument document, WTDocumentConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 QueryResult WTDocumentService.getUsesWTDocumentUsageLinks(WTDocument document)
          Returns the WTDocumentUsageLinks resulting from navigating the WTDocumentUsageLink along the uses role.
 QueryResult WTDocumentService.getUsesWTDocumentMasters(WTDocument document)
          Navigates the WTDocumentUsageLink along the uses role, returning a QueryResult of WTDocumentMaster.
 WTDocument WTDocumentService.createOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentService.orderUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Order usage links between the parent document and it's children documents.
 WTDocument WTDocumentService.removeOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Remove usage links from a parent document.
 Enumeration WTDocumentService.getOrderedUsesWTDocuments(WTDocument document, WTDocumentConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a Enumeration of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 Enumeration WTDocumentService.getOrderedUsesWTDocumentMasters(WTDocument document)
          Navigates the WTDocumentUsageLink along the uses role, returning a Enumeration of WTDocumentMaster.
 boolean WTDocumentService.hasUses(WTDocument document)
          Returns true if the documents has uses relationships to other documents.
 QueryResult WTDocumentService.getDependsOnWTDocuments(WTDocument document)
          Return a QueryResult of WTDocuments that the given WTDocument is dependent on.
 QueryResult WTDocumentService.getDependsOnWTDocuments(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that the given WTDocument is dependent on.
 QueryResult WTDocumentService.getHasDependentWTDocuments(WTDocument document)
          Return a QueryResult of WTDocuments that are dependent on the given WTDocument.
 QueryResult WTDocumentService.getHasDependentWTDocuments(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that are dependent on the given WTDocument.
 WTDocumentDependencyLink WTDocumentService.createDependencyLink(WTDocument doc, WTDocument referenced_doc, String comment)
          Convenience method for creating a dependency link between two documents.
 Vector WTDocumentService.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument WTDocumentService.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment, String checkOutNote, String checkInNote)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument WTDocumentService.updateDependencyLink(WTDocument document, Vector links, Vector comments, String checkOutNote, String checkInNote)
          Convenience method for updating multiple dependency links.
 WTDocumentUsageLink WTDocumentService.createUsageLink(WTDocument parent, WTDocument child)
          Convenience method for creating a usage link between two documents.
 Vector WTDocumentService.createUsageLink(WTDocument parent, Vector child)
          Convenience method for creating a usage link between multiple documents.
 WTDocument WTDocumentService.createUsageLink(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 Vector WTDocumentService.getWTDocumentStructure(WTDocument document, WTDocumentConfigSpec configSpec, int traversal)
          Recursively walk a document structure returning the documents down the structure.
 Vector WTDocumentService.getStructurePrimaryContent(WTDocument document, WTDocumentConfigSpec configSpec, int traversal)
          Recursively walk the structure of the document getting the ApplicationData of the primary content of each document in the node.
 WTDocument WTDocumentService.removeDependencyLink(WTDocument document, Vector links, String checkOutNote, String checkInNote)
          Convenience method for removing multiple dependency links.
 void WTDocumentService.removeUsageLink(WTDocument parent, Vector child)
          Convenience method for removing a usage link between multiple documents.
 void WTDocumentService.removeUsageLink(WTDocument parent, WTDocumentMaster child)
          Convenience method for removing a usage link between two documents.
private  Vector WTDocumentProcessor.setTableValuesFromQuery(Vector results_vector, WTDocument parent, Properties formData)
          Deprecated.  
 void WTDocumentDependencyLink.setDependsOn(WTDocument a_DependsOn)
          Sets the value of the attribute: DEPENDS_ON.
 void WTDocumentDependencyLink.setHasDependent(WTDocument a_HasDependent)
          Sets the value of the attribute: HAS_DEPENDENT.
static WTDocumentDependencyLink WTDocumentDependencyLink.newWTDocumentDependencyLink(WTDocument hasDependent, WTDocument dependsOn, String comment)
          Special factory for setting the comment on creation of the link.
static WTDocumentDependencyLink WTDocumentDependencyLink.newWTDocumentDependencyLink(WTDocument describes, WTDocument describedBy)
          Default factory for the class.
protected  WTDocument WTDocumentDelegate.createDependencyLinks(WTDocument document, DocumentFormData form_data)
           
protected  void WTDocumentDelegate.updateDependencyLinks(WTDocument document, DocumentFormData form_data)
           
protected  WTDocument WTDocumentDelegate.createStructureLinks(WTDocument document, DocumentFormData form_data)
           
protected  void WTDocumentDelegate.removeStructureLinks(WTDocument document, DocumentFormData form_data)
           
protected  boolean WTDocument.readVersion(WTDocument thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 QueryResult StandardWTDocumentService.getUsesWTDocuments(WTDocument document, WTDocumentConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 QueryResult StandardWTDocumentService.getUsesWTDocumentUsageLinks(WTDocument document)
          Returns the WTDocumentUsageLinks resulting from navigating the WTDocumentUsageLink along the uses role.
 QueryResult StandardWTDocumentService.getUsesWTDocumentMasters(WTDocument document)
          Navigates the WTDocumentUsageLink along the uses role, returning a QueryResult of WTDocumentMaster.
 WTDocument StandardWTDocumentService.createOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 WTDocument StandardWTDocumentService.orderUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Order usage links between the parent document and it's children documents.
 WTDocument StandardWTDocumentService.removeOrderedUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Remove usage links from a parent document.
 Enumeration StandardWTDocumentService.getOrderedUsesWTDocuments(WTDocument document, WTDocumentConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a Enumeration of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 Enumeration StandardWTDocumentService.getOrderedUsesWTDocumentMasters(WTDocument document)
          Navigates the WTDocumentUsageLink along the uses role, returning a Enumeration of WTDocumentMaster.
 boolean StandardWTDocumentService.hasUses(WTDocument document)
          Returns true if the documents has uses relationships to other documents.
 QueryResult StandardWTDocumentService.getDependsOnWTDocuments(WTDocument document)
          Return a QueryResult of WTDocuments that the given WTDocument is dependent on.
 QueryResult StandardWTDocumentService.getDependsOnWTDocuments(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that the given WTDocument is dependent on.
 QueryResult StandardWTDocumentService.getHasDependentWTDocuments(WTDocument document)
          Return a QueryResult of WTDocuments that are dependent on the given WTDocument.
 QueryResult StandardWTDocumentService.getHasDependentWTDocuments(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTDocuments that are dependent on the given WTDocument.
 WTDocumentDependencyLink StandardWTDocumentService.createDependencyLink(WTDocument doc, WTDocument referenced_doc, String comment)
          Convenience method for creating a dependency link between two documents.
 Vector StandardWTDocumentService.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument StandardWTDocumentService.createDependencyLink(WTDocument doc, Vector referenced_docs, Vector comment, String checkOutNote, String checkInNote)
          Convenience method for creating a dependency link between multiple documents.
 WTDocument StandardWTDocumentService.updateDependencyLink(WTDocument document, Vector links, Vector comments, String checkOutNote, String checkInNote)
          Convenience method for updating multiple dependency links.
 WTDocumentUsageLink StandardWTDocumentService.createUsageLink(WTDocument parent, WTDocument child)
          Convenience method for creating a usage link between two documents.
 Vector StandardWTDocumentService.createUsageLink(WTDocument parent, Vector child)
          Convenience method for creating a usage link between multiple documents.
 WTDocument StandardWTDocumentService.createUsageLink(WTDocument parent, Vector child, String checkOutNote, String checkInNote)
          Convenience method for creating a usage link between multiple documents.
 Vector StandardWTDocumentService.getWTDocumentStructure(WTDocument document, WTDocumentConfigSpec configSpec, int traversal)
          Recursively walk a document structure returning the documents down the structure.
 Vector StandardWTDocumentService.getStructurePrimaryContent(WTDocument document, WTDocumentConfigSpec configSpec, int traversal)
          Recursively walk the structure of the document getting the ApplicationData of the primary content of each document in the node.
 WTDocument StandardWTDocumentService.removeDependencyLink(WTDocument document, Vector links, String checkOutNote, String checkInNote)
          Convenience method for removing multiple dependency links.
 void StandardWTDocumentService.removeUsageLink(WTDocument parent, Vector child)
          Convenience method for removing a usage link between multiple documents.
 void StandardWTDocumentService.removeUsageLink(WTDocument parent, WTDocumentMaster child)
          Convenience method for removing a usage link between two documents.
private  WTDocumentUsageLink StandardWTDocumentService.getUsageLink(WTDocument parent, WTDocumentMaster child_master)
           
private  StandardWTDocumentService.CheckedOutDocument StandardWTDocumentService.preOperationCheckout(WTDocument document, String checkOutNote)
           
private  void StandardWTDocumentService.removeUsageLinkWOTransaction(WTDocument parent, Vector child)
           
private  WTDocumentDependencyLink StandardWTDocumentService.getLatestDependencyLink(WTDocument work_copy, WTDocumentDependencyLink link)
          Used in updating and removing dependency links.
private  WTDocument StandardWTDocumentService.createUsageLinks(WTDocument parent, Vector child, String checkOutNote, String checkInNote, boolean ordered)
           
 void StandardWTDocumentService.CheckedOutDocument.setWorkCopy(WTDocument document)
           
static MasterIteration MasterIteration.newMasterIteration(WTDocumentMaster master, WTDocument iteration)
          Default factory for the class.
private static boolean LoadDoc.isNewVersion(WTDocument document, String version)
           
private static WTDocument LoadDoc.cacheDocument(WTDocument document)
           
private static WTDocument LoadDoc.applyHardAttributes(WTDocument document, Hashtable nv, Hashtable cmd_line)
           
private static WTDocument LoadDoc.applyConstructionTimeAttributes(WTDocument document, Hashtable nv, Hashtable cmd_line)
           
private static void LoadDoc.setName(WTDocument the_document, String name)
           
private static void LoadDoc.setNumber(WTDocument the_document, String number)
           
private static void LoadDoc.setDocType(WTDocument the_document, String type)
           
private static void LoadDoc.setTitle(WTDocument the_document, String title)
           
private static void LoadDoc.setDescription(WTDocument the_document, String description)
           
private static void LoadDoc.setDepartment(WTDocument the_document, String department)
           
private static WTDocument LoadDoc.setPrimaryContent(WTDocument document, Hashtable nv, Hashtable cmd_line, Vector return_objects)
           
private static WTDocument LoadDoc.clearContent(WTDocument document)
           
 String GetContentDelegate.initiateStructuredContentDownloadHtml(WTDocument doc, String oid, String completionUrl)
           
protected  String DocumentStructureProcessor.getDocumentString(WTDocument document, WTDocumentUsageLink link, Locale locale)
          Returns a string containing the attribute values to be displayed as the entry for the given document in the structure hiearchy.
protected  SortedEnumeration DocumentStructureProcessor.getDocumentsUsed(WTDocument document, Locale locale)
          Returns a QueryResult corresponding to the documents used by the given document.
protected static void DocumentContentProcessing.downloadStructureContent(WTDocument doc, String upload_from_path, HTTPUploadDownloadTask download_task)
           
private  void DependencyViewProcessor.printOneTableRow(WTDocument current, WTDocumentDependencyLink link, Vector display_attributes, PrintWriter out, Locale locale, String bgcolor)
           
 

Constructors in wt.doc with parameters of type WTDocument
StandardWTDocumentService.CheckedOutDocument(WTDocument document)
           
 

Uses of WTDocument in wt.enterprise
 

Methods in wt.enterprise with parameters of type WTDocument
 String CheckOutLFHDelegate.initiateStructuredContentDownloadHtml(WTDocument doc, String completionUrl)
           
 

Uses of WTDocument in wt.federation
 

Subclasses of WTDocument in wt.federation
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 

Uses of WTDocument in wt.fv.uploadtocache
 

Methods in wt.fv.uploadtocache that return WTDocument
private static WTDocument StandardUploadToCacheService.queryDocument(String number)
           
 

Uses of WTDocument in wt.ixb.handlers.forclasses
 

Fields in wt.ixb.handlers.forclasses declared as WTDocument
private  WTDocument ExpImpForWTPartDescribeLink.describedBy
           
 

Uses of WTDocument in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets with parameters of type WTDocument
static void TemplateDocumentIXHandler.exportTemplateDocument(WTDocument doc, IxbElement elem, Exporter exp)
           
static File ProjectIXUtils.exportDocumentToJarFile(WTContainerRef contRef, WTDocument document, File tmpFile)
           
static void ProjectIXUtils.exportWTDocument(WTDocument doc, IxbElement elem, Exporter exporter)
          Exports a document into the given IxbElement.
static void DocumentTemplateIXHandler.exportDocumentTemplate(WTDocument doc, IxbElement elem, Exporter exp)
           
 

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

Methods in wt.ixb.handlers.netmarkets.prodstruct with parameters of type WTDocument
private  void NmWTDocumentHandler.exportAttributes(WTDocument doc, IxbElement elem, Exporter exporter)
           
 

Uses of WTDocument in wt.ixb.objectset
 

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

Uses of WTDocument in wt.ixb.util
 

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

Uses of WTDocument in wt.occurrence
 

Methods in wt.occurrence that return WTDocument
 WTDocument UsesOccurrenceDocumentation.getDoc()
          Gets the object for the association that plays role: DOC.
 WTDocument PathOccurrenceDocumentation.getDoc()
          Gets the object for the association that plays role: DOC.
 WTDocument OccurrenceDocumentReference.getDoc()
          Gets the object for the association that plays role: DOC_ROLE.
 WTDocument DocumentationOccurrenceData.getDoc()
          Gets the object for the association that plays role: DOC.
 WTDocument CombinedPathOccurrenceDocumentation.getDoc()
          Gets the object for the association that plays role: DOC.
 

Methods in wt.occurrence with parameters of type WTDocument
static UsesOccurrenceDocumentation UsesOccurrenceDocumentation.newUsesOccurrenceDocumentation(UsesOccurrence occurrence, WTDocument document)
          

Supported API: false
protected  void UsesOccurrenceDocumentation.initialize(UsesOccurrence occurrence, WTDocument document)
          Supports initialization, following construction of an instance.
 void UsesOccurrenceDocumentation.setDoc(WTDocument a_Doc)
          Sets the object for the association that plays role: DOC.
static PathOccurrenceDocumentation PathOccurrenceDocumentation.newPathOccurrenceDocumentation(PathOccurrence occurrence, PathOccurrenceContext context, WTDocument document)
          

Supported API: false
protected  void PathOccurrenceDocumentation.initialize(PathOccurrence occurrence, PathOccurrenceContext context, WTDocument document)
          Supports initialization, following construction of an instance.
 void PathOccurrenceDocumentation.setDoc(WTDocument a_Doc)
          Sets the object for the association that plays role: DOC.
 void OccurrenceDocumentReference.setDoc(WTDocument doc)
          Sets the object for the association that plays role: DOC_ROLE.
static OccurrenceDocumentReference OccurrenceDocumentReference.newOccurrenceDocumentReference(WTDocument doc, DocumentationOccurrenceData reference)
          Default factory for the class.
 void DocumentationOccurrenceData.setDoc(WTDocument a_Doc)
          Sets the object for the association that plays role: DOC.
static CombinedPathOccurrenceDocumentation CombinedPathOccurrenceDocumentation.newCombinedPathOccurrenceDocumentation(CombinedPathOccurrence occurrence, PathOccurrenceContext context, WTDocument document)
          

Supported API: false
protected  void CombinedPathOccurrenceDocumentation.initialize(CombinedPathOccurrence occurrence, PathOccurrenceContext context, WTDocument document)
          Supports initialization, following construction of an instance.
 void CombinedPathOccurrenceDocumentation.setDoc(WTDocument a_Doc)
          Sets the object for the association that plays role: DOC.
 

Uses of WTDocument in wt.part
 

Methods in wt.part with parameters of type WTDocument
static WTProductInstanceDescribeLink WTProductInstanceDescribeLink.newWTProductInstanceDescribeLink(WTProductInstance2 describes, WTDocument describedBy)
          Default factory for the class.
 QueryResult WTPartServiceFwd.getDescribesWTParts(WTDocument document)
          Return a QueryResult of WTParts that the given WTDocument describes.
 QueryResult WTPartServiceFwd.getDescribesWTParts(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTParts that the given WTDocument describes.
 QueryResult WTPartService.getDescribesWTParts(WTDocument document)
          Return a QueryResult of WTParts that the given WTDocument describes.
 QueryResult WTPartService.getDescribesWTParts(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTParts that the given WTDocument describes.
static WTPartDescribeLink WTPartDescribeLink.newWTPartDescribeLink(WTPart describes, WTDocument describedBy)
          Default factory for the class.
 QueryResult StandardWTPartService.getDescribesWTParts(WTDocument document)
          Return a QueryResult of WTParts that the given WTDocument describes.
 QueryResult StandardWTPartService.getDescribesWTParts(WTDocument document, boolean onlyOtherSides)
          Return a QueryResult of WTParts that the given WTDocument describes.
 WTPart StandardPartDocService.createPartDocRelation(WTPart part, WTDocument doc)
          

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

Supported API: false
 QueryResult StandardPartDocService.getAssociatedParts(WTDocument doc)
          

Supported API: false
protected  QueryResult StandardPartDocService.intGetAssociations(WTPart part, WTDocument doc)
           
 WTPart PartDocServiceFwd.createPartDocRelation(WTPart part, WTDocument doc)
          

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

Supported API: false
 QueryResult PartDocServiceFwd.getAssociatedParts(WTDocument doc)
          

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

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

Supported API: false
 QueryResult PartDocService.getAssociatedParts(WTDocument doc)
          

Supported API: false
static boolean PartDocHelper.isReferenceDocument(WTDocument doc)
          

Supported API: false
 

Uses of WTDocument in wt.pdmlink
 

Methods in wt.pdmlink with parameters of type WTDocument
static File ProductIXUtils.exportDocumentToJarFile(WTContainerRef contRef, WTDocument document, File tmpFile)
           
static void ProductIXUtils.exportWTDocument(WTDocument doc, IxbElement elem, Exporter exporter)
          Exports a document into the given IxbElement.
 

Uses of WTDocument in wt.replication.export
 

Methods in wt.replication.export with parameters of type WTDocument
private  void ExportUnitVisitor.printWTDocument(WTDocument doc)
          Deprecated.  
 

Uses of WTDocument in wt.replication.unit
 

Methods in wt.replication.unit that return WTDocument
private  WTDocument StandardWTUnitService.createDocument(String docIndex)
          Deprecated.  
 

Uses of WTDocument in wt.rule.impl
 

Methods in wt.rule.impl with parameters of type WTDocument
static void RuleApplierHelper.setDescription(WTDocument doc, Map data)
          Deprecated.  
static String RuleApplierHelper.getDescription(WTDocument doc)
          Deprecated.  
static void RuleApplierHelper.setDepartment(WTDocument doc, Map data)
          Deprecated.  
static String RuleApplierHelper.getDepartment(WTDocument doc)
          Deprecated.  
static void RuleApplierHelper.setTitle(WTDocument doc, Map data)
          Deprecated.  
static String RuleApplierHelper.getTitle(WTDocument doc)
          Deprecated.  
static void RuleApplierHelper.setDocType(WTDocument doc, Map data)
          Deprecated.  
static String RuleApplierHelper.getDocType(WTDocument doc)
          Deprecated.  
static void RuleApplierHelper.setName(WTDocument doc, Map data)
          Deprecated.  
static String RuleApplierHelper.getName(WTDocument doc)
          Deprecated.  
static void RuleApplierHelper.setNumber(WTDocument doc, Map data)
          Deprecated.  
static String RuleApplierHelper.getNumber(WTDocument doc)
          Deprecated.  
static String RuleApplierHelper.getValue(WTDocument doc, String key)
          Deprecated.  
 

Uses of WTDocument in wt.step
 

Fields in wt.step declared as WTDocument
private  WTDocument ExportSelection._exportToDocument
           
 

Methods in wt.step that return WTDocument
 WTDocument ExportSelection.getExportHolder()
           
 

Methods in wt.step with parameters of type WTDocument
static void StepHelper.importStepFile(WTDocument stepFilesHolder, String importSchema, ImportScheme versionsImportScheme, String importFolder, String[] importFilesList, ManagedBaseline baseline)
          Import a STEP file and associated documents.
static String[] StepHelper.getImportFileList(WTDocument importHolder)
          List all associated files in the contained STEP Package file.
static String[] StepHelper.Server.getImportFileList(WTDocument doc)
           
static void StepHelper.Server.importStepFile(WTDocument stepFilesHolder, String importSchema, ImportScheme versionsImportScheme, String importFolder, String[] importFilesList, ManagedBaseline baseline)
           
 

Constructors in wt.step with parameters of type WTDocument
ExportSelection(WTDocument exportToDocument, String exportSchema, String contentName, String stepFileName, boolean areFilesExported)
           
BaselineExportSelection(WTDocument exportToDocument, String exportSchema, String contentName, String stepFileName, boolean areFilesExported, ManagedBaseline baseline)
          Constructs a Baseline export selection.
AssemblyExportSelection(WTDocument exportToDocument, String exportSchema, String contentName, String stepFileName, boolean areFilesExported, WTPartConfigSpec iterationsSelector)
          Constructs an assembly export selection
 

Uses of WTDocument in wt.step.processor
 

Fields in wt.step.processor declared as WTDocument
private static WTDocument ExportTest._testDocument
           
 

Methods in wt.step.processor that return WTDocument
protected  WTDocument ImportTestHarness.assertDocVersion(String masterName, String masterNumber, String versionId, String iterationId)
           
protected  WTDocument ImportTestHarness.assertDocVersion(Mastered master, String versionId, String iterationId)
           
protected static WTDocument ExportTest.findDocument(String masterNumber)
           
 

Methods in wt.step.processor with parameters of type WTDocument
private  void WTStepProcessor.packageAndAddToDocument(WTDocument document, File contentDir, String exportName)
          Build a package file from the exported directory structure and upload it as primary content of the given document.
 void WTStepProcessor.importStepFile(WTDocument stepFilesHolder, String importSchema, ImportScheme versionsImportScheme, String importFolder, String[] importFilesList, ManagedBaseline baseline)
          Extends the StepProcessor functionality to import from a WTDocument rather than a file directory structure.
private  void WTStepProcessor.extractContentToDirectory(WTDocument doc, File dir)
          Extract the first content item of the given document as a package file, into the given directory.
private static InputStream WTStepProcessor.getPackageFileContentStream(WTDocument doc)
          Accesses the first content item of the given document as an InputStream.
static String[] WTStepProcessor.getImportFileList(WTDocument doc)
          Gets a list of all files in the ZIP file excluding directories and the first STEP (.stp) file in the base directory.
private static void ExportTest.addTestContent(WTDocument doc, String docNumber)
          Compare actual content files with required and request changes.
 

Uses of WTDocument in wt.templateutil.processor
 

Methods in wt.templateutil.processor that return WTDocument
private static WTDocument CreateWTDocumentTaskDelegate.createDoc(Folder loc, String type, String name, String number, String title, String desc, String dept, String lifeCycle, String teamTemplate)
          Deprecated.