Uses of Class
com.logicaldoc.webservice.model.WSDocument
Package
Description
-
Uses of WSDocument in com.logicaldoc.webservice.model
Modifier and TypeMethodDescriptionstatic WSDocument
WSUtil.toWSDocument
(AbstractDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.rest
Modifier and TypeMethodDescriptionDocumentService.copy
(long docId, long folderId, boolean links, boolean notes, boolean security) 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 folderDocumentService.getDocument
(long docId) Retrieves a document from the databaseDocumentService.getDocumentByCustomId
(String customId) Gets document metadata of an existing document with the given custom identifierModifier and TypeMethodDescriptionSearchService.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.getDocuments
(List<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 folderDocumentService.listPaginated
(long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific 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) RestDocumentClient.getDocument
(long docId) Modifier and TypeMethodDescriptionRestTagClient.findDocumentsByTag
(String tag) RestDocumentClient.list
(long folderId) RestDocumentClient.listDocuments
(long folderId, String fileName) RestDocumentClient.listPaginated
(long folderId, String fileName, String sort, Integer page, Integer max) 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, boolean security) 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) RestDocumentService.getDocument
(long docId) RestDocumentService.getDocumentByCustomId
(String customId) Modifier and TypeMethodDescriptionRestSearchService.findByFilename
(String filename) RestTagService.findDocumentsByTag
(String tag) RestDocumentService.getAliases
(long docId) RestDocumentService.getDocuments
(List<Long> docIds) RestDocumentService.getRecentDocuments
(Integer maxHits) RestDocumentService.getVersions
(long docId) RestDocumentService.list
(long folderId) RestDocumentService.listDocuments
(long folderId, String fileName) RestDocumentService.listPaginated
(long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderModifier 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 TypeMethodDescriptionDocumentService.copy
(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) Copies 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 folderDocumentService.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.getVersion
(String sid, long docId, String version) Gets a specific versionModifier and TypeMethodDescriptionSearchService.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.getDocuments
(String sid, List<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.getVersions
(String sid, long docId) Gets the version history of an existing document with the given identifierDocumentService.list
(String sid, long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderDocumentService.listDocuments
(String sid, long folderId, String fileName) Gets the documents 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.copy
(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) SoapDocumentClient.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) SoapDocumentClient.getDocument
(String sid, long docId) SoapDocumentClient.getDocumentByCustomId
(String sid, String customId) SoapDocumentClient.getVersion
(String sid, long docId, String version) Modifier and TypeMethodDescriptionSoapSearchClient.findByFilename
(String sid, String filename) SoapTagClient.findDocumentsByTag
(String sid, String tag) SoapDocumentClient.getAliases
(String sid, long docId) SoapDocumentClient.getDocuments
(String sid, List<Long> docIds) SoapDocumentClient.getRecentDocuments
(String sid, Integer max) SoapDocumentClient.getVersions
(String sid, long docId) SoapDocumentClient.list
(String sid, long folderId, String fileName, String sort, Integer page, Integer max) 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.copy
(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) SoapDocumentService.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) SoapDocumentService.getDocument
(String sid, long docId) SoapDocumentService.getDocumentByCustomId
(String sid, String customId) SoapDocumentService.getVersion
(String sid, long docId, String version) Modifier and TypeMethodDescriptionSoapSearchService.findByFilename
(String sid, String filename) SoapTagService.findDocumentsByTag
(String sid, String tag) SoapDocumentService.getAliases
(String sid, long docId) SoapDocumentService.getDocuments
(String sid, List<Long> docIds) SoapDocumentService.getRecentDocuments
(String sid, Integer max) SoapDocumentService.getVersions
(String sid, long docId) SoapDocumentService.list
(String sid, long folderId, String fileName, String sort, Integer page, Integer max) 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)