wt.step
Class StepHelper.Server
java.lang.Object
wt.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepHelper.Server
public StepHelper.Server()
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