Uses of Class
org.jbpm.designer.taskforms.TaskFormInfo
-
Packages that use TaskFormInfo Package Description org.jbpm.designer.taskforms org.jbpm.designer.web.server -
-
Uses of TaskFormInfo in org.jbpm.designer.taskforms
Methods in org.jbpm.designer.taskforms that return types with arguments of type TaskFormInfo Modifier and Type Method Description List<TaskFormInfo>TaskFormTemplateManager. getTaskFormInformationList()Methods in org.jbpm.designer.taskforms with parameters of type TaskFormInfo Modifier and Type Method Description protected voidTaskFormTemplateManager. generatePlatformForms(TaskFormInfo tfi)Method parameters in org.jbpm.designer.taskforms with type arguments of type TaskFormInfo Modifier and Type Method Description voidTaskFormTemplateManager. setTaskFormInformationList(List<TaskFormInfo> taskFormInformationList) -
Uses of TaskFormInfo in org.jbpm.designer.web.server
Methods in org.jbpm.designer.web.server with parameters of type TaskFormInfo Modifier and Type Method Description org.json.JSONObjectTaskFormsServlet. storeTaskForm(TaskFormInfo taskForm, String location, Repository repository, String sessionId)
-