Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
static DXJob |
DXJob.getInstance(String jobId)
Returns a
DXJob representing the specified job. |
static DXJob |
DXJob.getInstanceWithEnvironment(String jobId,
DXEnvironment env)
Returns a
DXJob representing the specified job using the specified environment. |
DXJob |
DXEnvironment.getJob()
Returns a handler to the currently running job.
|
DXJob |
DXJob.Describe.getOriginJob()
Returns the closest ancestor job whose parentJob is null.
|
DXJob |
DXExecution.Describe.getParentJob()
Returns the execution's parent job, or
null if the execution was not created by a
job. |
DXJob |
DXJob.waitUntilDone()
Waits until the job has successfully completed and is in the DONE state.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.FindExecutionsRequestBuilder<DXJob> |
DXSearch.findJobs()
Deprecated.
Use
DXSearch.findExecutions() in conjunction with
DXSearch.FindExecutionsRequestBuilder.withClassJob() instead. |
static DXSearch.FindExecutionsRequestBuilder<DXJob> |
DXSearch.findJobsWithEnvironment(DXEnvironment env)
Deprecated.
Use
DXSearch.findExecutionsWithEnvironment(DXEnvironment) in conjunction
with DXSearch.FindExecutionsRequestBuilder.withClassJob() instead. |
ExecutableRunner<DXJob> |
DXApplet.newRun() |
DXSearch.FindExecutionsRequestBuilder<DXJob> |
DXSearch.FindExecutionsRequestBuilder.withClassJob()
Only returns jobs (filters out analyses).
|
Modifier and Type | Method and Description |
---|---|
DXEnvironment.Builder |
DXEnvironment.Builder.setJob(DXJob job)
Sets the current job to the specified job.
|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.withOriginJob(DXJob originJob)
Only return executions with the specified origin job.
|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.withParentJob(DXJob parentJob)
Only return executions with the specified parent job.
|
Copyright © 2023. All Rights Reserved.