Uses of Class
com.logicaldoc.webservice.model.WSTemplate
-
-
Uses of WSTemplate in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSTemplate Modifier and Type Method Description static WSTemplateWSUtil. toWSTemplate(Template template)Methods in com.logicaldoc.webservice.model with parameters of type WSTemplate Modifier and Type Method Description static TemplateWSUtil. toTemplate(WSTemplate wsTemplate) -
Uses of WSTemplate in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSTemplate Modifier and Type Method Description WSTemplateDocumentMetadataService. getTemplate(String name)Gets template's metadataWSTemplateDocumentMetadataService. getTemplateById(long templateId)Gets template's metadataWSTemplate[]DocumentMetadataService. listTemplates()Gets metadata of all existing templates.Methods in com.logicaldoc.webservice.rest with parameters of type WSTemplate Modifier and Type Method Description longDocumentMetadataService. 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 WSTemplate Modifier and Type Method Description WSTemplateRestDocumentMetadataClient. getTemplate(String name)WSTemplateRestDocumentMetadataClient. getTemplateById(long templateId)WSTemplate[]RestDocumentMetadataClient. listTemplates()Methods in com.logicaldoc.webservice.rest.client with parameters of type WSTemplate Modifier and Type Method Description longRestDocumentMetadataClient. storeTemplate(WSTemplate template) -
Uses of WSTemplate in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSTemplate Modifier and Type Method Description WSTemplateRestDocumentMetadataService. getTemplate(String name)WSTemplateRestDocumentMetadataService. getTemplateById(long templateId)WSTemplate[]RestDocumentMetadataService. listTemplates()Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSTemplate Modifier and Type Method Description longRestDocumentMetadataService. storeTemplate(WSTemplate template) -
Uses of WSTemplate in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSTemplate Modifier and Type Method Description WSTemplateDocumentMetadataService. getTemplate(String sid, String name)Gets template's metadataWSTemplateDocumentMetadataService. getTemplateById(String sid, long templateId)Gets template's metadataWSTemplate[]DocumentMetadataService. listTemplates(String sid)Gets metadata of all existing templates.Methods in com.logicaldoc.webservice.soap with parameters of type WSTemplate Modifier and Type Method Description longDocumentMetadataService. 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 WSTemplate Modifier and Type Method Description WSTemplateSoapDocumentMetadataClient. getTemplate(String sid, String name)WSTemplateSoapDocumentMetadataClient. getTemplateById(String sid, long templateId)WSTemplate[]SoapDocumentMetadataClient. listTemplates(String sid)Methods in com.logicaldoc.webservice.soap.client with parameters of type WSTemplate Modifier and Type Method Description longSoapDocumentMetadataClient. storeTemplate(String sid, WSTemplate template) -
Uses of WSTemplate in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSTemplate Modifier and Type Method Description WSTemplateSoapDocumentMetadataService. getTemplate(String sid, String name)WSTemplateSoapDocumentMetadataService. getTemplateById(String sid, long templateId)WSTemplate[]SoapDocumentMetadataService. listTemplates(String sid)Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSTemplate Modifier and Type Method Description longSoapDocumentMetadataService. storeTemplate(String sid, WSTemplate template)
-