public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static org.jdom.Document |
connect(String url,
org.apache.http.client.HttpClient client) |
static WSCurationTag |
parseCurationTag(org.jdom.Element tag) |
static WSCurationTagHistory |
parseCurationTagHistory(org.jdom.Element history) |
static WSHistoryRow |
parseHistoryRow(org.jdom.Element historyRow) |
static WSOntologyTerm |
parseOntologyTerm(org.jdom.Element term) |
static WSPathway |
parsePathway(org.jdom.Element pathway) |
static WSPathwayHistory |
parsePathwayHistory(org.jdom.Element hist) |
static WSIndexField |
parseWSIndexField(org.jdom.Element indexField) |
static WSPathwayInfo |
parseWSPathwayInfo(org.jdom.Element pathwayInfo) |
static WSSearchResult |
parseWSSearchResult(org.jdom.Element searchResult) |
static String |
update(String url,
org.apache.http.client.HttpClient client,
Map<String,String> attributes) |
public static org.jdom.Document connect(String url, org.apache.http.client.HttpClient client) throws IOException, org.jdom.JDOMException
IOExceptionorg.jdom.JDOMExceptionpublic static String update(String url, org.apache.http.client.HttpClient client, Map<String,String> attributes) throws Exception
Exceptionpublic static WSPathwayInfo parseWSPathwayInfo(org.jdom.Element pathwayInfo)
public static WSIndexField parseWSIndexField(org.jdom.Element indexField)
public static WSSearchResult parseWSSearchResult(org.jdom.Element searchResult)
public static WSOntologyTerm parseOntologyTerm(org.jdom.Element term)
public static WSPathway parsePathway(org.jdom.Element pathway) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static WSPathwayHistory parsePathwayHistory(org.jdom.Element hist)
public static WSHistoryRow parseHistoryRow(org.jdom.Element historyRow)
public static WSCurationTagHistory parseCurationTagHistory(org.jdom.Element history)
public static WSCurationTag parseCurationTag(org.jdom.Element tag)
Copyright © 2017. All rights reserved.