Package ubic.gemma.rest.util.args
Class PlatformArrayArg
- java.lang.Object
-
- ubic.gemma.rest.util.args.AbstractArg<List<T>>
-
- ubic.gemma.rest.util.args.AbstractArrayArg<String>
-
- ubic.gemma.rest.util.args.AbstractEntityArrayArg<ubic.gemma.model.expression.arrayDesign.ArrayDesign,ubic.gemma.persistence.service.expression.arrayDesign.ArrayDesignService>
-
- ubic.gemma.rest.util.args.PlatformArrayArg
-
public class PlatformArrayArg extends AbstractEntityArrayArg<ubic.gemma.model.expression.arrayDesign.ArrayDesign,ubic.gemma.persistence.service.expression.arrayDesign.ArrayDesignService>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlatformArrayArg
valueOf(String s)
Used by RS to parse value of request parameters.-
Methods inherited from class ubic.gemma.rest.util.args.AbstractArrayArg
splitAndTrim
-
Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
-
-
-
Method Detail
-
valueOf
public static PlatformArrayArg valueOf(String s) throws MalformedArgException
Used by RS to parse value of request parameters.- Parameters:
s
- the request arrayPlatform argument- Returns:
- an instance of ArrayPlatformArg representing an array of Platform identifiers from the input string, or a
malformed ArrayPlatformArg that will throw an
BadRequestException
when accessing its value, if the input String can not be converted into an array of Platform identifiers. - Throws:
MalformedArgException
-
-