org.jbpm.designer.taskforms
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) |
Modifier and Type | Method and Description |
---|---|
void |
generateTemplates() |
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)
public void processTemplates()
public void generateTemplates()
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-2013 JBoss by Red Hat. All Rights Reserved.