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 SummaryNested classes/interfaces inherited from class com.logicaldoc.webservice.rest.endpoint.RestDocumentMetadataServiceRestDocumentMetadataService.SetAttributeOptionsMultipartRequest
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.webservice.rest.endpoint.RestDocumentMetadataServiceaddAttributeOption, deleteAttributeSet, deleteTemplate, getAttributeOptions, getAttributeOptionsByCategory, getAttributeSet, getAttributeSetById, getTemplate, getTemplateById, listAttributeSets, listTemplates, setAttributeOptions, setAttributeOptionsPOST, storeAttributeSet, storeTemplateMethods inherited from class com.logicaldoc.webservice.soap.endpoint.SoapDocumentMetadataServiceaddAttributeOption, deleteAttributeSet, deleteTemplate, getAccessControlList, getAttributeOptions, getAttributeOptionsByCategory, getAttributeSet, getAttributeSetById, getTemplate, getTemplateById, isReadable, isWritable, listAttributeSets, listTemplates, setAccessControlList, setAttributeOptions, storeAttributeSet, storeTemplateMethods inherited from class com.logicaldoc.webservice.AbstractServiceconvertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
- 
Constructor Details- 
RestDocumentMetadataSwaggerpublic RestDocumentMetadataSwagger()
 
-