|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MCRQueryClientInterface
| Method Summary | |
|---|---|
Document |
doRetrieveClassification(String level,
String type,
String classID,
String categID,
String format)
Retrieves an classification part from remote host using the WebService. |
Document |
doRetrieveLinks(String from,
String to,
String type)
Retrieves an link from remote host using the WebService. |
Document |
doRetrieveObject(String ID)
Retrieves an Object from remote host using the defined service. |
String |
getAlias()
|
void |
init(Element xmlhost)
|
void |
search(Document inDoc,
MCRResults results)
Executes a query on a single remote host using the defined service. |
| Method Detail |
|---|
void init(Element xmlhost)
String getAlias()
void search(Document inDoc,
MCRResults results)
inDoc - the query as W3C DOM documentresults - the result list to add the hits toDocument doRetrieveObject(String ID)
hostAlias - the alias of the remote host as defined in hosts.xmlID - the ID of the Object to retrieve
Document doRetrieveClassification(String level,
String type,
String classID,
String categID,
String format)
level - the level of the classification to retrievetype - the type of the classification to retrieveclassID - the class ID of the classification to retrievecategID - the category ID of the classification to retrieveformat - of retrieved classification, valid values are:
editor['['formatAlias']']|metadata
Document doRetrieveLinks(String from,
String to,
String type)
hostAlias - the alias of the remote host as defined in hosts.xmlfrom - the source of the linkto - the target of the linktype - the type of the link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||