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

Packages that use ITaskType
fr.paris.lutece.plugins.workflow.business.task   
fr.paris.lutece.plugins.workflow.service   
fr.paris.lutece.plugins.workflow.service.taskinfo   
 

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

Classes in fr.paris.lutece.plugins.workflow.business.task that implement ITaskType
 class TaskType
          class TaskType
 

Methods in fr.paris.lutece.plugins.workflow.business.task that return ITaskType
 ITaskType Task.getTaskType()
           
 ITaskType ITask.getTaskType()
           
 

Methods in fr.paris.lutece.plugins.workflow.business.task that return types with arguments of type ITaskType
 java.util.Collection<ITaskType> TaskFactory.getAllTaskType()
          
 java.util.Collection<ITaskType> ITaskFactory.getAllTaskType()
           
 

Methods in fr.paris.lutece.plugins.workflow.business.task with parameters of type ITaskType
 void Task.setTaskType(ITaskType taskType)
           
 void ITask.setTaskType(ITaskType taskType)
          set the TaskType object
 

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

Methods in fr.paris.lutece.plugins.workflow.service that return types with arguments of type ITaskType
 java.util.Collection<ITaskType> WorkflowService.getTaskTypeList()
           
 

Uses of ITaskType in fr.paris.lutece.plugins.workflow.service.taskinfo
 

Methods in fr.paris.lutece.plugins.workflow.service.taskinfo that return ITaskType
 ITaskType AbstractTaskInfoProvider.getTaskType()
          Get the task type
 ITaskType ITaskInfoProvider.getTaskType()
          Get the task type
 

Methods in fr.paris.lutece.plugins.workflow.service.taskinfo with parameters of type ITaskType
 void AbstractTaskInfoProvider.setTaskType(ITaskType taskType)
          Set the task type
 void ITaskInfoProvider.setTaskType(ITaskType taskType)
          Set the task type
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.