Package com.morpheusdata.core.data
-
Class Summary Class Description DataAndFilter Creates a nested collection of operators that need to be checked in theDataQuery
via an AND join operation.DataFilter<T> A filter representation when building complex filters forDataQuery
within aMorpheusDataService
.DataOrFilter Creates a nested collection of operators that need to be checked in theDataQuery
via an OR join operation.DataQuery This is the query object to use to query data from aMorpheusDataService
.DataQueryResult This is the query object to use to query data from aMorpheusDataService
requires the user that is requesting data optionally pass a phrase as a search query and a map of filtersDatasetInfo information about a datasetDatasetQuery This is the an extension of theDataQuery
to use to list data from aDatasetProvider
-
Enum Summary Enum Description DataQuery.SortOrder Represents a sort order direction for query results.