Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
DXWorkflow |
DXWorkflow.Builder.build()
Creates the workflow.
|
DXWorkflow |
DXWorkflow.close() |
DXWorkflow |
DXWorkflow.closeAndWait() |
static DXWorkflow |
DXWorkflow.getInstance(String workflowId)
Returns a
DXWorkflow associated with an existing workflow. |
static DXWorkflow |
DXWorkflow.getInstance(String workflowId,
DXContainer project)
Returns a
DXWorkflow associated with an existing workflow in a particular project or
container. |
static DXWorkflow |
DXWorkflow.getInstanceWithEnvironment(String workflowId,
DXContainer project,
DXEnvironment env)
Returns a
DXWorkflow associated with an existing workflow in a particular project
using the specified environment. |
static DXWorkflow |
DXWorkflow.getInstanceWithEnvironment(String workflowId,
DXEnvironment env)
Returns a
DXWorkflow associated with an existing workflow using the specified
environment. |
Modifier and Type | Method and Description |
---|---|
DXSearch.FindDataObjectsRequestBuilder<DXWorkflow> |
DXSearch.FindDataObjectsRequestBuilder.withClassWorkflow()
Only returns workflows (filters out data objects of all other classes).
|
Copyright © 2023. All Rights Reserved.