|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.task.Task
fr.paris.lutece.plugins.workflow.modules.taskcomment.business.TaskComment
public class TaskComment
TaskComment
Constructor Summary | |
---|---|
TaskComment()
|
Method Summary | |
---|---|
void |
doRemoveConfig(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the task configuration |
void |
doRemoveTaskInformation(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove taskInformation associate to the history |
java.lang.String |
doSaveConfig(javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Perform the task configuration |
java.lang.String |
doValidateTask(int nIdResource,
java.lang.String strResourceType,
javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
validates the user input associated to the task |
java.lang.String |
getDisplayConfigForm(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
returns the informations which must be displayed in the task configuration |
java.lang.String |
getDisplayTaskForm(int nIdResource,
java.lang.String strResourceType,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
returns the informations which must be displayed in the tasks form |
java.lang.String |
getDisplayTaskInformation(int nIdHistory,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
return for a document the informations store during processing task |
fr.paris.lutece.util.ReferenceList |
getTaskFormEntries(fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
returns the entries of the task form |
java.lang.String |
getTaskInformationXml(int idHistory,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
return a xml wich contains for a document the informations store during processing task |
java.lang.String |
getTitle(fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
returns the task title |
void |
init()
Initialize the task |
boolean |
isConfigRequire()
|
boolean |
isFormTaskRequire()
|
boolean |
isTaskForActionAutomatic()
|
void |
processTask(int nIdResourceHistory,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
Process the task |
Methods inherited from class fr.paris.lutece.plugins.workflow.business.task.Task |
---|
getAction, getId, getTaskType, setAction, setId, setTaskType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskComment()
Method Detail |
---|
public void init()
ITask
public java.lang.String doSaveConfig(javax.servlet.http.HttpServletRequest request, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITask
request
- requestlocale
- localeplugin
- plugin
public java.lang.String doValidateTask(int nIdResource, java.lang.String strResourceType, javax.servlet.http.HttpServletRequest request, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITask
nIdResource
- the resource idstrResourceType
- the resource typerequest
- requestlocale
- localeplugin
- the plugin
public java.lang.String getDisplayConfigForm(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
request
- requestplugin
- pluginlocale
- locale
public java.lang.String getDisplayTaskForm(int nIdResource, java.lang.String strResourceType, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
nIdResource
- the resource idstrResourceType
- the resource typerequest
- requestplugin
- pluginlocale
- locale
public java.lang.String getDisplayTaskInformation(int nIdHistory, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
nIdHistory
- the document idrequest
- the requestplugin
- the pluginlocale
- locale
public void processTask(int nIdResourceHistory, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
nIdResourceHistory
- the resource history idrequest
- the requestplugin
- pluginlocale
- localepublic void doRemoveConfig(fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITask
plugin
- pluginpublic boolean isConfigRequire()
public boolean isFormTaskRequire()
public void doRemoveTaskInformation(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITask
nIdHistory
- the document idplugin
- pluginpublic java.lang.String getTaskInformationXml(int idHistory, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
idHistory
- the document idrequest
- the requestplugin
- the pluginlocale
- locale
public java.lang.String getTitle(fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
plugin
- pluginlocale
- locale
public fr.paris.lutece.util.ReferenceList getTaskFormEntries(fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITask
plugin
- pluginlocale
- locale
public boolean isTaskForActionAutomatic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |