Class DatasetArrayArg

  • All Implemented Interfaces:
    Arg<List<String>>

    public class DatasetArrayArg
    extends AbstractEntityArrayArg<ubic.gemma.model.expression.experiment.ExpressionExperiment,​ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentService>
    • Method Detail

      • valueOf

        public static DatasetArrayArg valueOf​(String s)
                                       throws MalformedArgException
        Used by RS to parse value of request parameters.
        Parameters:
        s - the request arrayDataset argument
        Returns:
        an instance of ArrayDatasetArg representing an array of Dataset identifiers from the input string, or a malformed ArrayDatasetArg that will throw an BadRequestException when accessing its value, if the input String can not be converted into an array of Dataset identifiers.
        Throws:
        MalformedArgException