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 WSTemplate
WSUtil. toWSTemplate(Template template)
Methods in com.logicaldoc.webservice.model with parameters of type WSTemplate Modifier and Type Method Description static Template
WSUtil. 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 WSTemplate
DocumentMetadataService. getTemplate(String name)
Gets template's metadataWSTemplate
DocumentMetadataService. 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 long
DocumentMetadataService. storeTemplate(WSTemplate template)
Create/Update a 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 WSTemplate
RestDocumentMetadataService. getTemplate(String name)
WSTemplate
RestDocumentMetadataService. getTemplateById(long templateId)
WSTemplate[]
RestDocumentMetadataService. listTemplates()
Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSTemplate Modifier and Type Method Description long
RestDocumentMetadataService. 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 WSTemplate
DocumentMetadataService. getTemplate(String sid, String name)
Gets template's metadataWSTemplate
DocumentMetadataService. 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 long
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 WSTemplate Modifier and Type Method Description WSTemplate
SoapDocumentMetadataClient. getTemplate(String sid, String name)
WSTemplate
SoapDocumentMetadataClient. 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 long
SoapDocumentMetadataClient. 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 WSTemplate
SoapDocumentMetadataService. getTemplate(String sid, String name)
WSTemplate
SoapDocumentMetadataService. 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 long
SoapDocumentMetadataService. storeTemplate(String sid, WSTemplate template)
-