|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.services.webservices.MCRWebService
public class MCRWebService
This class contains MyCoRe Webservices
| Constructor Summary | |
|---|---|
MCRWebService()
|
|
| Method Summary | |
|---|---|
Document |
MCRDoQuery(Document query)
Search for MyCoRe objects |
Document |
MCRDoRetrieveClassification(String level,
String type,
String classID,
String categID,
String format)
Retrieves MyCoRe Classification |
Document |
MCRDoRetrieveLinks(String from,
String to,
String type)
Retrieves MyCoRe Links |
Document |
MCRDoRetrieveObject(String ID)
Retrieves MyCoRe object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRWebService()
| Method Detail |
|---|
public Document MCRDoRetrieveObject(String ID)
throws Exception
MCRWS
MCRDoRetrieveObject in interface MCRWSID - The ID of the document to retrieve
Exception
public Document MCRDoRetrieveClassification(String level,
String type,
String classID,
String categID,
String format)
throws Exception
MCRWS
MCRDoRetrieveClassification in interface MCRWSlevel - number of levels to retrievwetype - parents|childrenclassID - The ID of the classificationcategID - categroryID where retrieval with level startsformat - of retrieved classification, valid values are:
editor['['formatAlias']']|metadata
Exception
public Document MCRDoQuery(Document query)
throws Exception
MCRWS
MCRDoQuery in interface MCRWSquery - as mycore xml query
Exception
public Document MCRDoRetrieveLinks(String from,
String to,
String type)
throws Exception
MCRWS
MCRDoRetrieveLinks in interface MCRWSfrom - the source ID of the linkto - the target ID of the linktype - the link type (if it is null, refernce is default)
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||