org.droolsjbpm.services.api
Interface RulesNotificationService
- All Known Implementing Classes:
- RulesNotificationServiceImpl
public interface RulesNotificationService
insertNotification
void insertNotification(int sessionId,
String notification)
getAllNotificationInstance
Collection<RuleNotificationInstanceDesc> getAllNotificationInstance()
getAllNotificationInstanceBySessionId
Collection<RuleNotificationInstanceDesc> getAllNotificationInstanceBySessionId(int sessionId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.