Uses of Class
com.ptc.windchill.util.InstalledModuleArtifact

Packages that use InstalledModuleArtifact
wt.tools.generation.sql   
 

Uses of InstalledModuleArtifact in wt.tools.generation.sql
 

Methods in wt.tools.generation.sql that return InstalledModuleArtifact
protected  InstalledModuleArtifact SQLServerScriptGenerator.getFile(String fullModuleName, String a_javaPackage, boolean a_isMake, String a_schemaObjectType)
           
protected abstract  InstalledModuleArtifact ScriptGenerator.getFile(String fullModuleName, String a_javaPackage, boolean a_isMake, String a_schemaObjectType)
           
protected  InstalledModuleArtifact ScriptGenerator.getFile(String fullModuleName, String a_javaPackage, String a_extension, String artifact, boolean a_isMake, String a_schemaObjectType)
           
protected  InstalledModuleArtifact OracleScriptGenerator.getFile(String fullModuleName, String a_javaPackage, boolean a_isMake, String a_schemaObjectType)
           
protected  InstalledModuleArtifact SQLServerScriptGenerator.getFile(String fullModuleName, String a_javaPackage, boolean a_isMake, String a_schemaObjectType)
           
protected abstract  InstalledModuleArtifact ScriptGenerator.getFile(String fullModuleName, String a_javaPackage, boolean a_isMake, String a_schemaObjectType)
           
protected  InstalledModuleArtifact ScriptGenerator.getFile(String fullModuleName, String a_javaPackage, String a_extension, String artifact, boolean a_isMake, String a_schemaObjectType)
           
protected  InstalledModuleArtifact OracleScriptGenerator.getFile(String fullModuleName, String a_javaPackage, boolean a_isMake, String a_schemaObjectType)
           
 

Methods in wt.tools.generation.sql with parameters of type InstalledModuleArtifact
protected  void SQLServerScriptGenerator.putInParentMakeDropFile(InstalledModuleArtifact a_dir, String a_schemaObjectType)
           
protected  void SQLServerScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType)
           
protected  void ScriptGenerator.createDirectories(InstalledModuleArtifact a_moduleArtifact)
           
protected abstract  void ScriptGenerator.putInParentMakeDropFile(InstalledModuleArtifact a_path, String a_schemaObjectType)
           
protected abstract  void ScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType)
           
protected  void ScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType, String artifact)
          This is recursive method that creates the Make and Drop files in this directory and calls itself for its parent.
protected  void OracleScriptGenerator.putInParentMakeDropFile(InstalledModuleArtifact a_dir, String a_schemaObjectType)
           
protected  void OracleScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType)
           
protected  void SQLServerScriptGenerator.putInParentMakeDropFile(InstalledModuleArtifact a_dir, String a_schemaObjectType)
           
protected  void SQLServerScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType)
           
protected  void ScriptGenerator.createDirectories(InstalledModuleArtifact a_moduleArtifact)
           
protected abstract  void ScriptGenerator.putInParentMakeDropFile(InstalledModuleArtifact a_path, String a_schemaObjectType)
           
protected abstract  void ScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType)
           
protected  void ScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType, String artifact)
          This is recursive method that creates the Make and Drop files in this directory and calls itself for its parent.
protected  void OracleScriptGenerator.putInParentMakeDropFile(InstalledModuleArtifact a_dir, String a_schemaObjectType)
           
protected  void OracleScriptGenerator.createMakeDropFiles(InstalledModuleArtifact dir, String a_schemaObjectType)