Uses of Class
com.dnanexus.DXWorkflow
-
Packages that use DXWorkflow Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXWorkflow in com.dnanexus
Methods in com.dnanexus that return DXWorkflow Modifier and Type Method Description DXWorkflowDXWorkflow.Builder. build()Creates the workflow.DXWorkflowDXWorkflow. close()DXWorkflowDXWorkflow. closeAndWait()static DXWorkflowDXWorkflow. getInstance(String workflowId)Returns aDXWorkflowassociated with an existing workflow.static DXWorkflowDXWorkflow. getInstance(String workflowId, DXContainer project)Returns aDXWorkflowassociated with an existing workflow in a particular project or container.static DXWorkflowDXWorkflow. getInstanceWithEnvironment(String workflowId, DXContainer project, DXEnvironment env)Returns aDXWorkflowassociated with an existing workflow in a particular project using the specified environment.static DXWorkflowDXWorkflow. getInstanceWithEnvironment(String workflowId, DXEnvironment env)Returns aDXWorkflowassociated with an existing workflow using the specified environment.Methods in com.dnanexus that return types with arguments of type DXWorkflow Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<DXWorkflow>DXSearch.FindDataObjectsRequestBuilder. withClassWorkflow()Only returns workflows (filters out data objects of all other classes).
-