KIE Internal 6.0.0.Beta1

org.kie.internal.task.api
Interface TaskDefService


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)

KIE Internal 6.0.0.Beta1

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