|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MCRWS
| 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 |
| Method Detail |
|---|
Document MCRDoRetrieveObject(String ID)
throws Exception
ID - The ID of the document to retrieve
Exception
Document MCRDoRetrieveClassification(String level,
String type,
String classID,
String categID,
String format)
throws Exception
level - 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
Document MCRDoQuery(Document query)
throws Exception
query - as mycore xml query
Exception
Document MCRDoRetrieveLinks(String from,
String to,
String type)
throws Exception
from - 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 | |||||||||