Package org.kie.internal.task.api
Interface TaskDefService
-
public interface TaskDefServiceExperimental: 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeployTaskDef(TaskDef def)java.util.List<TaskDef>getAllTaskDef(java.lang.String filter)TaskDefgetTaskDefById(java.lang.String id)voidundeployTaskDef(java.lang.String id)
-