Uses of Interface
fr.paris.lutece.plugins.workflow.business.task.ITask

Packages that use ITask
fr.paris.lutece.plugins.workflow.business.task   
fr.paris.lutece.plugins.workflow.modules.taskassignment.business   
fr.paris.lutece.plugins.workflow.modules.taskcomment.business   
fr.paris.lutece.plugins.workflow.modules.tasknotification.business   
fr.paris.lutece.plugins.workflow.service   
 

Uses of ITask in fr.paris.lutece.plugins.workflow.business.task
 

Classes in fr.paris.lutece.plugins.workflow.business.task that implement ITask
 class Task
           
 

Methods in fr.paris.lutece.plugins.workflow.business.task that return ITask
static ITask TaskHome.findByPrimaryKey(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Load the Task Object
 ITask TaskFactory.getTask(java.lang.String strKey)
          return an instance of Task Object depending on the task type
 ITask ITaskFactory.getTask(java.lang.String strKey)
          return an instance of Task Object depending on the task type
 ITask TaskDAO.load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
           
 ITask ITaskDAO.load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Load the task Object
 

Methods in fr.paris.lutece.plugins.workflow.business.task that return types with arguments of type ITask
static java.util.List<ITask> TaskHome.getListTaskByIdAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Select all tasks associated to the action
 java.util.List<ITask> TaskDAO.selectTaskByIdAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
           
 java.util.List<ITask> ITaskDAO.selectTaskByIdAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          select all task associated width the action specified in parameter
 

Methods in fr.paris.lutece.plugins.workflow.business.task with parameters of type ITask
static void TaskHome.create(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of task
 void TaskDAO.insert(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void ITaskDAO.insert(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void TaskDAO.store(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void ITaskDAO.store(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          update record in the table.
static void TaskHome.update(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of task which is specified in parameter
 

Uses of ITask in fr.paris.lutece.plugins.workflow.modules.taskassignment.business
 

Classes in fr.paris.lutece.plugins.workflow.modules.taskassignment.business that implement ITask
 class TaskAssignment
          TaskComment
 

Uses of ITask in fr.paris.lutece.plugins.workflow.modules.taskcomment.business
 

Classes in fr.paris.lutece.plugins.workflow.modules.taskcomment.business that implement ITask
 class TaskComment
          TaskComment
 

Uses of ITask in fr.paris.lutece.plugins.workflow.modules.tasknotification.business
 

Classes in fr.paris.lutece.plugins.workflow.modules.tasknotification.business that implement ITask
 class TaskNotification
          TaskComment
 

Uses of ITask in fr.paris.lutece.plugins.workflow.service
 

Methods in fr.paris.lutece.plugins.workflow.service that return ITask
 ITask WorkflowService.getTaskInstance(java.lang.String strKey, java.util.Locale locale)
          return an instance of Task Object depending on the task type
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.