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