public static class ExportImportControllerFactory.Export extends Object
| Constructor and Description |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
static IExportImportController |
getExportChangesController(ProjectSpace projectSpace)
Returns the controller for exporting changes on a given project space.
|
static IExportImportController |
getExportProjectController(ProjectSpace projectSpace)
Returns the controller for exporting a project.
|
static IExportImportController |
getExportProjectHistoryController(ProjectInfo projectInfo)
Returns the controller for exporting a project history.
|
static IExportImportController |
getExportProjectSpaceController(ProjectSpace projectSpace)
Returns the controller for exporting a given project space.
|
static IExportImportController |
getExportWorkspaceController()
Returns the controller for exporting the whole workspace.
|
public static IExportImportController getExportProjectHistoryController(ProjectInfo projectInfo)
projectInfo - the project info containing the history to be exportedpublic static IExportImportController getExportChangesController(ProjectSpace projectSpace)
projectSpace - the project space containing the pending changes to be exportedpublic static IExportImportController getExportProjectController(ProjectSpace projectSpace)
projectSpace - the project space containing the project to be exportedpublic static IExportImportController getExportWorkspaceController()
public static IExportImportController getExportProjectSpaceController(ProjectSpace projectSpace)
projectSpace - the project space to be exportedCopyright © 2017. All rights reserved.