Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.allOf(DXSearch.PropertiesQuery... propertiesQueries)
A query that must match all of the specified property queries recursively.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.allOf(List<DXSearch.PropertiesQuery> propertiesQueries)
A query that must match all of the property queries in the provided list.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.anyOf(DXSearch.PropertiesQuery... propertiesQueries)
A query that matches any of the specified property queries recursively.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.anyOf(List<DXSearch.PropertiesQuery> propertiesQueries)
A query that matches any of the property queries in the provided list.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.withKey(String propertyKey)
A query that the specified property key is present.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.withKeyAndBoolean(String propertyKey,
Boolean propertyExists)
A query that the specified property key is present of not on the data object
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.withKeyAndMapValue(String propertyKey,
Map<String,String> mapValue)
A query that the specified property is defined by the mapping
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.withKeyAndValue(String propertyKey,
String propertyValue)
A query that the specified property key has the specified property value.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.allOf(DXSearch.PropertiesQuery... propertiesQueries)
A query that must match all of the specified property queries recursively.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.anyOf(DXSearch.PropertiesQuery... propertiesQueries)
A query that matches any of the specified property queries recursively.
|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.withProperties(DXSearch.PropertiesQuery propertiesQuery)
Only returns data objects matching the specified properties query.
|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.withProperties(DXSearch.PropertiesQuery propertiesQuery)
Only returns executions matching the specified properties query.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.allOf(List<DXSearch.PropertiesQuery> propertiesQueries)
A query that must match all of the property queries in the provided list.
|
static DXSearch.PropertiesQuery |
DXSearch.PropertiesQuery.anyOf(List<DXSearch.PropertiesQuery> propertiesQueries)
A query that matches any of the property queries in the provided list.
|
Copyright © 2023. All Rights Reserved.