Package | Description |
---|---|
com.logicaldoc.webservice.document | |
com.logicaldoc.webservice.search |
Modifier and Type | Method and Description |
---|---|
WSDocument |
DocumentServiceImpl.create(String sid,
WSDocument document,
DataHandler content) |
WSDocument |
DocumentService.create(String sid,
WSDocument document,
DataHandler content)
Create a new document.
|
WSDocument |
DocumentClient.create(String sid,
WSDocument document,
DataHandler content) |
WSDocument |
DocumentClient.create(String sid,
WSDocument document,
File content) |
WSDocument |
DocumentServiceImpl.createAlias(String sid,
long docId,
long folderId) |
WSDocument |
DocumentService.createAlias(String sid,
long docId,
long folderId)
Create a new document alias for the given document id and inside the
given folder id.
|
WSDocument |
DocumentClient.createAlias(String sid,
long docId,
long folderId) |
static WSDocument |
WSDocument.fromDocument(AbstractDocument document) |
WSDocument[] |
DocumentServiceImpl.getAliases(String sid,
long docId) |
WSDocument[] |
DocumentService.getAliases(String sid,
long docId)
Gets the aliases of the given document
|
WSDocument[] |
DocumentClient.getAliases(String sid,
long docId) |
WSDocument |
DocumentServiceImpl.getDocument(String sid,
long docId) |
WSDocument |
DocumentService.getDocument(String sid,
long docId)
Gets document metadata of an existing document with the given identifier.
|
WSDocument |
DocumentClient.getDocument(String sid,
long docId) |
WSDocument |
DocumentServiceImpl.getDocumentByCustomId(String sid,
String customId) |
WSDocument |
DocumentService.getDocumentByCustomId(String sid,
String customId)
Gets document metadata of an existing document with the given custom identifier.
|
WSDocument |
DocumentClient.getDocumentByCustomId(String sid,
String customId) |
WSDocument[] |
DocumentServiceImpl.getDocuments(String sid,
Long[] docIds) |
WSDocument[] |
DocumentService.getDocuments(String sid,
Long[] docIds)
Gets document metadata of a collection of existing documents with the
given identifiers.
|
WSDocument[] |
DocumentClient.getDocuments(String sid,
Long[] docIds) |
WSDocument[] |
DocumentServiceImpl.getRecentDocuments(String sid,
Integer max) |
WSDocument[] |
DocumentService.getRecentDocuments(String sid,
Integer maxHits)
Lists of last modified documents of the current session's user.
|
WSDocument[] |
DocumentClient.getRecentDocuments(String sid,
Integer max) |
WSDocument[] |
DocumentServiceImpl.getVersions(String sid,
long docId) |
WSDocument[] |
DocumentService.getVersions(String sid,
long docId)
Gets the version history of an existing document with the given
identifier.
|
WSDocument[] |
DocumentClient.getVersions(String sid,
long docId) |
WSDocument[] |
DocumentServiceImpl.list(String sid,
long folderId) |
WSDocument[] |
DocumentService.list(String sid,
long folderId)
Deprecated.
|
WSDocument[] |
DocumentClient.list(String sid,
long folderId)
Deprecated.
|
WSDocument[] |
DocumentServiceImpl.listDocuments(String sid,
long folderId,
String fileName) |
WSDocument[] |
DocumentService.listDocuments(String sid,
long folderId,
String fileName)
Gets a document in a specific folder
|
WSDocument[] |
DocumentClient.listDocuments(String sid,
long folderId,
String fileName) |
Modifier and Type | Method and Description |
---|---|
WSDocument |
DocumentServiceImpl.create(String sid,
WSDocument document,
DataHandler content) |
WSDocument |
DocumentService.create(String sid,
WSDocument document,
DataHandler content)
Create a new document.
|
WSDocument |
DocumentClient.create(String sid,
WSDocument document,
DataHandler content) |
WSDocument |
DocumentClient.create(String sid,
WSDocument document,
File content) |
void |
DocumentServiceImpl.update(String sid,
WSDocument document) |
void |
DocumentService.update(String sid,
WSDocument document)
Updates an existing document with the value object containing the
document's metadata.
|
void |
DocumentClient.update(String sid,
WSDocument document) |
Modifier and Type | Method and Description |
---|---|
WSDocument[] |
SearchServiceImpl.findByFilename(String sid,
String filename) |
WSDocument[] |
SearchService.findByFilename(String sid,
String filename)
Finds authorized documents for the current user the given filename (like
operator is used).
|
WSDocument[] |
SearchClient.findByFilename(String sid,
String filename) |
WSDocument[] |
SearchServiceImpl.findByTag(String sid,
String tag) |
WSDocument[] |
SearchService.findByTag(String sid,
String tag)
Finds authorized documents for the current user having a specified tag.
|
WSDocument[] |
SearchClient.findByTag(String sid,
String tag) |
WSDocument[] |
WSSearchResult.getHits() |
Modifier and Type | Method and Description |
---|---|
void |
WSSearchResult.setHits(WSDocument[] hits) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.