@Deprecated public class ArrayDesignClient extends AbstractRPCClient
ArrayDesignService
Modifier and Type | Field and Description |
---|---|
private SessionClient |
session
Deprecated.
|
Constructor and Description |
---|
ArrayDesignClient(SessionClient session)
Deprecated.
Creates a new client object for a session.
|
Modifier and Type | Method and Description |
---|---|
ArrayDesignInfo[] |
getArrayDesigns(QueryOptions qOpt)
Deprecated.
Gets info about array designs that are available in the logged in session.
|
ArrayDesignInfo |
getById(int itemId)
Deprecated.
Get info about an array design when you know the ID.
|
FileSetMemberInfo[] |
getDataFiles(int arrayDesignId,
QueryOptions qOpt)
Deprecated.
Returns information about data files that are used storing
feature information for an array design.
|
DataFileTypeInfo[] |
getDataFileTypes(int arrayDesignId,
QueryOptions qOpt)
Deprecated.
Gets the datafile types that is used to store an array design.
|
Boolean |
hasDownloadableData(int arrayDesignId)
Deprecated.
Gets if data in an array design can be downloaded as a file or not.
|
InputStream |
xdownloadArrayDesignByType(int arrayDesignId,
String dataFileType)
Deprecated.
Downloads an arraydesign as a file,
if it is stored as a file in BASE.
|
getOperation, getService, getServiceFactory, invokeBlocking, invokeBlocking, invokeBlocking, invokeFileBlocking, setServiceFactory
private SessionClient session
public ArrayDesignClient(SessionClient session)
session
- public ArrayDesignInfo getById(int itemId) throws org.apache.axis2.AxisFault
itemId
- The ID of the array designorg.apache.axis2.AxisFault
- If communication with web service fails.public ArrayDesignInfo[] getArrayDesigns(QueryOptions qOpt) throws org.apache.axis2.AxisFault
qOpt
- Options to put on the queryorg.apache.axis2.AxisFault
- If communication with web service fails.public InputStream xdownloadArrayDesignByType(int arrayDesignId, String dataFileType) throws IOException
arrayDesignId
- The array design's id.dataFileType
- The external ID of the data file type to downloadIOException
- If writing to the file fails.public DataFileTypeInfo[] getDataFileTypes(int arrayDesignId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
arrayDesignId
- The array design's idqOpt
- Restrictions and includes to put on a query when getting the types.org.apache.axis2.AxisFault
- If communication with the webservice fails.public FileSetMemberInfo[] getDataFiles(int arrayDesignId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
arrayDesignId
- Id of the array design 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 Boolean hasDownloadableData(int arrayDesignId) throws org.apache.axis2.AxisFault
arrayDesignId
- Id of the array design to checkorg.apache.axis2.AxisFault
- If communication with the webservice fails.