Guvnor - Inbox Backend 6.0.0.Final

org.guvnor.inbox.backend.server
Class InboxBackendImpl

java.lang.Object
  extended by org.guvnor.inbox.backend.server.InboxBackendImpl
All Implemented Interfaces:
InboxBackend

@ApplicationScoped
public class InboxBackendImpl
extends Object
implements InboxBackend


Constructor Summary
InboxBackendImpl()
           
 
Method Summary
 void addToIncoming(String itemPath, String note, String userFrom, String userName)
           
 List<InboxEntry> loadIncoming(String userName)
           
 List<InboxEntry> loadRecentEdited(String userName)
           
 List<InboxEntry> readEntries(String userName, String boxName)
           
 void recordOpeningEvent(org.uberfire.workbench.events.ResourceOpenedEvent event)
           
 void recordUserEditEvent(org.uberfire.workbench.events.ResourceUpdatedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboxBackendImpl

public InboxBackendImpl()
Method Detail

loadRecentEdited

public List<InboxEntry> loadRecentEdited(String userName)
Specified by:
loadRecentEdited in interface InboxBackend

loadIncoming

public List<InboxEntry> loadIncoming(String userName)
Specified by:
loadIncoming in interface InboxBackend

readEntries

public List<InboxEntry> readEntries(String userName,
                                    String boxName)
Specified by:
readEntries in interface InboxBackend

addToIncoming

public void addToIncoming(String itemPath,
                          String note,
                          String userFrom,
                          String userName)
Specified by:
addToIncoming in interface InboxBackend

recordOpeningEvent

public void recordOpeningEvent(@Observes
                               org.uberfire.workbench.events.ResourceOpenedEvent event)

recordUserEditEvent

public void recordUserEditEvent(@Observes
                                org.uberfire.workbench.events.ResourceUpdatedEvent event)

Guvnor - Inbox Backend 6.0.0.Final

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