Package com.logicaldoc.webservicedoc
Class RestDocumentMetadataSwagger
java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.webservice.soap.endpoint.SoapDocumentMetadataService
com.logicaldoc.webservice.rest.endpoint.RestDocumentMetadataService
com.logicaldoc.webservicedoc.RestDocumentMetadataSwagger
- All Implemented Interfaces:
DocumentMetadataService
,DocumentMetadataService
@Path("/documentMetadata")
public class RestDocumentMetadataSwagger
extends RestDocumentMetadataService
-
Nested Class Summary
Nested classes/interfaces inherited from class com.logicaldoc.webservice.rest.endpoint.RestDocumentMetadataService
RestDocumentMetadataService.SetAttributeOptionsMultipartRequest
-
Constructor Summary
-
Method Summary
Methods inherited from class com.logicaldoc.webservice.rest.endpoint.RestDocumentMetadataService
addAttributeOption, deleteAttributeSet, deleteTemplate, getAttributeOptions, getAttributeSet, getAttributeSetById, getTemplate, getTemplateById, listAttributeSets, listTemplates, setAttributeOptions, setAttributeOptionsPOST, storeAttributeSet, storeTemplate
Methods inherited from class com.logicaldoc.webservice.soap.endpoint.SoapDocumentMetadataService
addAttributeOption, deleteAttributeSet, deleteTemplate, getAccessControlList, getAttributeOptions, getAttributeOptionsByCategory, getAttributeSet, getAttributeSetById, getTemplate, getTemplateById, isReadable, isWritable, listAttributeSets, listTemplates, setAccessControlList, setAttributeOptions, storeAttributeSet, storeTemplate
Methods inherited from class com.logicaldoc.webservice.AbstractService
convertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
-
Constructor Details
-
RestDocumentMetadataSwagger
public RestDocumentMetadataSwagger()
-