Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Class and Description |
---|
AccessLevel
A permission level that a user can be given in a particular project or container.
|
AnalysisState
The state of an analysis in the system.
|
ArchivalState
Archival states of file object.
|
DataObjectState
The state of a data object.
|
DXAnalysis
An analysis object (a specific instantiation of a workflow).
|
DXAnalysis.Describe
Contains metadata about an analysis.
|
DXApplet
An applet (an executable data object).
|
DXApplet.Builder
Builder class for creating a new
DXApplet object. |
DXApplet.Describe
Contains metadata for an applet.
|
DXContainer
A container (a logical collection for storage and organization of data).
|
DXContainer.FolderContents
Represents the contents of a folder.
|
DXDataObject
Base class for all data object classes in the DNAnexus Platform.
|
DXDataObject.Builder
Abstract builder class for creating a new data object of class
U . |
DXDataObject.Describe
Contains metadata for a data object (fields common to all data objects).
|
DXDataObject.DescribeOptions
Configuration options for a describe call on a data object (e.g.
DXDataObject.describe(DescribeOptions) ) to control what optional fields get returned
and what project to obtain project-specific metadata from. |
DXEnvironment
Immutable class storing configuration for selecting, authenticating to, and communicating with a
DNAnexus API server.
|
DXEnvironment.Builder
Builder class for creating DXEnvironment objects.
|
DXEnvironment.ProxyDesc |
DXExecutable
An executable (applet, app, or workflow).
|
DXExecution
An execution (job or analysis).
|
DXExecution.Describe
Contains metadata about an execution.
|
DXFile
A file (an opaque sequence of bytes).
|
DXFile.Builder
Builder class for creating a new
DXFile object. |
DXFile.Describe
Contains metadata for a file.
|
DXHTTPRequest.RetryStrategy
Indicates whether a particular API request can be retried.
|
DXJob
A job object (a specific instantiation of an app or applet).
|
DXJob.Describe
Contains metadata about a job.
|
DXJob.StateTransition
A event where a job transitioned from one state to another.
|
DXJSON.ArrayBuilder
Builder class that generates a JSON array.
|
DXJSON.ObjectBuilder
Builder class that generates a JSON object (hash).
|
DXObject
Base class for all objects in the DNAnexus Platform.
|
DXProject
A project (a container providing features for data sharing and collaboration).
|
DXProject.ArchiveRequestBuilder
Builder for archive requests.
|
DXProject.ArchiveResults
Results of archive request.
|
DXProject.Builder
Builder class for creating a new
DXProject object. |
DXProject.Describe
Contains metadata for a project.
|
DXProject.UnarchiveRequestBuilder
Builder for unarchive requests.
|
DXProject.UnarchiveResults
Results of unarchive request.
|
DXRecord
A record (the minimal data object class).
|
DXRecord.Builder
Builder class for creating a new
DXRecord object. |
DXRecord.Describe
Contains metadata for a record.
|
DXSearch.FindDataObjectsRequestBuilder
Builder class for formulating
findDataObjects queries and executing them. |
DXSearch.FindDataObjectsResult
The set of data objects that matched a
findDataObjects query. |
DXSearch.FindExecutionsRequestBuilder
Builder class for formulating
findExecutions queries and executing them. |
DXSearch.FindExecutionsResult
The set of executions that matched a
findExecutions query. |
DXSearch.FindResultPage
Represents a single page of results for a find route.
|
DXSearch.ObjectProducer
Interface that provides streaming or buffered access to a sequence of
DXObjects . |
DXSearch.Ordering
Specifies in a query whether to return visible items, hidden items, or both.
|
DXSearch.PropertiesQuery
A query for objects (data objects, executions, or projects) with specified properties.
|
DXSearch.TagsQuery
A query for objects (data objects, executions, or projects) with specified tags.
|
DXSearch.TypeQuery
A query for data objects with specified types.
|
DXSearch.VisibilityQuery
Specifies in a query whether to return visible items, hidden items, or both.
|
DXWorkflow
A workflow.
|
DXWorkflow.Builder
Builder class for creating a new
DXWorkflow object. |
DXWorkflow.Describe
Contains metadata for a workflow.
|
DXWorkflow.Modification
Represents the result of a workflow-modifying operation, along with the
workflow's edit version after that operation.
|
DXWorkflow.Stage
A workflow stage.
|
ExecutableRunner
Collects parameters for a new run of an executable.
|
InputParameter
An input parameter for an executable.
|
InputParameter.Builder
Builder class for creating new input parameters.
|
IOClass
The type of an input or output field of an executable.
|
JobState
The state of a job in the system.
|
OutputParameter
An output parameter for an executable.
|
OutputParameter.Builder
Builder class for creating new output parameters.
|
RunSpecification
A run specification for an applet.
|
RunSpecification.Builder
Builder class for creating RunSpecifications.
|
UnarchivingRate |
Copyright © 2023. All Rights Reserved.