Uses of Class
com.dnanexus.AnalysisState
-
Packages that use AnalysisState Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of AnalysisState in com.dnanexus
Methods in com.dnanexus that return AnalysisState Modifier and Type Method Description AnalysisStateDXAnalysis.Describe. getState()Returns the state of the analysis.static AnalysisStateAnalysisState. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalysisState[]AnalysisState. 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 AnalysisState Modifier and Type Method Description DXSearch.FindExecutionsRequestBuilder<T>DXSearch.FindExecutionsRequestBuilder. withState(AnalysisState... states)Only returns executions in one of the specified analysis states.
-