Uses of Interface
com.dnanexus.DXExecutable
-
Packages that use DXExecutable Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXExecutable in com.dnanexus
Classes in com.dnanexus that implement DXExecutable Modifier and Type Class Description classDXAppletAn applet (an executable data object).classDXWorkflowA workflow.Methods in com.dnanexus with parameters of type DXExecutable Modifier and Type Method Description DXSearch.FindExecutionsRequestBuilder<T>DXSearch.FindExecutionsRequestBuilder. withExecutable(DXExecutable<?> executable)Only return executions with the specified executable.
-