|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITaskType | |
---|---|
fr.paris.lutece.plugins.workflow.business.task | |
fr.paris.lutece.plugins.workflow.service |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |