Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
DXRecord |
DXRecord.Builder.build()
Creates the record.
|
DXRecord |
DXRecord.close() |
DXRecord |
DXRecord.closeAndWait() |
static DXRecord |
DXRecord.getInstance(String recordId)
Returns a
DXRecord associated with an existing record. |
static DXRecord |
DXRecord.getInstance(String recordId,
DXContainer project)
Returns a
DXRecord associated with an existing record in a particular project or
container. |
static DXRecord |
DXRecord.getInstanceWithEnvironment(String recordId,
DXContainer project,
DXEnvironment env)
Returns a
DXRecord associated with an existing record in a particular project using
the specified environment. |
static DXRecord |
DXRecord.getInstanceWithEnvironment(String recordId,
DXEnvironment env)
Returns a
DXRecord associated with an existing record using the specified
environment. |
Modifier and Type | Method and Description |
---|---|
DXSearch.FindDataObjectsRequestBuilder<DXRecord> |
DXSearch.FindDataObjectsRequestBuilder.withClassRecord()
Only returns records (filters out data objects of all other classes).
|
Copyright © 2023. All Rights Reserved.