jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.TaskDef

Packages that use TaskDef
org.droolsjbpm.services.api.bpmn2   
org.droolsjbpm.services.impl.bpmn2   
org.jbpm.task.api   
org.jbpm.task.deadlines   
org.jbpm.task.impl   
org.jbpm.task.impl.command   
org.jbpm.task.impl.factories   
org.jbpm.task.subtask   
 

Uses of TaskDef in org.droolsjbpm.services.api.bpmn2
 

Methods in org.droolsjbpm.services.api.bpmn2 that return types with arguments of type TaskDef
 Collection<TaskDef> BPMN2DataService.getAllTasksDef(String processId)
           
 

Uses of TaskDef in org.droolsjbpm.services.impl.bpmn2
 

Methods in org.droolsjbpm.services.impl.bpmn2 that return types with arguments of type TaskDef
 Collection<TaskDef> BPMN2DataServiceImpl.getAllTasksDef(String processId)
           
 Map<String,TaskDef> ProcessDescRepoHelper.getTasks()
           
 

Uses of TaskDef in org.jbpm.task.api
 

Methods in org.jbpm.task.api that return TaskDef
 TaskDef TaskServiceEntryPoint.getTaskDefById(String id)
           
 TaskDef TaskDefService.getTaskDefById(String id)
           
 

Methods in org.jbpm.task.api that return types with arguments of type TaskDef
 List<TaskDef> TaskServiceEntryPoint.getAllTaskDef(String filter)
           
 List<TaskDef> TaskDefService.getAllTaskDef(String filter)
           
 

Methods in org.jbpm.task.api with parameters of type TaskDef
 void TaskServiceEntryPoint.deployTaskDef(TaskDef def)
           
 void TaskDefService.deployTaskDef(TaskDef def)
           
 long TaskServiceEntryPoint.newTask(TaskDef def, Map<String,Object> params)
           
 long TaskInstanceService.newTask(TaskDef def, Map<String,Object> params)
           
 long TaskServiceEntryPoint.newTask(TaskDef def, Map<String,Object> params, boolean deploy)
           
 long TaskInstanceService.newTask(TaskDef def, Map<String,Object> params, boolean deploy)
           
 

Uses of TaskDef in org.jbpm.task.deadlines
 

Methods in org.jbpm.task.deadlines with parameters of type TaskDef
 long DeadlinesDecorator.newTask(TaskDef def, Map<String,Object> params)
           
 long DeadlinesDecorator.newTask(TaskDef def, Map<String,Object> params, boolean deploy)
           
 

Uses of TaskDef in org.jbpm.task.impl
 

Methods in org.jbpm.task.impl that return TaskDef
 TaskDef TaskServiceEntryPointImpl.getTaskDefById(String id)
           
 TaskDef TaskDefServiceImpl.getTaskDefById(String name)
           
 

Methods in org.jbpm.task.impl that return types with arguments of type TaskDef
 List<TaskDef> TaskServiceEntryPointImpl.getAllTaskDef(String filter)
           
 List<TaskDef> TaskDefServiceImpl.getAllTaskDef(String filter)
           
 

Methods in org.jbpm.task.impl with parameters of type TaskDef
 void TaskServiceEntryPointImpl.deployTaskDef(TaskDef def)
           
 void TaskDefServiceImpl.deployTaskDef(TaskDef def)
           
 long TaskServiceEntryPointImpl.newTask(TaskDef def, Map<String,Object> params)
           
 long TaskInstanceServiceImpl.newTask(TaskDef taskDef, Map<String,Object> params)
           
 long TaskServiceEntryPointImpl.newTask(TaskDef def, Map<String,Object> params, boolean deploy)
           
 long TaskInstanceServiceImpl.newTask(TaskDef taskDef, Map<String,Object> params, boolean deploy)
           
 

Uses of TaskDef in org.jbpm.task.impl.command
 

Methods in org.jbpm.task.impl.command with parameters of type TaskDef
 long CommandBasedTaskInstanceServiceImpl.newTask(TaskDef def, Map<String,Object> params)
           
 long CommandBasedTaskInstanceServiceImpl.newTask(TaskDef def, Map<String,Object> params, boolean deploy)
           
 

Uses of TaskDef in org.jbpm.task.impl.factories
 

Methods in org.jbpm.task.impl.factories with parameters of type TaskDef
static void TaskFactory.initializeTask(TaskDef taskDef, Task task)
          This method contains the logic to initialize a Task using the defined semantic in the WS-HT specification
static Task TaskFactory.newTask(TaskDef taskDef)
           
 

Uses of TaskDef in org.jbpm.task.subtask
 

Methods in org.jbpm.task.subtask with parameters of type TaskDef
 long SubTaskDecorator.newTask(TaskDef def, Map<String,Object> params)
           
 long SubTaskDecorator.newTask(TaskDef def, Map<String,Object> params, boolean deploy)
           
 


jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.