Uses of Class
com.logicaldoc.webservice.model.WSDocument
Packages that use WSDocument
Package
Description
-
Uses of WSDocument in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSDocumentModifier and TypeMethodDescriptionWSSearchResult.getHits()static WSDocumentWSUtil.toWSDocument(AbstractDocument document) Methods in com.logicaldoc.webservice.model with parameters of type WSDocumentModifier and TypeMethodDescriptionvoidWSSearchResult.setHits(WSDocument[] hits) static DocumentWSUtil.toDocument(WSDocument wsDoc) -
Uses of WSDocument in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSDocumentModifier 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 folderMethods in com.logicaldoc.webservice.rest with parameters of type WSDocumentModifier and TypeMethodDescriptionDocumentService.create(WSDocument document, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Creates a new documentvoidDocumentService.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
Methods in com.logicaldoc.webservice.rest.client that return WSDocumentModifier 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) Methods in com.logicaldoc.webservice.rest.client with parameters of type WSDocumentModifier and TypeMethodDescriptionRestDocumentClient.create(WSDocument document, File packageFile) RestDocumentClient.create(WSDocument document, javax.activation.DataHandler dataHandler) voidRestDocumentClient.update(WSDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.rest.endpoint
Fields in com.logicaldoc.webservice.rest.endpoint declared as WSDocumentMethods in com.logicaldoc.webservice.rest.endpoint that return WSDocumentModifier 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) Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSDocumentModifier 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/XMLvoidRestDocumentService.update(WSDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSDocumentModifier 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 folderMethods in com.logicaldoc.webservice.soap with parameters of type WSDocumentModifier and TypeMethodDescriptionvoidDocumentService.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.voidDocumentService.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
Methods in com.logicaldoc.webservice.soap.client that return WSDocumentModifier 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) Methods in com.logicaldoc.webservice.soap.client with parameters of type WSDocumentModifier and TypeMethodDescriptionvoidSoapDocumentClient.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, File content) voidSoapDocumentClient.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) voidSoapDocumentClient.update(String sid, WSDocument document) -
Uses of WSDocument in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSDocumentModifier 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) Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSDocumentModifier and TypeMethodDescriptionvoidSoapDocumentService.checkin(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) voidSoapDocumentService.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) voidSoapDocumentService.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) voidSoapDocumentService.update(String sid, WSDocument document)