| Package | Description |
|---|---|
| de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
| de.esprit.appsuite.gui.pathtree.archive |
Contains the path-tree related dialogs
|
| de.esprit.appsuite.jversion |
Contains classes java version detection and launching various java VMs.
|
| de.esprit.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
| de.esprit.appsuite.workflow |
Contains classes for building workflows upon async tasks
|
| de.esprit.appsuite.workflow.monitor |
Contains support classes for monitoring workflow tasks
|
| de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow tasks
|
| de.esprit.netsuite.client.tool.pathtree.action |
Contains path-tree related standard actions
|
| de.esprit.netsuite.client.workflow |
Contains the Workflow support classes
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTask |
AppCacheManager.buildInstallationWFT(AbstractWorkflow workflow,
AppDescriptor descr) |
WorkflowTask |
AppCacheManager.buildJavaAppStartWFT(AbstractWorkflow workflow,
JavaAppDescriptor descr,
JavaVersion javaVersion,
java.util.List<java.lang.String> vmArgList,
java.util.List<java.lang.String> commandLineArgList) |
WorkflowTask |
AppCacheManager.buildStartJavaAppWFT(AbstractWorkflow workflow,
JavaAppDescriptor descr) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveExtractWorkflow<C extends ApplicationContext>
This workflow starts the
ArchiveExtractWFT. |
class |
ArchiveListWorkflow<C extends ApplicationContext>
This workflow starts the
ArchiveListWFT. |
class |
CreateZipArchiveWorkflow<C extends ApplicationContext>
This workflow starts the
CreateZipArchiveWFT |
| Constructor and Description |
|---|
ArchiveExtractWFT(AbstractWorkflow<C> workflow,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
ArchiveExtractWFT(AbstractWorkflow<C> workflow,
java.io.File targetDir,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
ArchiveListWFT(AbstractWorkflow<C> workflow,
java.io.File archiveFile,
ArchiveEntryFilter filter) |
CreateZipArchiveWFT(AbstractWorkflow<C> workflow,
java.io.File rootDir,
java.io.File relativeArchiveDir,
java.io.File archiveFile) |
| Modifier and Type | Method and Description |
|---|---|
AsyncTask |
JavaVersionManager.buildScanJavaVersionWFT(AbstractWorkflow workflow) |
| Constructor and Description |
|---|
ArchiveConfigDialogWFT(AbstractWorkflow workflow,
ArchiveConfig archiveConfig) |
| Modifier and Type | Method and Description |
|---|---|
<W extends AbstractWorkflow<C>> |
WorkflowTask.getWorkflow()
Returns the workflow this task obtains to.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Point |
ActiveWorkflowsListModel.checkIsRunning(AbstractWorkflow newWorkflow)
Checks whether the same workflow is running already and throws an exception just in case.
|
| Constructor and Description |
|---|
WorkflowMonitorDialog(C ctx,
AbstractWorkflow workflow) |
WorkflowMonitorDialog(C ctx,
AbstractWorkflow<C> workflow,
java.awt.Window parent,
java.awt.Component caller) |
| Modifier and Type | Method and Description |
|---|---|
<W extends AbstractWorkflow<C>> |
AbstractZipArchiverWFT.getWorkflow() |
<W extends AbstractWorkflow<C>> |
AbstractWFT.getWorkflow() |
<W extends AbstractWorkflow<C>> |
AbstractOsProcessWFT.getWorkflow() |
<W extends AbstractWorkflow<C>> |
AbstractJavaCommandWFT.getWorkflow() |
<W extends AbstractWorkflow<C>> |
AbstractDataParserWFT.getWorkflow() |
<W extends AbstractWorkflow<C>> |
AbstractAsciiParserWFT.getWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
AbstractWorkflow |
TaskOptionDialog.getWorkflow() |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDownloadWorkflow<C extends ClientContext>
This workflow starts the
FileDownloadWFT. |
class |
FileUploadWorkflow<C extends ClientContext>
This workflow starts the
FileUploadWFT. |
class |
RemoteArchiveExtractWorkflow<C extends ApplicationContext>
This workflow executes the
RemoteArchiveExtractWFT. |
class |
RemoteArchiveListWorkflow<C extends ClientContext>
This workflow starts the
RemoteArchiveListWFT. |
| Constructor and Description |
|---|
FileDownloadWFT(AbstractWorkflow<C> workflow,
FileDataType dataType,
java.io.File relativeDirectoryPath,
java.lang.String fileName) |
FileUploadWFT(AbstractWorkflow<C> workflow,
FileDataType dataType,
java.io.File relativeDirectoryPath,
java.lang.String fileName) |
RemoteArchiveExtractWFT(AbstractWorkflow<C> workflow,
java.io.File archiveFile) |
RemoteArchiveListWFT(AbstractWorkflow<C> workflow,
java.io.File archiveFile) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientWorkflow<C extends ClientContext>
This is the base class for all client side workflows
|
| Constructor and Description |
|---|
AbstractClientWFT(AbstractWorkflow<C> workflow) |
AbstractClientWFT(AbstractWorkflow<C> workflow,
NlsKey nameKey,
java.lang.Object... args) |
AbstractEventDrivenWFT(AbstractWorkflow<C> workflow) |
AbstractFileStreamWFT(AbstractWorkflow workflow) |
AbstractStreamParserWFT(AbstractWorkflow workflow) |
FileTransferWFT(AbstractWorkflow workflow,
java.lang.String taskName) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.