Uses of Class
com.dnanexus.DXApplet
-
Packages that use DXApplet Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXApplet in com.dnanexus
Methods in com.dnanexus that return DXApplet Modifier and Type Method Description DXAppletDXApplet.Builder. build()Creates the applet.DXAppletDXJob.Describe. getApplet()Returns the applet of the job if it is running an applet, or null otherwise.static DXAppletDXApplet. getInstance(String appletId)Returns aDXAppletassociated with an existing applet.static DXAppletDXApplet. getInstance(String appletId, DXContainer project)Returns aDXAppletassociated with an existing applet in a particular project or container.static DXAppletDXApplet. getInstanceWithEnvironment(String appletId, DXContainer project, DXEnvironment env)Returns aDXAppletassociated with an existing applet in a particular project using the specified environment.static DXAppletDXApplet. getInstanceWithEnvironment(String appletId, DXEnvironment env)Returns aDXAppletassociated with an existing applet using the specified environment.Methods in com.dnanexus that return types with arguments of type DXApplet Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<DXApplet>DXSearch.FindDataObjectsRequestBuilder. withClassApplet()Only returns applets (filters out data objects of all other classes).Methods in com.dnanexus with parameters of type DXApplet Modifier and Type Method Description DXWorkflow.Modification<DXWorkflow.Stage>DXWorkflow. addStage(DXApplet applet, String name, Object stageInputs, int editVersion)Adds a stage to a workflow.
-