Uses of Class
ubic.gemma.rest.util.args.PlatformArg
Packages that use PlatformArg
-
Uses of PlatformArg in ubic.gemma.rest
Methods in ubic.gemma.rest with parameters of type PlatformArgModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePlatformsWebService.getPlatformAnnotations(PlatformArg<?> platformArg, Boolean download, Boolean force) Retrieves the annotation file for the given platform.PlatformsWebService.getPlatformDatasets(PlatformArg<?> platformArg, OffsetArg offset, LimitArg limit) Retrieves experiments in the given platform.PlatformsWebService.getPlatformElement(PlatformArg<?> platformArg, CompositeSequenceArrayArg probesArg, OffsetArg offset, LimitArg limit) Retrieves composite sequences (elements) of the given platform.PlatformsWebService.getPlatformElementGenes(PlatformArg<?> platformArg, CompositeSequenceArg<?> probeArg, OffsetArg offset, LimitArg limit) Retrieves the genes on the given platform element.PlatformsWebService.getPlatformElements(PlatformArg<?> platformArg, OffsetArg offset, LimitArg limit) Retrieves the composite sequences (elements) for the given platform.SearchWebService.search(QueryArg query, DatasetArg<?> datasetArg, TaxonArg<?> taxonArg, PlatformArg<?> platformArg, List<String> resultTypes, LimitArg limit, ExcludeArg<SearchResult<?>> excludeArg) Search everything subject to taxon and platform constraints. -
Uses of PlatformArg in ubic.gemma.rest.util.args
Subclasses of PlatformArg in ubic.gemma.rest.util.argsModifier and TypeClassDescriptionclassLong argument type for platform API, referencing the platform ID.classString argument type for platform API, referencing the Platform short name.Methods in ubic.gemma.rest.util.args that return PlatformArgModifier and TypeMethodDescriptionstatic PlatformArg<?> Used by RS to parse value of request parameters.Methods in ubic.gemma.rest.util.args with parameters of type PlatformArgModifier and TypeMethodDescriptionPlatformArgService.getElements(PlatformArg<?> arg, int limit, int offset) Retrieves the design elements of the platform that this argument represents.PlatformArgService.getExperiments(PlatformArg<?> arg, int limit, int offset) Retrieves the Datasets of the Platform that this argument represents.