@Stateful @Addressing public class WSSynchroServerModule extends Object implements StatefulWebServiceManagement
Modifier and Type | Field and Description |
---|---|
static com.sun.xml.ws.developer.StatefulWebServiceManager<WSSynchroServerModule> |
manager |
Constructor and Description |
---|
WSSynchroServerModule() |
WSSynchroServerModule(BasicSession _session) |
Modifier and Type | Method and Description |
---|---|
void |
destroySession()
Destroys the service.
|
NuxeoSynchroTuple[] |
getAvailableDocumentList()
Lists the Nuxeo domain tree filtering the visible to user branches.
|
NuxeoSynchroTuple[] |
getAvailableDocumentListWithQuery(String queryName) |
FlagedDocumentSnapshot |
getDocumentByIdWithoutBlob(String uuid)
Returns a DocumentSnapshot for a given document id ; this describes a
documentModel without blob properties
|
String |
getQueryAvailableDocumentList()
Gets the query used to find all available documents for synchronization
|
String |
getQueryAvailableDocumentListWithQuery(String queryName) |
void |
keepAlive()
Keeps alive the session.
|
public static com.sun.xml.ws.developer.StatefulWebServiceManager<WSSynchroServerModule> manager
public WSSynchroServerModule()
public WSSynchroServerModule(BasicSession _session)
public NuxeoSynchroTuple[] getAvailableDocumentListWithQuery(String queryName) throws ClientException
ClientException
public NuxeoSynchroTuple[] getAvailableDocumentList() throws ClientException
ClientException
public String getQueryAvailableDocumentListWithQuery(String queryName) throws ClientException
ClientException
public String getQueryAvailableDocumentList() throws ClientException
ClientException
public FlagedDocumentSnapshot getDocumentByIdWithoutBlob(String uuid)
ClientException
public void destroySession()
StatefulWebServiceManagement
destroySession
in interface StatefulWebServiceManagement
public void keepAlive()
StatefulWebServiceManagement
keepAlive
in interface StatefulWebServiceManagement
Copyright © 2011 Nuxeo SA. All Rights Reserved.