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()
DocumentModelList getTemplates(String targetTypeName)
DocumentModelList templatesListFactory()
String createDocumentFromTemplate(DocumentModel doc, String templateId)
doc - the DocumentModel with edited datatemplateId - the template idString createDocumentFromTemplate(DocumentModel doc)
String createDocumentFromTemplate()
String getSelectedTemplateId()
void setSelectedTemplateId(String requestedId)
String getTargetType()
void setTargetType(String targetType)
void documentChildrenChanged()
void domainChanged()
Copyright © 2019 Nuxeo. All rights reserved.