| Package | Description |
|---|---|
| com.suncode.cuf.template | |
| com.suncode.cuf.util.template | |
| com.suncode.cuf.web.dto.template |
| Modifier and Type | Method and Description |
|---|---|
static WordTemplateService.OutputFormat |
WordTemplateService.OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WordTemplateService.OutputFormat[] |
WordTemplateService.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WordTemplateService.generateForProcess(File output,
String templateName,
String processId,
Map<String,Object> mappings,
WordTemplateService.OutputFormat format) |
void |
WordTemplateService.generateForProcess(File output,
String templateName,
String processId,
WordTemplateService.OutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static com.suncode.pwfl.archive.WfDocument |
WordTemplateUtil.archiveAndAttachToProcess(File document,
String processId,
String activityId,
String documentClass,
String template,
WordTemplateService.OutputFormat format,
boolean attachToProcess,
boolean saveAsNewVersion) |
static com.suncode.pwfl.archive.WfDocument |
WordTemplateUtil.attachToProcess(File f,
String process,
String activity,
String template,
String docClass,
WordTemplateService.OutputFormat format,
boolean saveAsNewVersion) |
static String |
WordTemplateUtil.getFileName(String processId,
String template,
WordTemplateService.OutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
WordTemplateService.OutputFormat |
WordTemplateForm.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
WordTemplateForm.setFormat(WordTemplateService.OutputFormat format) |
Copyright © 2017 Suncode. All rights reserved.