Uses of Class
com.logicaldoc.webservice.model.WSTemplate
Packages that use WSTemplate
Package
Description
- 
Uses of WSTemplate in com.logicaldoc.webservice.modelMethods 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.restMethods 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 TypeMethodDescriptionlongDocumentMetadataService.storeTemplate(WSTemplate template) Create/Update a template.
- 
Uses of WSTemplate in com.logicaldoc.webservice.rest.clientMethods 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 TypeMethodDescriptionlongRestDocumentMetadataClient.storeTemplate(WSTemplate template) 
- 
Uses of WSTemplate in com.logicaldoc.webservice.rest.endpointMethods 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 TypeMethodDescriptionlongRestDocumentMetadataService.storeTemplate(WSTemplate template) 
- 
Uses of WSTemplate in com.logicaldoc.webservice.soapMethods 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 TypeMethodDescriptionlongDocumentMetadataService.storeTemplate(String sid, WSTemplate template) Create/Update a template.
- 
Uses of WSTemplate in com.logicaldoc.webservice.soap.clientMethods 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 TypeMethodDescriptionlongSoapDocumentMetadataClient.storeTemplate(String sid, WSTemplate template) 
- 
Uses of WSTemplate in com.logicaldoc.webservice.soap.endpointMethods 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 TypeMethodDescriptionlongSoapDocumentMetadataService.storeTemplate(String sid, WSTemplate wsTemplate)