org.jbpm.designer.taskforms
Class TaskFormTemplateManager
java.lang.Object
org.jbpm.designer.taskforms.TaskFormTemplateManager
public class TaskFormTemplateManager
- extends Object
Manager for task form templates.
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TASKFORMS_PATH
public static final String TASKFORMS_PATH
- See Also:
- Constant Field Values
TaskFormTemplateManager
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)
processTemplates
public void processTemplates()
generateTemplates
public void generateTemplates()
readFile
public String readFile(String pathname)
throws IOException
- Throws:
IOException
getTaskFormInformationList
public List<TaskFormInfo> getTaskFormInformationList()
getTemplatesPath
public String getTemplatesPath()
setTemplatesPath
public void setTemplatesPath(String templatesPath)
getAssetName
public String getAssetName()
setAssetName
public void setAssetName(String assetName)
setTaskFormInformationList
public void setTaskFormInformationList(List<TaskFormInfo> taskFormInformationList)
getPackageName
public String getPackageName()
setPackageName
public void setPackageName(String packageName)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.