|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.ws.client.AbstractRPCClient net.sf.basedb.ws.client.ArrayDesignClient
public class ArrayDesignClient
A web service client for array design in BASE.
This class supports all services in
ArrayDesignService
Field Summary | |
---|---|
private SessionClient |
session
|
Constructor Summary | |
---|---|
ArrayDesignClient(SessionClient session)
Creates a new client object for a session. |
Method Summary | |
---|---|
InputStream |
downloadArrayDesignByType(int arrayDesignId,
String dataFileType)
Downloads an arraydesign as a file, if it is stored as a file in BASE. |
ArrayDesignInfo[] |
getArrayDesigns(QueryOptions qOpt)
Gets info about array designs that are available in the logged in session. |
ArrayDesignInfo |
getById(int itemId)
Get info about an array design when you know the ID. |
DataFileTypeInfo[] |
getDataFileTypes(int arrayDesignId,
QueryOptions qOpt)
Gets the datafile types that is used to store an array design. |
Boolean |
hasDownloadableData(int arrayDesignId)
Gets if data in an array design can be downloaded as a file or not. |
Methods inherited from class net.sf.basedb.ws.client.AbstractRPCClient |
---|
getOperation, getService, getServiceFactory, invokeBlocking, invokeBlocking, invokeBlocking, invokeFileBlocking, setServiceFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SessionClient session
Constructor Detail |
---|
public ArrayDesignClient(SessionClient session)
session
- Method Detail |
---|
public ArrayDesignInfo getById(int itemId) throws org.apache.axis2.AxisFault
itemId
- The ID of the array design
org.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 query
org.apache.axis2.AxisFault
- If communication with web service fails.public InputStream downloadArrayDesignByType(int arrayDesignId, String dataFileType) throws IOException
arrayDesignId
- The array design's id.dataFileType
- The external ID of the data file type to download
IOException
- 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 Boolean hasDownloadableData(int arrayDesignId) throws org.apache.axis2.AxisFault
arrayDesignId
- Id of the array design to check
org.apache.axis2.AxisFault
- If communication with the webservice fails.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |