Package | Description |
---|---|
org.kepler.module.workflowschedulergui | |
org.kepler.workflowscheduler.gui | |
org.kepler.workflowscheduler.gui.configurationwizard |
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<WorkflowRunEngine> |
Initialize.getWorkflowRunEngineList()
Get the list of workflow run engine.
|
Modifier and Type | Method and Description |
---|---|
static void |
Initialize.removeWorkflowRunEngineFromConfig(WorkflowRunEngine deletedEngine)
Remove the specified engine from configuration file.
|
Modifier and Type | Method and Description |
---|---|
WorkflowRunEngine |
Schedule.getWorkflowRunEngine()
Get the workflow run engine which will run the workflow
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setWorkflowRunEngine(WorkflowRunEngine workflowRunEngine)
Set the workflow run engine which will run the workflow
|
Modifier and Type | Method and Description |
---|---|
void |
KnownWorkflowRunEnginePanel.add(WorkflowRunEngine engine)
Add a new engine to the configuration
|
void |
WorkflowRunEngineConfigurationChangeListener.add(WorkflowRunEngine engine)
Add a new engine to the configuration
|
Constructor and Description |
---|
KnownWorkflowRunEnginePanel(WorkflowRunEngine[] engineList)
Constructor
|
KnownWorkflowRunEngineTableModel(WorkflowRunEngine[] engineList)
Constructor
|