@Deprecated public class ExperimentClient extends AbstractRPCClient
ExperimentService
Modifier and Type | Field and Description |
---|---|
private SessionClient |
session
Deprecated.
|
Constructor and Description |
---|
ExperimentClient(SessionClient session)
Deprecated.
Creates a new client in active session
|
Modifier and Type | Method and Description |
---|---|
BioAssaySetInfo[] |
getBioAssaySets(int experimentId,
QueryOptions qOpt)
Deprecated.
Gets info about bioassay sets in an experiment
|
ExperimentInfo |
getById(int itemId)
Deprecated.
Get info about an experiment when you know the ID.
|
AnnotationTypeInfo[] |
getExperimentalFactors(int experimentId,
QueryOptions qOpt)
Deprecated.
Gets info about the experimental factors for an experiment.
|
ExperimentInfo[] |
getExperiments(QueryOptions qOpt)
Deprecated.
Gets info about experiments that are available in the logged in session.
|
RawBioAssayInfo[] |
getRawBioAssays(int experimentId,
QueryOptions qOpt)
Deprecated.
Gets info about raw bioassays used in an experiment.
|
ReporterListInfo[] |
getReporterLists(int experimentId,
QueryOptions qOpt)
Deprecated.
Gets info about reporter lists in an experiment.
|
getOperation, getService, getServiceFactory, invokeBlocking, invokeBlocking, invokeBlocking, invokeFileBlocking, setServiceFactory
private final SessionClient session
public ExperimentClient(SessionClient session)
session
- The active sessionpublic ExperimentInfo getById(int itemId) throws org.apache.axis2.AxisFault
itemId
- The ID of the experimentorg.apache.axis2.AxisFault
- If communication with web service fails.public ExperimentInfo[] getExperiments(QueryOptions qOpt) throws org.apache.axis2.AxisFault
qOpt
- Options to put on the query that gets the experiments.org.apache.axis2.AxisFault
- If communication with web service fails.public RawBioAssayInfo[] getRawBioAssays(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of experiment to get raw bioassays from.qOpt
- Options to put on the query that gets the raw bioassays.org.apache.axis2.AxisFault
- If communication with web services fails.public BioAssaySetInfo[] getBioAssaySets(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of the experiment to get the bioassay sets fromqOpt
- Options to put on the query that gets the bioassay sets.org.apache.axis2.AxisFault
- If communication with web services fails.public AnnotationTypeInfo[] getExperimentalFactors(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of experiment to get experimental factors fromqOpt
- Options to put on the queryorg.apache.axis2.AxisFault
- If communication with web services fails.public ReporterListInfo[] getReporterLists(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of the experiment the lists are used inqOpt
- Options to put on the query that gets the reporter lists.org.apache.axis2.AxisFault
- If communication with web services fails.