public interface WebServiceClient
Module: webservice-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>webservice-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
TaskIterator |
createTaskIterator(Object query)
Set query for the tasks to be executed.
|
String |
getDescription()
Get human-readable description of this client.
|
String |
getDisplayName()
Returns display name of this client.
|
URI |
getServiceLocation()
Returns resource location of this service, i.e., service URL.
|
URI getServiceLocation()
String getDisplayName()
String getDescription()
TaskIterator createTaskIterator(Object query)
query
- query object. This is client-dependent.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.