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, getAttributeOptions, getAttributeOptionsByCategory, getAttributeSet, getAttributeSetById, getGrantedGroups, getGrantedUsers, getTemplate, getTemplateById, grantGroupToTemplate, grantUserToTemplate, isTemplateReadable, isTemplateWritable, listAttributeSets, listTemplates, setAttributeOptions, storeAttributeSet, storeTemplate
Methods inherited from class com.logicaldoc.webservice.AbstractService
convertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
-
Constructor Details
-
RestDocumentMetadataSwagger
public RestDocumentMetadataSwagger()
-