| Package | Description |
|---|---|
| com.suncode.cuf.template | |
| com.suncode.cuf.util.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.generateForActivity(File output,
String templateName,
String processId,
String activityId,
Map<String,Object> mappings,
WordTemplateService.OutputFormat format) |
void |
WordTemplateService.generateForActivity(File output,
String templateName,
String processId,
String activityId,
Map<String,Object> mappings,
WordTemplateService.OutputFormat format,
long fileId) |
void |
WordTemplateService.generateForActivity(File output,
String templateName,
String processId,
String activityId,
Map<String,Object> mappings,
WordTemplateService.OutputFormat format,
String templatePath) |
void |
WordTemplateService.generateForActivity(File output,
String templateName,
String processId,
String activityId,
WordTemplateService.OutputFormat format) |
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,
Map<String,Object> mappings,
WordTemplateService.OutputFormat format,
long fileId) |
void |
WordTemplateService.generateForProcess(File output,
String templateName,
String processId,
Map<String,Object> mappings,
WordTemplateService.OutputFormat format,
String templatePath) |
void |
WordTemplateService.generateForProcess(File output,
String templateName,
String processId,
WordTemplateService.OutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static WfDocument |
WordTemplateUtil.archiveAndAttachToProcess(File document,
String processId,
String activityId,
String documentClass,
String template,
WordTemplateService.OutputFormat format,
boolean attachToProcess,
boolean saveAsNewVersion) |
static WfDocument |
WordTemplateUtil.archiveAndAttachToProcess(File document,
String processId,
String activityId,
String documentClass,
String template,
WordTemplateService.OutputFormat format,
boolean attachToProcess,
boolean saveAsNewVersion,
String customFileName) |
static WfDocument |
WordTemplateUtil.archiveAndAttachToProcess(File document,
String processId,
String activityId,
String documentClass,
String template,
WordTemplateService.OutputFormat format,
boolean attachToProcess,
boolean saveAsNewVersion,
String customFileName,
String fileDescription,
Map<Long,Object> indexes) |
static WfDocument |
WordTemplateUtil.attachToProcess(File f,
String process,
String activity,
String template,
String docClass,
WordTemplateService.OutputFormat format,
boolean saveAsNewVersion) |
static WfDocument |
WordTemplateUtil.attachToProcess(File file,
String process,
String activity,
String template,
String docClass,
WordTemplateService.OutputFormat format,
boolean saveAsNewVersion,
String customFileName) |
static WfDocument |
WordTemplateUtil.attachToProcess(File file,
String process,
String activity,
String template,
String docClass,
WordTemplateService.OutputFormat format,
boolean saveAsNewVersion,
String customFileName,
String fileDescription,
Map<Long,Object> indexes)
Deprecated.
|
static String |
WordTemplateUtil.getFileName(String processId,
String template,
WordTemplateService.OutputFormat format) |
Copyright © 2023 Suncode. All rights reserved.