Modifier and Type | Method and Description |
---|---|
void |
DocumentLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Modifier and Type | Method and Description |
---|---|
WSRemotingSession |
WSRemotingSessionManager.createSession(String username,
String password,
String repository,
UserManager um,
CoreSession session)
Creates a new remoting session.
|
WSRemotingSession |
WSRemotingSessionManager.getSession(String sid)
Return a session given its Nuxeo Core session id if exists.
|
Modifier and Type | Method and Description |
---|---|
void |
WSRemotingSessionManager.addSession(String sid,
WSRemotingSession session)
Adds a new session.
|
Modifier and Type | Class and Description |
---|---|
class |
WSRemotingSessionImpl
Web service remoting session implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
TagsLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Modifier and Type | Method and Description |
---|---|
protected WSRemotingSession |
AbstractNuxeoWebService.initSession(String sid)
Initializes a user session.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NuxeoRemotingBean.collectBlobs(String docId,
String schemaName,
WSRemotingSession rs,
String prefix,
Map<String,Object> container,
String name,
Object value,
List<DocumentBlob> blobs,
boolean useDownloadUrl) |
void |
DocumentStateLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
void |
DocumentSchemaLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
protected DocumentBlob[] |
NuxeoRemotingBean.getDocumentBlobs(DocumentModel doc,
WSRemotingSession rs,
boolean useDownloadUrl) |
protected DocumentProperty[] |
NuxeoRemotingBean.getDocumentNoBlobProperties(DocumentModel doc,
WSRemotingSession rs) |
Modifier and Type | Method and Description |
---|---|
WSRemotingSession |
WSRemotingSessionManagerImpl.createSession(String username,
String password,
String repository,
UserManager um,
CoreSession session) |
WSRemotingSession |
WSRemotingSessionManagerImpl.getSession(String sid) |
Modifier and Type | Method and Description |
---|---|
void |
WSRemotingSessionManagerImpl.addSession(String sid,
WSRemotingSession session) |
void |
WSRemotingSessionManagerImpl.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Copyright © 2018 Nuxeo. All rights reserved.