Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
static DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.get()
Returns a default instance of
DescribeOptions that returns no optional fields and
selects the project arbitrarily. |
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.inProject(DXContainer project)
Returns a
DescribeOptions that behaves like the current one, except that
project-specific metadata will be retrieved from the specified project or container. |
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withCustomFields(Collection<? extends String> fieldNamesToInclude)
Returns a
DescribeOptions that behaves like the current one, except that only the
fields in the specified collection will be included in the result. |
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withCustomFields(String... fieldNamesToInclude)
Returns a
DescribeOptions that behaves like the current one, except that only the
specified fields will be included in the result. |
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withDetails()
Returns a
DescribeOptions that behaves like the current one, except that the
details field will be included in the result. |
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withProperties()
Returns a
DescribeOptions that behaves like the current one, except that the
properties field will be included in the result. |
Modifier and Type | Method and Description |
---|---|
DXRecord.Describe |
DXRecord.describe(DXDataObject.DescribeOptions options) |
DXApplet.Describe |
DXApplet.describe(DXDataObject.DescribeOptions options) |
DXWorkflow.Describe |
DXWorkflow.describe(DXDataObject.DescribeOptions options) |
DXFile.Describe |
DXFile.describe(DXDataObject.DescribeOptions options) |
DXDataObject.Describe |
DXDataObject.describe(DXDataObject.DescribeOptions options)
Returns metadata about the data object, specifying which optional fields are to be returned
and what project to obtain project-specific metadata from.
|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.includeDescribeOutput(DXDataObject.DescribeOptions describeOptions)
Requests describe data (with the specified options) for each matching data object when
the query is run.
|
Copyright © 2023. All Rights Reserved.