wt.step
Class StepHelper.Server

java.lang.Object
  extended bywt.step.StepHelper.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
StepHelper

public static class StepHelper.Server
extends Object
implements RemoteAccess

The server side implementation of all StepHelper methods.


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
StepHelper.Server()
           
 
Method Summary
static void export(ExportSelection selection)
           
static String getContentFileExtension()
           
static String getConversionLog()
           
static String[] getExportSchemaNames()
           
static String[] getImportFileList(WTDocument doc)
           
static String[] getImportSchemaNames()
           
static void importStepFile(WTDocument stepFilesHolder, String importSchema, ImportScheme versionsImportScheme, String importFolder, String[] importFilesList, ManagedBaseline baseline)
           
static void message(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepHelper.Server

public StepHelper.Server()
Method Detail

message

public static void message(String message)

getExportSchemaNames

public static String[] getExportSchemaNames()
                                     throws TransferException
Throws:
TransferException

getContentFileExtension

public static String getContentFileExtension()
                                      throws TransferException
Throws:
TransferException

getImportSchemaNames

public static String[] getImportSchemaNames()
                                     throws TransferException
Throws:
TransferException

getImportFileList

public static String[] getImportFileList(WTDocument doc)
                                  throws TransferException
Throws:
TransferException

getConversionLog

public static String getConversionLog()
                               throws TransferException
Throws:
TransferException

export

public static void export(ExportSelection selection)
                   throws TransferException
Throws:
TransferException

importStepFile

public static void importStepFile(WTDocument stepFilesHolder,
                                  String importSchema,
                                  ImportScheme versionsImportScheme,
                                  String importFolder,
                                  String[] importFilesList,
                                  ManagedBaseline baseline)
                           throws TransferException
Throws:
TransferException