Uses of Class
ubic.gemma.rest.util.args.ExcludeArg
Packages that use ExcludeArg
-
Uses of ExcludeArg in ubic.gemma.rest
Methods in ubic.gemma.rest with parameters of type ExcludeArgModifier and TypeMethodDescriptionDatasetsWebService.QueriedAndFilteredAndInferredAndLimitedResponseDataObject
<DatasetsWebService.AnnotationWithUsageStatisticsValueObject> DatasetsWebService.getDatasetsAnnotationsUsageStatistics
(QueryArg query, FilterArg<ExpressionExperiment> filter, ExcludeArg<DatasetsWebService.AnnotationWithUsageStatisticsValueObject> exclude, LimitArg limitArg, Integer minFrequency, String category, StringArrayArg excludedCategoryUris, Boolean excludeFreeTextCategories, StringArrayArg excludedTermUris, Boolean excludeFreeTextTerms, Boolean excludeUncategorizedTerms, Boolean retainMentionedTerms) DatasetsWebService.getDatasetSingleCellDimension
(DatasetArg<?> datasetArg, QuantitationTypeArg<?> qtArg, ExcludeArg<SingleCellDimensionValueObject> excludeArg, Boolean useBioAssayIds, javax.ws.rs.core.HttpHeaders headers) Retrieve the single-cell dimension for a given quantitation type.javax.ws.rs.core.Response
DatasetsWebService.refreshDatasetsAnnotations
(QueryArg query, FilterArg<ExpressionExperiment> filter, ExcludeArg<DatasetsWebService.AnnotationWithUsageStatisticsValueObject> exclude, LimitArg limitArg, Integer minFrequency, String category, StringArrayArg excludedCategoryUris, Boolean excludeFreeTextCategories, StringArrayArg excludedTermUris, Boolean excludeFreeTextTerms, Boolean excludeUncategorizedTerms, Boolean retainMentionedTerms) SearchWebService.search
(QueryArg query, TaxonArg<?> taxonArg, PlatformArg<?> platformArg, List<String> resultTypes, LimitArg limit, ExcludeArg<SearchResult<?>> excludeArg) Search everything subject to taxon and platform constraints. -
Uses of ExcludeArg in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return ExcludeArg