public interface DocumentTemplatesActions
| Modifier and Type | Method and Description | 
|---|---|
| String | createDocumentFromTemplate()Creates a Document from a template using the selectedTemplateId
 and the changeableDocument. | 
| String | createDocumentFromTemplate(DocumentModel doc)Creates a Document from a template using the selectedTemplateId. | 
| String | createDocumentFromTemplate(DocumentModel doc,
                          String templateId)Creates a Document from a template. | 
| void | documentChildrenChanged()Listener to children changed event. | 
| void | domainChanged()Listener for domain changed event. | 
| String | getSelectedTemplateId()Getter of the selected template id. | 
| String | getTargetType()Getter for type of the document to be created. | 
| DocumentModelList | getTemplates() | 
| DocumentModelList | getTemplates(String targetTypeName) | 
| void | setSelectedTemplateId(String requestedId)Setter for the template to use. | 
| void | setTargetType(String targetType)Setter for the type of document to be created. | 
| DocumentModelList | templatesListFactory()Factory accessor on the getter. | 
DocumentModelList getTemplates() throws ClientException
ClientExceptionDocumentModelList getTemplates(String targetTypeName) throws ClientException
ClientExceptionDocumentModelList templatesListFactory()
String createDocumentFromTemplate(DocumentModel doc, String templateId) throws ClientException
doc - the DocumentModel with edited datatemplateId - the template idClientExceptionString createDocumentFromTemplate(DocumentModel doc) throws ClientException
ClientExceptionString createDocumentFromTemplate() throws ClientException
ClientExceptionString getSelectedTemplateId()
void setSelectedTemplateId(String requestedId)
String getTargetType()
void setTargetType(String targetType)
void documentChildrenChanged()
void domainChanged()
Copyright © 2014 Nuxeo SA. All rights reserved.