Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
DXFile |
DXFile.Builder.build()
Creates the file.
|
DXFile |
DXFile.close() |
DXFile |
DXFile.closeAndWait() |
static DXFile |
DXFile.getInstance(String fileId)
Returns a
DXFile associated with an existing file. |
static DXFile |
DXFile.getInstance(String fileId,
DXContainer project)
Returns a
DXFile associated with an existing file in a particular project or
container. |
static DXFile |
DXFile.getInstanceWithEnvironment(String fileId,
DXContainer project,
DXEnvironment env)
Returns a
DXFile associated with an existing file in a particular project using the
specified environment. |
static DXFile |
DXFile.getInstanceWithEnvironment(String fileId,
DXEnvironment env)
Returns a
DXFile associated with an existing file using the specified environment. |
Modifier and Type | Method and Description |
---|---|
DXSearch.FindDataObjectsRequestBuilder<DXFile> |
DXSearch.FindDataObjectsRequestBuilder.withClassFile()
Only returns files (filters out data objects of all other classes).
|
Modifier and Type | Method and Description |
---|---|
DXProject.ArchiveRequestBuilder |
DXProject.ArchiveRequestBuilder.addFile(DXFile file)
Adds the file to the list of files for archival.
|
DXProject.UnarchiveRequestBuilder |
DXProject.UnarchiveRequestBuilder.addFile(DXFile file)
Adds the file to the list of files for unarchiving.
|
DXProject.ArchiveRequestBuilder |
DXProject.ArchiveRequestBuilder.addFiles(DXFile... files)
Adds the files to the list of files for archival.
|
DXProject.UnarchiveRequestBuilder |
DXProject.UnarchiveRequestBuilder.addFiles(DXFile... files)
Adds the files to the list of files for unarchiving.
|
Modifier and Type | Method and Description |
---|---|
DXProject.ArchiveRequestBuilder |
DXProject.ArchiveRequestBuilder.addFiles(Collection<DXFile> files)
Adds the files to the list of files for archival.
|
DXProject.UnarchiveRequestBuilder |
DXProject.UnarchiveRequestBuilder.addFiles(Collection<DXFile> files)
Adds the files to the list of files for unarchiving.
|
Copyright © 2023. All Rights Reserved.