public class TaskFormTemplateManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TASKFORMS_PATH |
| Constructor and Description |
|---|
TaskFormTemplateManager(org.uberfire.backend.vfs.Path myPath,
org.jbpm.formModeler.designer.integration.BPMNFormBuilderService formModelerService,
IDiagramProfile profile,
Asset processAsset,
String templatesPath,
org.eclipse.bpmn2.Definitions def,
String taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateTemplates() |
void |
generateUserTaskForm(org.eclipse.bpmn2.UserTask utask,
org.eclipse.bpmn2.Process process,
List<org.eclipse.bpmn2.Property> processProperties) |
String |
getAssetName() |
String |
getPackageName() |
List<TaskFormInfo> |
getTaskFormInformationList() |
String |
getTemplatesPath() |
void |
processTemplates() |
String |
readFile(String pathname) |
void |
setAssetName(String assetName) |
void |
setPackageName(String packageName) |
void |
setTaskFormInformationList(List<TaskFormInfo> taskFormInformationList) |
void |
setTemplatesPath(String templatesPath) |
public static final String TASKFORMS_PATH
public TaskFormTemplateManager(org.uberfire.backend.vfs.Path myPath,
org.jbpm.formModeler.designer.integration.BPMNFormBuilderService formModelerService,
IDiagramProfile profile,
Asset processAsset,
String templatesPath,
org.eclipse.bpmn2.Definitions def,
String taskId)
public void processTemplates()
public void generateUserTaskForm(org.eclipse.bpmn2.UserTask utask,
org.eclipse.bpmn2.Process process,
List<org.eclipse.bpmn2.Property> processProperties)
public void generateTemplates()
public String readFile(String pathname) throws IOException
IOExceptionpublic List<TaskFormInfo> getTaskFormInformationList()
public String getTemplatesPath()
public void setTemplatesPath(String templatesPath)
public String getAssetName()
public void setAssetName(String assetName)
public void setTaskFormInformationList(List<TaskFormInfo> taskFormInformationList)
public String getPackageName()
public void setPackageName(String packageName)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.