public interface BaseNuxeoWebService extends Serializable
Defines the base API dealing with Web Service remote sessions.
| Modifier and Type | Method and Description |
|---|---|
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.
|
String connect(String username, String password)
username - the user namepassword - the user passwordvoid disconnect(String sid)
sid - the Nuxeo core session id.Copyright © 2017 Nuxeo. All rights reserved.