public abstract class AbstractFormsTask
extends fr.paris.lutece.plugins.workflowcore.service.task.SimpleTask
Constructor and Description |
---|
AbstractFormsTask(IFormsTaskService formsTaskService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
processTask(fr.paris.lutece.plugins.forms.business.FormResponse formResponse,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Processes the task for the specified form response
|
void |
processTask(int nIdHistory,
javax.servlet.http.HttpServletRequest request,
Locale locale) |
protected abstract void |
saveTaskInformation(int nIdHistory)
Process the task to save the information and create history
|
doRemoveConfig, doRemoveTaskInformation, getTaskFormEntries, init
getAction, getId, getOrder, getTaskType, setAction, setId, setOrder, setTaskType
public AbstractFormsTask(IFormsTaskService formsTaskService)
formsTaskService
- the form task servicepublic void processTask(int nIdHistory, javax.servlet.http.HttpServletRequest request, Locale locale)
protected abstract void processTask(fr.paris.lutece.plugins.forms.business.FormResponse formResponse, javax.servlet.http.HttpServletRequest request, Locale locale)
formResponse
- the form responserequest
- the requestlocale
- the localeprotected abstract void saveTaskInformation(int nIdHistory)
idHistory
- idHistoryCopyright © 2019 City of Paris. All rights reserved.