Uses of Class
com.logicaldoc.webservice.model.WSTemplate
Packages that use WSTemplate
Package
Description
-
Uses of WSTemplate in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSTemplateMethods in com.logicaldoc.webservice.model with parameters of type WSTemplate -
Uses of WSTemplate in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSTemplateModifier and TypeMethodDescriptionDocumentMetadataService.getTemplate
(String name) Gets template's metadataDocumentMetadataService.getTemplateById
(long templateId) Gets template's metadataMethods in com.logicaldoc.webservice.rest that return types with arguments of type WSTemplateModifier and TypeMethodDescriptionDocumentMetadataService.listTemplates()
Gets metadata of all existing templates.Methods in com.logicaldoc.webservice.rest with parameters of type WSTemplateModifier and TypeMethodDescriptionlong
DocumentMetadataService.storeTemplate
(WSTemplate template) Create/Update a template. -
Uses of WSTemplate in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSTemplateModifier and TypeMethodDescriptionRestDocumentMetadataClient.getTemplate
(String name) RestDocumentMetadataClient.getTemplateById
(long templateId) Methods in com.logicaldoc.webservice.rest.client that return types with arguments of type WSTemplateMethods in com.logicaldoc.webservice.rest.client with parameters of type WSTemplateModifier and TypeMethodDescriptionlong
RestDocumentMetadataClient.storeTemplate
(WSTemplate template) -
Uses of WSTemplate in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSTemplateModifier and TypeMethodDescriptionRestDocumentMetadataService.getTemplate
(String name) RestDocumentMetadataService.getTemplateById
(long templateId) Methods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSTemplateMethods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSTemplateModifier and TypeMethodDescriptionlong
RestDocumentMetadataService.storeTemplate
(WSTemplate template) -
Uses of WSTemplate in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSTemplateModifier and TypeMethodDescriptionDocumentMetadataService.getTemplate
(String sid, String name) Gets template's metadataDocumentMetadataService.getTemplateById
(String sid, long templateId) Gets template's metadataMethods in com.logicaldoc.webservice.soap that return types with arguments of type WSTemplateModifier and TypeMethodDescriptionDocumentMetadataService.listTemplates
(String sid) Gets metadata of all existing templates.Methods in com.logicaldoc.webservice.soap with parameters of type WSTemplateModifier and TypeMethodDescriptionlong
DocumentMetadataService.storeTemplate
(String sid, WSTemplate template) Create/Update a template. -
Uses of WSTemplate in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSTemplateModifier and TypeMethodDescriptionSoapDocumentMetadataClient.getTemplate
(String sid, String name) SoapDocumentMetadataClient.getTemplateById
(String sid, long templateId) Methods in com.logicaldoc.webservice.soap.client that return types with arguments of type WSTemplateMethods in com.logicaldoc.webservice.soap.client with parameters of type WSTemplateModifier and TypeMethodDescriptionlong
SoapDocumentMetadataClient.storeTemplate
(String sid, WSTemplate template) -
Uses of WSTemplate in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSTemplateModifier and TypeMethodDescriptionSoapDocumentMetadataService.getTemplate
(String sid, String name) SoapDocumentMetadataService.getTemplateById
(String sid, long templateId) Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSTemplateMethods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSTemplateModifier and TypeMethodDescriptionlong
SoapDocumentMetadataService.storeTemplate
(String sid, WSTemplate wsTemplate)