jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.taskforms
Class TaskFormTemplateManager

java.lang.Object
  extended by org.jbpm.designer.taskforms.TaskFormTemplateManager

public class TaskFormTemplateManager
extends Object

Manager for task form templates.


Field Summary
static String TASKFORMS_PATH
           
 
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)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASKFORMS_PATH

public static final String TASKFORMS_PATH
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

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)

jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.