com.ptc.hli.ecad
Class ECADAssemblyHelper.AssemblyOptions

java.lang.Object
  extended bycom.ptc.hli.ecad.ECADAssemblyHelper.AssemblyOptions
Enclosing class:
ECADAssemblyHelper

public static class ECADAssemblyHelper.AssemblyOptions
extends Object


Field Summary
 String checkinComment
          comment to be added to all Assemblies being checkedin
 String componentListing
          name of the file that holds the listing of components that this assembly uses
 String context
          name of context in the solution used for the assembly: PDMLink's product or ProjectLink's project, or default context for PDM Classic
 boolean createComponents
          whether or not to create the components that this assembly uses
 String createFolder
          name of Windchil folder to create the associated documents and parts in
 boolean createParts
          whether or not to create a document/part pair for each component that this assembly uses
 boolean createPassiveLinks
          whether or not to create a document/part pair for each component that this assembly uses
 boolean createSchematicPart
          whether or not to create a document/part pair for the Schematic (if being create)
 String designFile
          name of the zip file that holds the design
 String documentLifeCycle
          name of the LifeCycle for the documents
 LifeCycleTemplateReference partLifecycle
          the Lifecycle for new WTParts
 View partView
          the View for new WTParts
 String solutionType
          name of WC solution used for the assembly; corresponds values from com.ptc.epm.commands.XMLutil.XMLAssemblyHelper
 
Constructor Summary
ECADAssemblyHelper.AssemblyOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

solutionType

public String solutionType
name of WC solution used for the assembly; corresponds values from com.ptc.epm.commands.XMLutil.XMLAssemblyHelper


context

public String context
name of context in the solution used for the assembly: PDMLink's product or ProjectLink's project, or default context for PDM Classic


createFolder

public String createFolder
name of Windchil folder to create the associated documents and parts in


designFile

public String designFile
name of the zip file that holds the design


documentLifeCycle

public String documentLifeCycle
name of the LifeCycle for the documents


componentListing

public String componentListing
name of the file that holds the listing of components that this assembly uses


createComponents

public boolean createComponents
whether or not to create the components that this assembly uses


createParts

public boolean createParts
whether or not to create a document/part pair for each component that this assembly uses


createPassiveLinks

public boolean createPassiveLinks
whether or not to create a document/part pair for each component that this assembly uses


createSchematicPart

public boolean createSchematicPart
whether or not to create a document/part pair for the Schematic (if being create)


partLifecycle

public LifeCycleTemplateReference partLifecycle
the Lifecycle for new WTParts


partView

public View partView
the View for new WTParts


checkinComment

public String checkinComment
comment to be added to all Assemblies being checkedin

Constructor Detail

ECADAssemblyHelper.AssemblyOptions

public ECADAssemblyHelper.AssemblyOptions()