KIE Internal 6.2.0.CR2

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.2.0.CR2

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