|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentTemplatesActions
Stateful Seam component.
| Method Summary | |
|---|---|
java.lang.String |
createDocumentFromTemplate()
Creates a Document from a template using the selectedTemplateId and the changeableDocument. |
java.lang.String |
createDocumentFromTemplate(DocumentModel doc)
Creates a Document from a template using the selectedTemplateId. |
java.lang.String |
createDocumentFromTemplate(DocumentModel doc,
java.lang.String templateId)
Creates a Document from a template. |
void |
destroy()
Removes the components. |
void |
documentChildrenChanged(DocumentModel targetDoc)
Listener to children changed event. |
void |
domainChanged(DocumentModel targetDoc)
Listener for domain changed event. |
java.lang.String |
getSelectedTemplateId()
Getter of the selected template id. |
java.lang.String |
getTargetType()
Getter for type of the document to be created. |
DocumentModelList |
getTemplates()
|
DocumentModelList |
getTemplates(java.lang.String targetTypeName)
|
void |
setSelectedTemplateId(java.lang.String requestedId)
Setter for the template to use. |
void |
setTargetType(java.lang.String targetType)
Setter for the type of document to be created. |
DocumentModelList |
templatesListFactory()
Factory accessor on the getter. |
| Method Detail |
|---|
void destroy()
DocumentModelList getTemplates()
throws ClientException
ClientException
DocumentModelList getTemplates(java.lang.String targetTypeName)
throws ClientException
ClientExceptionDocumentModelList templatesListFactory()
java.lang.String createDocumentFromTemplate(DocumentModel doc,
java.lang.String templateId)
throws ClientException
doc - the DocumentModel with edited datatemplateId - the template id
ClientException
java.lang.String createDocumentFromTemplate(DocumentModel doc)
throws ClientException
ClientException
java.lang.String createDocumentFromTemplate()
throws ClientException
ClientExceptionjava.lang.String getSelectedTemplateId()
void setSelectedTemplateId(java.lang.String requestedId)
java.lang.String getTargetType()
void setTargetType(java.lang.String targetType)
void documentChildrenChanged(DocumentModel targetDoc)
void domainChanged(DocumentModel targetDoc)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||