Uses of Class
com.dnanexus.DXFile
-
Packages that use DXFile Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXFile in com.dnanexus
Methods in com.dnanexus that return DXFile Modifier and Type Method Description DXFileDXFile.Builder. build()Creates the file.DXFileDXFile. close()DXFileDXFile. closeAndWait()static DXFileDXFile. getInstance(String fileId)Returns aDXFileassociated with an existing file.static DXFileDXFile. getInstance(String fileId, DXContainer project)Returns aDXFileassociated with an existing file in a particular project or container.static DXFileDXFile. getInstanceWithEnvironment(String fileId, DXContainer project, DXEnvironment env)Returns aDXFileassociated with an existing file in a particular project using the specified environment.static DXFileDXFile. getInstanceWithEnvironment(String fileId, DXEnvironment env)Returns aDXFileassociated with an existing file using the specified environment.Methods in com.dnanexus that return types with arguments of type DXFile Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<DXFile>DXSearch.FindDataObjectsRequestBuilder. withClassFile()Only returns files (filters out data objects of all other classes).Methods in com.dnanexus with parameters of type DXFile Modifier and Type Method Description DXProject.ArchiveRequestBuilderDXProject.ArchiveRequestBuilder. addFile(DXFile file)Adds the file to the list of files for archival.DXProject.UnarchiveRequestBuilderDXProject.UnarchiveRequestBuilder. addFile(DXFile file)Adds the file to the list of files for unarchiving.DXProject.ArchiveRequestBuilderDXProject.ArchiveRequestBuilder. addFiles(DXFile... files)Adds the files to the list of files for archival.DXProject.UnarchiveRequestBuilderDXProject.UnarchiveRequestBuilder. addFiles(DXFile... files)Adds the files to the list of files for unarchiving.Method parameters in com.dnanexus with type arguments of type DXFile Modifier and Type Method Description DXProject.ArchiveRequestBuilderDXProject.ArchiveRequestBuilder. addFiles(Collection<DXFile> files)Adds the files to the list of files for archival.DXProject.UnarchiveRequestBuilderDXProject.UnarchiveRequestBuilder. addFiles(Collection<DXFile> files)Adds the files to the list of files for unarchiving.
-