Uses of Class
com.logicaldoc.webservice.model.WSDocument
Package
Description
-
Uses of WSDocument in com.logicaldoc.webservice.model
Modifier and TypeMethodDescriptionWSSearchResult.getHits()
static WSDocument
WSUtil.toWSDocument
(AbstractDocument document) Modifier and TypeMethodDescriptionvoid
WSSearchResult.setHits
(WSDocument[] hits) static Document
WSUtil.toDocument
(WSDocument wsDoc) -
Uses of WSDocument in com.logicaldoc.webservice.rest
Modifier and TypeMethodDescriptionDocumentService.copy
(long docId, long folderId, boolean links, boolean notes) Copies a document into another folderDocumentService.create
(WSDocument document, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Creates a new documentDocumentService.createAlias
(long docId, long folderId, String type) Creates a new document alias for the given document inside a specified folderSearchService.findByFilename
(String filename) Finds authorized documents for the current user the given filename (like operator is used)TagService.findDocumentsByTag
(String tag) Finds authorized documents for the current user having a specified tagDocumentService.getAliases
(long docId) Gets the aliases of the given documentDocumentService.getDocument
(long docId) Retrieves a document from the databaseDocumentService.getDocumentByCustomId
(String customId) Gets document metadata of an existing document with the given custom identifierDocumentService.getDocuments
(Long[] docIds) Gets document metadata of a collection of existing documents with the given identifiersDocumentService.getRecentDocuments
(Integer maxHits) Lists of last modified documents of the current sessionDocumentService.getVersions
(long docId) Gets the version history of an existing document with the given identifierDocumentService.list
(long folderId) Lists the documents in a folderDocumentService.listDocuments
(long folderId, String fileName) Lists the documents in a folderModifier and TypeMethodDescriptionDocumentService.create
(WSDocument document, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Creates a new documentvoid
DocumentService.update
(WSDocument document) Updates an existing document with the value object containing the document's metadata. -
Uses of WSDocument in com.logicaldoc.webservice.rest.client
Modifier and TypeMethodDescriptionRestDocumentClient.create
(WSDocument document, File packageFile) RestDocumentClient.create
(WSDocument document, javax.activation.DataHandler dataHandler) RestTagClient.findDocumentsByTag
(String tag) RestDocumentClient.getDocument
(long docId) RestDocumentClient.list
(long folderId) RestDocumentClient.listDocuments
(long folderId, String fileName) Modifier and TypeMethodDescriptionRestDocumentClient.create
(WSDocument document, File packageFile) RestDocumentClient.create
(WSDocument document, javax.activation.DataHandler dataHandler) void
RestDocumentClient.update
(WSDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.rest.endpoint
Modifier and TypeMethodDescriptionRestDocumentService.copy
(long docId, long folderId, boolean links, boolean notes) RestDocumentService.create
(WSDocument document, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Creates a new document using the metadata document object provided as JSON/XMLRestDocumentService.createAlias
(long docId, long folderId, String type) RestSearchService.findByFilename
(String filename) RestTagService.findDocumentsByTag
(String tag) RestDocumentService.getAliases
(long docId) RestDocumentService.getDocument
(long docId) RestDocumentService.getDocumentByCustomId
(String customId) RestDocumentService.getDocuments
(Long[] docIds) RestDocumentService.getRecentDocuments
(Integer maxHits) RestDocumentService.getVersions
(long docId) RestDocumentService.list
(long folderId) RestDocumentService.listDocuments
(long folderId, String fileName) Modifier and TypeMethodDescriptionRestDocumentService.create
(WSDocument document, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Creates a new document using the metadata document object provided as JSON/XMLvoid
RestDocumentService.update
(WSDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.soap
Modifier and TypeMethodDescriptionCopies a document into another folder.DocumentService.create
(String sid, WSDocument document, javax.activation.DataHandler content) Create a new document.DocumentService.createAlias
(String sid, long docId, long folderId, String type) Creates a new document alias for the given document inside a specified folderSearchService.findByFilename
(String sid, String filename) Finds authorized documents for the current user the given filename (like operator is used)TagService.findDocumentsByTag
(String sid, String tag) Finds authorized documents for the current user having a specified tagDocumentService.getAliases
(String sid, long docId) Gets the aliases of the given documentDocumentService.getDocument
(String sid, long docId) Gets the metadata of an existing document with the given identifierDocumentService.getDocumentByCustomId
(String sid, String customId) Gets document metadata of an existing document with the given custom identifierDocumentService.getDocuments
(String sid, Long[] docIds) Gets document metadata of a collection of existing documents with the given identifiersDocumentService.getRecentDocuments
(String sid, Integer maxHits) Lists of last modified documents of the current session.DocumentService.getVersion
(String sid, long docId, String version) Gets a specific versionDocumentService.getVersions
(String sid, long docId) Gets the version history of an existing document with the given identifierDocumentService.listDocuments
(String sid, long folderId, String fileName) Gets a document in a specific folderModifier and TypeMethodDescriptionvoid
DocumentService.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) Checks in an existing document with the given identifier to create a new version.DocumentService.create
(String sid, WSDocument document, javax.activation.DataHandler content) Create a new document.void
DocumentService.update
(String sid, WSDocument document) Updates an existing document with the value object containing the document's metadata -
Uses of WSDocument in com.logicaldoc.webservice.soap.client
Modifier and TypeMethodDescriptionSoapDocumentClient.create
(String sid, WSDocument document, File content) SoapDocumentClient.create
(String sid, WSDocument document, javax.activation.DataHandler content) SoapDocumentClient.createAlias
(String sid, long docId, long folderId, String type) SoapSearchClient.findByFilename
(String sid, String filename) SoapTagClient.findDocumentsByTag
(String sid, String tag) SoapDocumentClient.getAliases
(String sid, long docId) SoapDocumentClient.getDocument
(String sid, long docId) SoapDocumentClient.getDocumentByCustomId
(String sid, String customId) SoapDocumentClient.getDocuments
(String sid, Long[] docIds) SoapDocumentClient.getRecentDocuments
(String sid, Integer max) SoapDocumentClient.getVersion
(String sid, long docId, String version) SoapDocumentClient.getVersions
(String sid, long docId) SoapDocumentClient.listDocuments
(String sid, long folderId, String fileName) Modifier and TypeMethodDescriptionvoid
SoapDocumentClient.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, File content) void
SoapDocumentClient.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) SoapDocumentClient.create
(String sid, WSDocument document, File content) SoapDocumentClient.create
(String sid, WSDocument document, javax.activation.DataHandler content) void
SoapDocumentClient.update
(String sid, WSDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.soap.endpoint
Modifier and TypeMethodDescriptionSoapDocumentService.create
(String sid, WSDocument document, InputStream content) SoapDocumentService.create
(String sid, WSDocument document, javax.activation.DataHandler content) SoapDocumentService.createAlias
(String sid, long docId, long folderId, String type) SoapSearchService.findByFilename
(String sid, String filename) SoapTagService.findDocumentsByTag
(String sid, String tag) SoapDocumentService.getAliases
(String sid, long docId) SoapDocumentService.getDocument
(String sid, long docId) SoapDocumentService.getDocumentByCustomId
(String sid, String customId) SoapDocumentService.getDocuments
(String sid, Long[] docIds) SoapDocumentService.getRecentDocuments
(String sid, Integer max) SoapDocumentService.getVersion
(String sid, long docId, String version) SoapDocumentService.getVersions
(String sid, long docId) SoapDocumentService.listDocuments
(String sid, long folderId, String fileName) Modifier and TypeMethodDescriptionvoid
SoapDocumentService.checkin
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) void
SoapDocumentService.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) void
SoapDocumentService.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) SoapDocumentService.create
(String sid, WSDocument document, InputStream content) SoapDocumentService.create
(String sid, WSDocument document, javax.activation.DataHandler content) void
SoapDocumentService.update
(String sid, WSDocument document)