com.ptc.windchill.cadx.common.util
Class PDMLinkCADDocTemplateUtilities

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.util.PDMLinkCADDocTemplateUtilities

Deprecated. Use CADDocTemplateUtilities instead

public class PDMLinkCADDocTemplateUtilities
extends Object

This class contains convenience methods for accessing the PDMLink EPMDocument template objects.


Field Summary
private static TypeModel typeModel
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
 
Constructor Summary
PDMLinkCADDocTemplateUtilities()
          Deprecated.  
 
Method Summary
static QueryResult getTemplateCADDocs(AdminDomainRef templateAdminDomainRef, TypeIdentifier cadDocBaseType, EPMDocumentType aEPMDocumentType)
          Deprecated. Use CADDocTemplateUtilities.getTemplateCADDocs() instead
static AdminDomainRef getTemplateDomain(Persistable productOrRepositoryObject)
          Deprecated. No more applicable in R7.0 with container architecture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE
Deprecated. 

typeModel

private static TypeModel typeModel
Deprecated. 
Constructor Detail

PDMLinkCADDocTemplateUtilities

public PDMLinkCADDocTemplateUtilities()
Deprecated. 
Method Detail

getTemplateCADDocs

public static QueryResult getTemplateCADDocs(AdminDomainRef templateAdminDomainRef,
                                             TypeIdentifier cadDocBaseType,
                                             EPMDocumentType aEPMDocumentType)
                                      throws WTException
Deprecated. Use CADDocTemplateUtilities.getTemplateCADDocs() instead

For the specified EPMDocumentType & CAD Doc base type - such as EPMDocument - , get the template CAD Doc as found in the template domain of the specified product (or repository).

Throws:
WTException

getTemplateDomain

public static AdminDomainRef getTemplateDomain(Persistable productOrRepositoryObject)
Deprecated. No more applicable in R7.0 with container architecture

Get the template admin domain reference of the specified product or repository. As the PDMLink may not be installed at the Windchill server, the PDMLink based classes may not be present. So, we need to invoke getTemplateDomain() method dynamically using Reflection API.