jBPM distribution 6.0.0.Alpha9

org.droolsjbpm.services.api
Interface RulesNotificationService

All Known Implementing Classes:
RulesNotificationServiceImpl

public interface RulesNotificationService


Method Summary
 Collection<RuleNotificationInstanceDesc> getAllNotificationInstance()
           
 Collection<RuleNotificationInstanceDesc> getAllNotificationInstanceBySessionId(int sessionId)
           
 void insertNotification(int sessionId, String notification)
           
 

Method Detail

insertNotification

void insertNotification(int sessionId,
                        String notification)

getAllNotificationInstance

Collection<RuleNotificationInstanceDesc> getAllNotificationInstance()

getAllNotificationInstanceBySessionId

Collection<RuleNotificationInstanceDesc> getAllNotificationInstanceBySessionId(int sessionId)

jBPM distribution 6.0.0.Alpha9

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