Uses of Class
com.dnanexus.JobState
-
Packages that use JobState Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of JobState in com.dnanexus
Methods in com.dnanexus that return JobState Modifier and Type Method Description JobStateDXJob.StateTransition. getNewState()Returns the state of the job after the transition.JobStateDXJob.Describe. getState()Returns the state of the job.static JobStateJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dnanexus with parameters of type JobState Modifier and Type Method Description DXSearch.FindExecutionsRequestBuilder<T>DXSearch.FindExecutionsRequestBuilder. withState(JobState... states)Only returns executions in one of the specified job states.
-