@Deprecated public class BioAssaySetClient extends AbstractRPCClient
BioAssaySetService
Modifier and Type | Field and Description |
---|---|
private SessionClient |
session
Deprecated.
|
Constructor and Description |
---|
BioAssaySetClient(SessionClient session)
Deprecated.
Creates new BioAssayClient for a session.
|
Modifier and Type | Method and Description |
---|---|
FileSetMemberInfo[] |
getDataFiles(int bioAssaySetId,
QueryOptions qOpt)
Deprecated.
Returns information about data files that are used storing
data for a bioassay set
|
DataFileTypeInfo[] |
getDataFileTypes(int bioAssaySetId,
QueryOptions qOpt)
Deprecated.
Returns information about data file types that are used storing
spot data for a bioassay set.
|
java.lang.Boolean |
hasDownloadableData(int bioAssaySetId)
Deprecated.
Returns if a bioassay set has spot data in the form of files that
can be downloaded or not.
|
java.io.InputStream |
xdownloadDataFile(int bioAssaySetId,
java.lang.String dataFileType)
Deprecated.
Gets spot data as a file for a bioassay set if it is stored in a file
in BASE.
|
getOperation, getService, getServiceFactory, invokeBlocking, invokeBlocking, invokeBlocking, invokeFileBlocking, setServiceFactory
private final SessionClient session
public BioAssaySetClient(SessionClient session)
session
- Active session.public java.lang.Boolean hasDownloadableData(int bioAssaySetId) throws org.apache.axis2.AxisFault
bioAssaySetId
- Id of the bioassay set it concerns.org.apache.axis2.AxisFault
- If the communication with the webservice fails.public DataFileTypeInfo[] getDataFileTypes(int bioAssaySetId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
bioAssaySetId
- Id of the bioassay set to get the information about.qOpt
- Restrictions and includes to put on the query when getting the information.org.apache.axis2.AxisFault
- If communication with webservice fails.public FileSetMemberInfo[] getDataFiles(int bioAssaySetId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
bioAssaySetId
- Id of the bioassay set to get the information about.qOpt
- Restrictions and includes to put on the query when getting the information.org.apache.axis2.AxisFault
- If communication with webservice fails.public java.io.InputStream xdownloadDataFile(int bioAssaySetId, java.lang.String dataFileType) throws org.apache.axis2.AxisFault, java.io.IOException
bioAssaySetId
- Id of bioassay set to get the file fromdataFileType
- The external ID of the data file type to downloadorg.apache.axis2.AxisFault
- If communication with webservices fails.java.io.IOException
- If writing to the target file fails.