Class IxbSTEPRepository

java.lang.Object
wt.ixb.clientAccess.IxbJarRepository
wt.ixb.clientAccess.IxbSTEPRepository
All Implemented Interfaces:
wt.facade.ixb.staging.IxbReadRepository

public class IxbSTEPRepository extends wt.ixb.clientAccess.IxbJarRepository
STEPRepositoy to interact with EDM API's during import An instance of STEPRepository must be set ObjectImportParameters during doImport invoke. ExportImportFormatType also need to set to identify STEP filename to be processed.
Supported API: true

Extendable: false
  • Constructor Details

    • IxbSTEPRepository

      public IxbSTEPRepository(File jarFile) throws WTException, IOException
      Instantiates a new ixb step repository.
      Parameters:
      jarFile - the jar file
      Throws:
      WTException - the wT exception
      IOException - Signals that an I/O exception has occurred.
      Supported API: true
  • Method Details

    • setiXFormatType

      public void setiXFormatType(IXFormatType iXFormatType)
      Set IXFormatType for import
      Parameters:
      iXFormatType -
      Supported API: true