Uses of Class
com.dnanexus.DXSearch.PropertiesQuery
-
Packages that use DXSearch.PropertiesQuery Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXSearch.PropertiesQuery in com.dnanexus
Methods in com.dnanexus that return DXSearch.PropertiesQuery Modifier and Type Method Description static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. allOf(DXSearch.PropertiesQuery... propertiesQueries)A query that must match all of the specified property queries recursively.static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. allOf(List<DXSearch.PropertiesQuery> propertiesQueries)A query that must match all of the property queries in the provided list.static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. anyOf(DXSearch.PropertiesQuery... propertiesQueries)A query that matches any of the specified property queries recursively.static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. anyOf(List<DXSearch.PropertiesQuery> propertiesQueries)A query that matches any of the property queries in the provided list.static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. withKey(String propertyKey)A query that the specified property key is present.static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. withKeyAndBoolean(String propertyKey, Boolean propertyExists)A query that the specified property key is present of not on the data objectstatic DXSearch.PropertiesQueryDXSearch.PropertiesQuery. withKeyAndMapValue(String propertyKey, Map<String,String> mapValue)A query that the specified property is defined by the mappingstatic DXSearch.PropertiesQueryDXSearch.PropertiesQuery. withKeyAndValue(String propertyKey, String propertyValue)A query that the specified property key has the specified property value.Methods in com.dnanexus with parameters of type DXSearch.PropertiesQuery Modifier and Type Method Description static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. allOf(DXSearch.PropertiesQuery... propertiesQueries)A query that must match all of the specified property queries recursively.static DXSearch.PropertiesQueryDXSearch.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.Method parameters in com.dnanexus with type arguments of type DXSearch.PropertiesQuery Modifier and Type Method Description static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. allOf(List<DXSearch.PropertiesQuery> propertiesQueries)A query that must match all of the property queries in the provided list.static DXSearch.PropertiesQueryDXSearch.PropertiesQuery. anyOf(List<DXSearch.PropertiesQuery> propertiesQueries)A query that matches any of the property queries in the provided list.
-