KIE Internal 6.0.0.Beta1

org.kie.internal.task.api
Interface TaskEventsService


public interface TaskEventsService

The Task Events Service is intended to provide all the functionality required to handle the events that are being emitted by the module


Method Summary
 List<TaskEvent> getTaskEventsById(long taskId)
           
 void removeTaskEventsById(long taskId)
           
 

Method Detail

getTaskEventsById

List<TaskEvent> getTaskEventsById(long taskId)

removeTaskEventsById

void removeTaskEventsById(long taskId)

KIE Internal 6.0.0.Beta1

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