Uses of Class
com.dnanexus.DXJob
-
Packages that use DXJob Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXJob in com.dnanexus
Methods in com.dnanexus that return DXJob Modifier and Type Method Description static DXJobDXJob. getInstance(String jobId)Returns aDXJobrepresenting the specified job.static DXJobDXJob. getInstanceWithEnvironment(String jobId, DXEnvironment env)Returns aDXJobrepresenting the specified job using the specified environment.DXJobDXEnvironment. getJob()Returns a handler to the currently running job.DXJobDXJob.Describe. getOriginJob()Returns the closest ancestor job whose parentJob is null.DXJobDXExecution.Describe. getParentJob()Returns the execution's parent job, ornullif the execution was not created by a job.DXJobDXJob. waitUntilDone()Waits until the job has successfully completed and is in the DONE state.Methods in com.dnanexus that return types with arguments of type DXJob Modifier and Type Method Description static DXSearch.FindExecutionsRequestBuilder<DXJob>DXSearch. findJobs()Deprecated.UseDXSearch.findExecutions()in conjunction withDXSearch.FindExecutionsRequestBuilder.withClassJob()instead.static DXSearch.FindExecutionsRequestBuilder<DXJob>DXSearch. findJobsWithEnvironment(DXEnvironment env)Deprecated.UseDXSearch.findExecutionsWithEnvironment(DXEnvironment)in conjunction withDXSearch.FindExecutionsRequestBuilder.withClassJob()instead.ExecutableRunner<DXJob>DXApplet. newRun()DXSearch.FindExecutionsRequestBuilder<DXJob>DXSearch.FindExecutionsRequestBuilder. withClassJob()Only returns jobs (filters out analyses).Methods in com.dnanexus with parameters of type DXJob Modifier and Type Method Description DXEnvironment.BuilderDXEnvironment.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.
-