fr.paris.lutece.plugins.workflow.business.task
Interface ITaskFactory

All Known Implementing Classes:
TaskFactory

public interface ITaskFactory

ITaskFactory


Method Summary
 java.util.Collection<ITaskType> getAllTaskType()
           
 ITask getTask(java.lang.String strKey)
          return an instance of Task Object depending on the task type
 

Method Detail

getTask

ITask getTask(java.lang.String strKey)
return an instance of Task Object depending on the task type

Parameters:
strKey - the type task key
Returns:
an instance of Task Object

getAllTaskType

java.util.Collection<ITaskType> getAllTaskType()
Returns:
a collection of TaskType


Copyright © 2011 Mairie de Paris. All Rights Reserved.