public interface WSIndexingGateway extends NuxeoRemoting, WSAudit
Modifier and Type | Method and Description |
---|---|
DocumentDescriptor |
getDocumentFromPath(String sessionId,
String path) |
String[] |
getRecursiveChildrenUUIDs(String sid,
String uuid) |
UUIDPage |
getRecursiveChildrenUUIDsByPage(String sid,
String uuid,
int page,
int pageSize) |
DocumentTypeDescriptor[] |
getTypeDefinitions() |
String[] |
getUserGroups(String sessionId,
String username) |
String |
resolvePathToUUID(String sessionId,
String path) |
boolean |
validateUserPassword(String sessionId,
String username,
String password) |
getChildren, getCurrentVersion, getDocument, getDocumentACL, getDocumentBlobs, getDocumentBlobsExt, getDocumentLocalACL, getDocumentNoBlobProperties, getDocumentProperties, getDocumentSnapshot, getDocumentSnapshotExt, getGroups, getRelativePathAsString, getRepositoryName, getRootDocument, getSourceDocument, getUsers, getVersions, hasPermission, listGroups, listUsers, uploadDocument
listDeletedDocumentsByPage, listDocumentEventsByPage, listEventsByPage, listModifiedDocuments, listModifiedDocumentsByPage, queryEventsByPage
connect, disconnect
String resolvePathToUUID(String sessionId, String path)
DocumentDescriptor getDocumentFromPath(String sessionId, String path)
boolean validateUserPassword(String sessionId, String username, String password)
String[] getUserGroups(String sessionId, String username)
String[] getRecursiveChildrenUUIDs(String sid, String uuid)
UUIDPage getRecursiveChildrenUUIDsByPage(String sid, String uuid, int page, int pageSize)
DocumentTypeDescriptor[] getTypeDefinitions()
Copyright © 2015 Nuxeo SA. All rights reserved.