Environment operations - script to Java migration
The migration tables list the script operations that map to Environment Java™ API methods.
EnvironmentExporter
These script operations
can be mapped to the following EnvironmentExporter Java API methods.
| Script operation | Java method |
|---|---|
| new EnvObjectList() | createExportList() |
| exportEnv(EnvObjectList envObjList, String sDocFilePath) | export(ExportList exportList, String documentPath) |
EnvironmentImporter
These script operations
can be mapped to the following EnvironmentImporter Java API methods.
| Script operation | Java method |
|---|---|
| importEnv(String sDocFilePath, [bFromFileSystem]) | importEnvironment(Document document) |
| importEnv(String sDocFilePath, [bFromFileSystem]) | importEnvironment(String documentPath) |
ExportList
These script operations can be
mapped to the following ExportList Java API
methods.
| Script operation | Java method |
|---|---|
void |
addObject(Type type, Object object, ActionMode actionMode) |
void |
addObject(Type type, Object object, ActionMode actionMode) |
void |
addContent(Type type, Object object) |
void |
addContent(Type type, Object object) |