|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseNuxeoWebService
Base Nuxeo web service interface.
Defines the base API dealing with Web Service remote sessions.
| Method Summary | |
|---|---|
String |
connect(String username,
String password)
Connects to the default nuxeo core repository. |
void |
disconnect(String sid)
Disconnect the Nuxeo core given the session id. |
| Method Detail |
|---|
String connect(String username,
String password)
throws ClientException
username - : the user namepassword - : the user password
ClientException
void disconnect(String sid)
throws ClientException
sid - : the Nuxeo core session id.
ClientException
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||