| Package | Description |
|---|---|
| org.apache.airavata.xbaya.workflow | |
| org.apache.airavata.xbaya.workflow.proxy |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WorkflowClient.connect() |
URI |
WorkflowClient.createScriptAndDeploy(Workflow workflow,
boolean redeploy)
Deploys a workflow to the GPEL Engine.
|
abstract URI |
WorkflowClient.deploy(Workflow workflow,
boolean redeploy) |
abstract org.gpel.client.GcInstance |
WorkflowClient.instantiate(Workflow workflow,
Map<String,xsul5.wsdl.WsdlDefinitions> wsdlMap)
Deprecated.
|
org.gpel.client.GcInstance |
WorkflowClient.instantiate(Workflow workflow,
URI dscURL) |
abstract org.gpel.client.GcInstance |
WorkflowClient.instantiate(Workflow workflow,
URI dscURL,
String name) |
org.gpel.client.GcSearchList |
WorkflowClient.list()
Returns the List of GcSearchResult.
|
abstract org.gpel.client.GcSearchList |
WorkflowClient.list(int maxNum,
WorkflowClient.WorkflowType type)
Returns the List of GcSearchResult.
|
Workflow |
WorkflowClient.load(URI templateID)
Loads a workflow with s specified workflow template ID.
|
abstract Workflow |
WorkflowClient.load(URI id,
WorkflowClient.WorkflowType workflowType) |
void |
WorkflowClient.setEngineURL(URI engineURL) |
abstract xsul5.wsdl.WsdlDefinitions |
WorkflowClient.start(org.gpel.client.GcInstance instance)
Starts the workflow instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowProxyException |
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.