jBPM distribution 6.0.0.Alpha9

org.jbpm.task.api
Interface TaskEventsService

All Known Implementing Classes:
TaskEventsServiceImpl

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)

jBPM distribution 6.0.0.Alpha9

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