Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
DXApplet |
DXApplet.Builder.build()
Creates the applet.
|
DXApplet |
DXJob.Describe.getApplet()
Returns the applet of the job if it is running an applet, or null otherwise.
|
static DXApplet |
DXApplet.getInstance(String appletId)
Returns a
DXApplet associated with an existing applet. |
static DXApplet |
DXApplet.getInstance(String appletId,
DXContainer project)
Returns a
DXApplet associated with an existing applet in a particular project or
container. |
static DXApplet |
DXApplet.getInstanceWithEnvironment(String appletId,
DXContainer project,
DXEnvironment env)
Returns a
DXApplet associated with an existing applet in a particular project using
the specified environment. |
static DXApplet |
DXApplet.getInstanceWithEnvironment(String appletId,
DXEnvironment env)
Returns a
DXApplet associated with an existing applet using the specified
environment. |
Modifier and Type | Method and Description |
---|---|
DXSearch.FindDataObjectsRequestBuilder<DXApplet> |
DXSearch.FindDataObjectsRequestBuilder.withClassApplet()
Only returns applets (filters out data objects of all other classes).
|
Modifier and Type | Method and Description |
---|---|
DXWorkflow.Modification<DXWorkflow.Stage> |
DXWorkflow.addStage(DXApplet applet,
String name,
Object stageInputs,
int editVersion)
Adds a stage to a workflow.
|
Copyright © 2023. All Rights Reserved.