AbstractArg<T> |
Base class for non Object-specific functionality argument types, that can be malformed on input (E.g an argument
representing a number was a non-numeric string in the request).
|
AbstractArrayArg<T> |
Represents a comma-delimited array API argument.
|
AbstractEntityArg<T,O extends Identifiable,S extends FilteringService<O>> |
Interface representing and API call argument that can represent various identifiers of different types.
|
AbstractEntityArgService<T extends Identifiable,S extends FilteringService<T>> |
|
AbstractEntityArrayArg<O extends Identifiable,S extends FilteringService<O>> |
|
CompositeSequenceArg<T> |
Mutable argument type base class for Composite Sequence arguments.
|
CompositeSequenceArgService |
|
CompositeSequenceArrayArg |
|
CompositeSequenceIdArg |
Composite Sequence argument for CS ID.
|
CompositeSequenceNameArg |
Composite Sequence argument for CS name.
|
DatabaseEntryArg<T> |
Mutable argument type base class for DatabaseEntry API.
|
DatabaseEntryArgService |
|
DatabaseEntryArrayArg |
|
DatabaseEntryIdArg |
Long argument type for DatabaseEntry API, referencing the Taxon ID.
|
DatabaseEntryStringArg |
String argument type for DatabaseEntry API, Can also be null.
|
DatasetArg<T> |
Mutable argument type base class for dataset (ExpressionExperiment) API.
|
DatasetArgService |
|
DatasetArrayArg |
|
DatasetIdArg |
Long argument type for dataset API, referencing the Dataset ID.
|
DatasetStringArg |
String argument type for dataset API, referencing the Dataset short name.
|
ExcludeArg<T> |
|
ExpLevelConsolidationArg |
Class representing an API argument that should be one of the expression level consolidation options.
|
ExpressionAnalysisResultSetArg |
Represents an expression analysis result set identifier.
|
ExpressionAnalysisResultSetArgService |
|
FactorValueArg<A> |
Represents an API arguments that maps to a FactorValue by its ID or name.
|
FactorValueIdArg |
|
FactorValueValueArg |
Deprecated. |
FilterArg<O extends Identifiable> |
Represent a filter argument designed to generate a Filters from user input.
|
FilterArg.Filter |
Represents the internal value of a FilterArg .
|
FilterArgBaseListener |
This class provides an empty implementation of FilterArgListener ,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
FilterArgLexer |
|
FilterArgParser |
|
FilterArgParser.ClauseContext |
|
FilterArgParser.CollectionContext |
|
FilterArgParser.CollectionOperatorContext |
|
FilterArgParser.DisjunctionContext |
|
FilterArgParser.FilterContext |
|
FilterArgParser.OperatorContext |
|
FilterArgParser.PredicateContext |
|
FilterArgParser.QuantifierContext |
|
FilterArgParser.ScalarContext |
|
FilterArgParser.SubClauseContext |
|
GeneArg<T> |
Mutable argument type base class for Gene API.
|
GeneArgService |
|
GeneArrayArg |
|
GeneEnsemblIdArg |
Long argument type for Gene API, referencing the Gene Ensembl ID.
|
GeneNcbiIdArg |
Long argument type for Gene API, referencing the Gene NCBI ID.
|
GeneSymbolArg |
String argument type for Gene API.
|
LimitArg |
Argument used to represent a limit.
|
OffsetArg |
Argument used to represent an offset.
|
PlatformArg<T> |
Mutable argument type base class for dataset (ExpressionExperiment) API.
|
PlatformArgService |
|
PlatformArrayArg |
|
PlatformIdArg |
Long argument type for platform API, referencing the platform ID.
|
PlatformStringArg |
String argument type for platform API, referencing the Platform short name.
|
QuantitationTypeArg<T> |
|
QuantitationTypeArgService |
|
QuantitationTypeByIdArg |
|
QuantitationTypeByNameArg |
|
QueryArg |
|
SortArg<O extends Identifiable> |
Class representing an API argument that should be an integer.
|
SortArg.Sort |
|
StringArrayArg |
Class representing an API argument that should be an array of strings.
|
TaxonArg<T> |
Mutable argument type base class for Taxon API
|
TaxonArgService |
|
TaxonArrayArg |
|
TaxonIdArg |
Long argument type for taxon API, referencing the Taxon ID.
|
TaxonNameArg |
String argument type for taxon API, referencing the Taxon scientific name or common name.
|
TaxonNcbiIdArg |
Long argument type for taxon API, referencing the Taxon ID.
|