fr.paris.lutece.plugins.workflow.service.taskinfo
Interface ITaskInfoProvider

All Known Implementing Classes:
AbstractTaskInfoProvider

public interface ITaskInfoProvider

ITaskInfoProvider


Method Summary
 java.lang.String getPluginName()
          Get the plugin name
 java.lang.String getTaskResourceInfo(int nIdHistory, int nIdTask, javax.servlet.http.HttpServletRequest request)
          Get the task resource info
 ITaskType getTaskType()
          Get the task type
 void setTaskType(ITaskType taskType)
          Set the task type
 

Method Detail

setTaskType

void setTaskType(ITaskType taskType)
Set the task type

Parameters:
task - type

getTaskType

ITaskType getTaskType()
Get the task type

Returns:
the task type

getTaskResourceInfo

java.lang.String getTaskResourceInfo(int nIdHistory,
                                     int nIdTask,
                                     javax.servlet.http.HttpServletRequest request)
Get the task resource info

Parameters:
nIdHistory - the id history
nIdTask - the id task
request - the HTTP request
Returns:
the task resource info

getPluginName

java.lang.String getPluginName()
Get the plugin name

Returns:
the plugin name


Copyright © 2012 Mairie de Paris. All Rights Reserved.