Class ESRDocumentInfo
java.lang.Object
com.ptc.windchill.designasmsrv.assembly.DocumentInfo
com.ptc.windchill.designasmsrv.assembly.ESRDocumentInfo
public class ESRDocumentInfo
extends com.ptc.windchill.designasmsrv.assembly.DocumentInfo
Helper class contains public get/set methods to configure and store ESRDocInfo settings
to create CAR ESR EPMDocument
Support ESR Template configuration specified in parameters as:
- cad template doc name
- or, as ESR EPMDocument
Supported API: true
Extendable: false
to create CAR ESR EPMDocument
Support ESR Template configuration specified in parameters as:
- cad template doc name
- or, as ESR EPMDocument
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionESRDocumentInfo(String esrCADName, String esrTemplateName, String wtContainerName, String wtOrganizationName) Constructor Define ESR template from specified esrTemplateNameESRDocumentInfo(String esrCADName, String esrDocumentNumber, String esrDocumentName, String esrTemplateName, WTContainer container, WTOrganization organization) Constructor Define ESR template from specified esrTemplateNameESRDocumentInfo(String esrCADName, String esrDocumentNumber, String esrDocumentName, String esrTemplateName, WTContainer container, WTOrganization organization, String esrTemplateDes) SPR Task: 7800272 - Added description parameter Constructor Define ESR template from specified esrTemplateName -
Method Summary
Modifier and TypeMethodDescription
Supported API: true
Supported API: true
Supported API: true
Supported API: true
Supported API: trueMethods inherited from class com.ptc.windchill.designasmsrv.assembly.DocumentInfo
getAutoNumbered, getContainer, getDerivedFromNumber, getDescription, getDocumentName, getDocumentNumber, getIBAs, getLocale, getMasterIBAs, getOrganization, getRemoveCopiedRepresentation, getRevision, getTargetFolder, getTemplate, getTemplateName, getUnitSystem, setAutoNumbered, setDerivedFromNumber, setDescription, setIBAs, setLocale, setMasterIBAs, setRemoveCopiedRepresentation, setRevision, setTargetFolder, setUnitSystem
-
Constructor Details
-
ESRDocumentInfo
public ESRDocumentInfo(String esrCADName, String esrTemplateName, String wtContainerName, String wtOrganizationName) Constructor Define ESR template from specified esrTemplateName- Parameters:
esrCADName- - String, CAD name of CAR ESR EPMDocument, if empty will be derived from design asm cad name with "car" prefixesrTemplateName- - String, required(with extension) to create new document,
or configured in wt.propertieswtContainerName- - WTContainer namewtOrganizationName- - WTOrganization name
Supported API: true
-
ESRDocumentInfo
public ESRDocumentInfo(String esrCADName, String esrDocumentNumber, String esrDocumentName, String esrTemplateName, WTContainer container, WTOrganization organization) Constructor Define ESR template from specified esrTemplateName- Parameters:
esrCADName- - String, CAD name of CAR ESR EPMDocument, if empty will be derived from design asm cad name with "car" prefixesrDocumentNumber- - String, if null, will be generatedesrDocumentName- - StringesrTemplateName- - String, required(with extension) to create new document,
or configured in wt.propertiescontainer- - WTContainerorganization- - WTOrganization
Supported API: true
-
ESRDocumentInfo
public ESRDocumentInfo(String esrCADName, String esrDocumentNumber, String esrDocumentName, String esrTemplateName, WTContainer container, WTOrganization organization, String esrTemplateDes) SPR Task: 7800272 - Added description parameter Constructor Define ESR template from specified esrTemplateName- Parameters:
esrCADName- - String, CAD name of CAR ESR EPMDocument, if empty will be derived from design asm cad name with "car" prefixesrDocumentNumber- - String, if null, will be generatedesrDocumentName- - StringesrTemplateName- - String, required(with extension) to create new document,
or configured in wt.propertiescontainer- - WTContainerorganization- - WTOrganizationesrTemplateDes- - String
Supported API: true
-
-
Method Details
-
getCADName
Supported API: true -
getESRTemplateName
Supported API: true -
getESRTemplate
Supported API: true -
getWTContainerName
Supported API: true -
getWTOrganizationName
Supported API: true
-