jBPM distribution 6.0.0.Alpha9

org.jbpm.task.api
Interface TaskDefService

All Known Implementing Classes:
TaskDefServiceImpl

public interface TaskDefService

Experimental: The Task Definition Service is intended to keep meta information about a Task. This meta information can be used as a Task Template, to reuse the same template in different places without redefining the Task Structure


Method Summary
 void deployTaskDef(TaskDef def)
           
 List<TaskDef> getAllTaskDef(String filter)
           
 TaskDef getTaskDefById(String id)
           
 void undeployTaskDef(String id)
           
 

Method Detail

deployTaskDef

void deployTaskDef(TaskDef def)

getAllTaskDef

List<TaskDef> getAllTaskDef(String filter)

getTaskDefById

TaskDef getTaskDefById(String id)

undeployTaskDef

void undeployTaskDef(String id)

jBPM distribution 6.0.0.Alpha9

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