Package com.logicaldoc.webservicedoc
Class RestDocumentSwagger
- java.lang.Object
-
- com.logicaldoc.webservice.AbstractService
-
- com.logicaldoc.webservice.soap.endpoint.SoapDocumentService
-
- com.logicaldoc.webservice.rest.endpoint.RestDocumentService
-
- com.logicaldoc.webservicedoc.RestDocumentSwagger
-
- All Implemented Interfaces:
DocumentService
,DocumentService
@Path("/document") public class RestDocumentSwagger extends RestDocumentService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.logicaldoc.webservice.rest.endpoint.RestDocumentService
RestDocumentService.CheckinDocumentMultipartRequest, RestDocumentService.CreateDocumentMultipartRequest, RestDocumentService.ReplaceFileMultipartRequest, RestDocumentService.UploadDocumentMultipartRequest, RestDocumentService.UploadResourceMultipartRequest
-
-
Constructor Summary
Constructors Constructor Description RestDocumentSwagger()
-
Method Summary
-
Methods inherited from class com.logicaldoc.webservice.rest.endpoint.RestDocumentService
addNote, checkin, checkout, copy, create, createAlias, createDownloadTicket, createPdf, createThumbnail, delete, deleteLink, deleteNote, deleteVersion, getAliases, getContent, getDocument, getDocumentByCustomId, getDocuments, getExtractedText, getLinks, getNotes, getRatings, getRecentDocuments, getResource, getThumbnail, getVersionContent, getVersions, isReadable, link, list, listDocuments, lock, move, promoteVersion, rateDocument, reindex, rename, replaceFile, restore, saveNote, sendEmail, setPassword, unlock, unprotect, unsetPassword, update, upload, uploadResource
-
Methods inherited from class com.logicaldoc.webservice.soap.endpoint.SoapDocumentService
addNote, checkin, checkin, checkinDocument, checkinDocument, checkout, copy, create, create, createAlias, createDownloadTicket, createPdf, createThumbnail, delete, deleteLink, deleteNote, deleteVersion, getAliases, getContent, getDocument, getDocumentByCustomId, getDocuments, getExtractedText, getLinks, getNotes, getRatings, getRecentDocuments, getResource, getVersion, getVersionContent, getVersions, isReadable, link, listDocuments, lock, move, promoteVersion, rateDocument, reindex, rename, replaceFile, restore, saveNote, sendEmail, setPassword, unlock, unprotect, unsetPassword, update, upload, uploadResource
-
Methods inherited from class com.logicaldoc.webservice.AbstractService
convertDateToString, convertStringToDate, getContext, getMessageContext, isValidateSession, setContext, setMessageContext, setValidateSession
-
-