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
deployTaskDef
void deployTaskDef(TaskDef def)
getAllTaskDef
List<TaskDef> getAllTaskDef(String filter)
getTaskDefById
TaskDef getTaskDefById(String id)
undeployTaskDef
void undeployTaskDef(String id)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.