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,
BPMNFormBuilderManager formBuilderManager,
IDiagramProfile profile,
Asset processAsset,
String templatesPath,
org.eclipse.bpmn2.Definitions def,
String taskId,
String formType) |
Modifier and Type | Method and Description |
---|---|
protected void |
generatePlatformForms(TaskFormInfo tfi) |
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, BPMNFormBuilderManager formBuilderManager, IDiagramProfile profile, Asset processAsset, String templatesPath, org.eclipse.bpmn2.Definitions def, String taskId, String formType)
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()
protected void generatePlatformForms(TaskFormInfo tfi) throws UnsupportedOperationException
UnsupportedOperationException
public String readFile(String pathname) throws IOException
IOException
public 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–2020 JBoss by Red Hat. All rights reserved.