Uses of Class
ubic.gemma.rest.util.args.CursorArg
Packages that use CursorArg
-
Uses of CursorArg in ubic.gemma.rest
Methods in ubic.gemma.rest with parameters of type CursorArgModifier and TypeMethodDescriptionDatasetsWebService.getBlacklistedDatasets(FilterArg<ExpressionExperiment> filterArg, SortArg<ExpressionExperiment> sortArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg) Browse blacklisted datasets.PlatformsWebService.getBlacklistedPlatforms(FilterArg<ArrayDesign> filter, SortArg<ArrayDesign> sort, OffsetArg offset, LimitArg limit, CursorArg cursorArg) DatasetsWebService.getDatasetAuditEvents(DatasetArg<?> datasetArg, CursorArg cursorArg, LimitArg limitArg, boolean compact, boolean excludeEmpty) DatasetsWebService.getDatasetSamples(DatasetArg<?> datasetArg, QuantitationTypeArg<?> quantitationTypeArg, boolean useProcessedQuantitationType, CursorArg cursorArg, LimitArg limitArg, ExcludeArg<BioAssayValueObject> excludeArg, boolean includePredictedOutliers) Retrieves the samples for the given dataset.DatasetsWebService.getDatasetsByIds(DatasetArrayArg datasetsArg, FilterArg<ExpressionExperiment> filter, OffsetArg offset, LimitArg limit, SortArg<ExpressionExperiment> sort, CursorArg cursorArg) Retrieves all datasets matching the given identifiers.DatasetsWebService.getDatasetsExpressionLevelsForGene(GeneArg<?> geneArg, QueryArg queryArg, FilterArg<ExpressionExperiment> filterArg, OffsetArg offsetArg, LimitArg limitArg, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate, CursorArg cursorArg, Boolean precise) Retrieve the expression levels of a given gene across all datasets.DatasetsWebService.getDatasetsExpressionLevelsForGeneInTaxon(TaxonArg<?> taxonArg, GeneArg<?> geneArg, QueryArg queryArg, FilterArg<ExpressionExperiment> filterArg, OffsetArg offsetArg, LimitArg limitArg, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate, CursorArg cursorArg, Boolean precise) Retrieve the expression levels of a given gene and taxon across all datasets.DatasetsWebService.getDatasetSubSetSamples(DatasetArg<?> datasetArg, Long subSetId, CursorArg cursorArg, LimitArg limitArg, boolean includePredictedOutliers) Retrieves the samples of a specific subset of a dataset.DatasetsWebService.getDatasetTickets(DatasetArg<?> datasetArg, CursorArg cursorArg, LimitArg limitArg) GeneWebService.getGeneProbes(GeneArg<?> geneArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg, boolean summary) Retrieves the probes (composite sequences) with this gene.PlatformsWebService.getPlatformDatasets(PlatformArg<?> platformArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg) Retrieves experiments in the given platform.PlatformsWebService.getPlatformElement(PlatformArg<?> platformArg, CompositeSequenceArrayArg probesArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg, boolean withSequence, boolean withGenes) Retrieves composite sequences (elements) of the given platform.PlatformsWebService.getPlatformElementGenes(PlatformArg<?> platformArg, CompositeSequenceArg<?> probeArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg) Retrieves the genes on the given platform element.PlatformsWebService.getPlatformElements(PlatformArg<?> platformArg, OffsetArg offset, LimitArg limit, CursorArg cursorArg, boolean withSequence, boolean withGenes, QueryArg geneQuery, FilterArg<CompositeSequence> filter) Retrieves the composite sequences (elements) for the given platform.PlatformsWebService.getPlatforms(FilterArg<ArrayDesign> filter, OffsetArg offset, LimitArg limit, SortArg<ArrayDesign> sort, CursorArg cursorArg, boolean withGeneCounts) PlatformsWebService.getPlatformsByIds(PlatformArrayArg platformsArg, FilterArg<ArrayDesign> filter, OffsetArg offset, LimitArg limit, SortArg<ArrayDesign> sort, CursorArg cursorArg, boolean withGeneCounts) Retrieves all datasets matching the given identifiers.PlatformsWebService.getPlatformTickets(PlatformArg<?> platformArg, CursorArg cursorArg, LimitArg limitArg) Retrieves the open curation tickets for a given platform.AnalysisResultSetsWebService.getResultSets(DatasetArrayArg datasets, DatabaseEntryArrayArg databaseEntries, FilterArg<ExpressionAnalysisResultSet> filters, OffsetArg offset, LimitArg limit, SortArg<ExpressionAnalysisResultSet> sort, CursorArg cursorArg) Retrieve allAnalysisResultSetmatching a set of criteria.TaxaWebService.getTaxonDatasets(TaxonArg<?> taxonArg, FilterArg<ExpressionExperiment> filter, OffsetArg offset, LimitArg limit, SortArg<ExpressionExperiment> sort, CursorArg cursorArg) Retrieves datasets for the given taxon.TaxaWebService.getTaxonGeneProbes(TaxonArg<?> taxonArg, GeneArg<?> geneArg, OffsetArg offsetArg, LimitArg limitArg, CursorArg cursorArg) TaxaWebService.getTaxonGenes(TaxonArg<?> taxonArg, OffsetArg offsetArg, LimitArg limitArg, CursorArg cursorArg) TicketsWebService.getTicketEvents(Long id, CursorArg cursorArg, LimitArg limitArg) Retrieve only the event log for a ticket.TicketsWebService.getTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, OffsetArg offsetArg, LimitArg limitArg, CursorArg cursorArg) List tickets with optional filters and offset/limit or cursor pagination. -
Uses of CursorArg in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return CursorArg