|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.task.TaskFactory
public class TaskFactory
TaskFactory
Constructor Summary | |
---|---|
TaskFactory()
|
Method Summary | |
---|---|
java.util.Collection<ITaskType> |
getAllTaskType()
|
ITask |
getTask(java.lang.String strKey)
return an instance of Task Object depending on the task type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskFactory()
Method Detail |
---|
public ITask getTask(java.lang.String strKey)
getTask
in interface ITaskFactory
strKey
- the type task key
public java.util.Collection<ITaskType> getAllTaskType()
getAllTaskType
in interface ITaskFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |