Uses of Class
wt.step.processor.ImportScheme

Packages that use ImportScheme
wt.clients.step   
wt.step STEP (ISO 10303) Support. 
wt.step.processor   
 

Uses of ImportScheme in wt.clients.step
 

Methods in wt.clients.step that return ImportScheme
private  ImportScheme STEPImportFrame.getSelectedScheme(JRadioButton optionOne, JComboBox combo)
          Finds the ImportScheme which matches the selected checkbox/dropdown items in a given group.
 

Uses of ImportScheme in wt.step
 

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

Uses of ImportScheme in wt.step.processor
 

Fields in wt.step.processor declared as ImportScheme
static ImportScheme ImportScheme.MATCH_OR_LATEST
           
static ImportScheme ImportScheme.MATCH_OR_NEW
           
static ImportScheme ImportScheme.ALWAYS_NEW
           
private  ImportScheme ImportFromP21Processor._importSchemeForVersions
           
 

Methods in wt.step.processor that return ImportScheme
static ImportScheme ImportScheme.getValueFromString(String stringValue)
           
static ImportScheme ImportScheme.getProperty(String propertyName)
           
 

Methods in wt.step.processor with parameters of type ImportScheme
 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.
protected  void StepProcessor.importStepFile(String p21Filename, String schemaName, ImportScheme versionsImportScheme, String importFolder, String[] importFilesList, ManagedBaseline baseline)
          Import a STEP data file by converting it to the Windchill Schema and then importing that data.
private  void ImportTest.doImport(ImportTestHarness.StepFileContent data, ImportScheme versionsScheme)
           
private  void ImportTest.doImport(ImportTestHarness.StepFileContent data, ImportScheme versionsScheme, ManagedBaseline baseline)
           
private  void ImportTest.doImport(ImportTestHarness.StepFileContent data, ImportScheme versionsScheme, ManagedBaseline baseline, String[] filesFilter)
           
 void ImportFromP21Processor.importStepFile(String p21Filename, ImportScheme importSchemeForVersions, String importFolder, String[] importFilesList, ManagedBaseline baseline)
          Import Windchill Schema data from a Part21 STEP file
 void ImportFromP21Processor.importStepData(StepData p21data, ImportScheme importSchemeForVersions, String importFolder, String[] importFilesList, ManagedBaseline baseline)
          Import Windchill Schema data from a Part21 data set