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

All Superinterfaces:
org.springframework.beans.factory.InitializingBean
All Known Implementing Classes:
AbstractTaskInfoProvider

public interface ITaskInfoProvider
extends org.springframework.beans.factory.InitializingBean

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
 fr.paris.lutece.plugins.workflowcore.business.task.ITaskType getTaskType()
          Get the task type
 void setTaskType(fr.paris.lutece.plugins.workflowcore.business.task.ITaskType taskType)
          Set the task type
 
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
 

Method Detail

setTaskType

void setTaskType(fr.paris.lutece.plugins.workflowcore.business.task.ITaskType taskType)
Set the task type

Parameters:
taskType - the task type

getTaskType

fr.paris.lutece.plugins.workflowcore.business.task.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.