org.guvnor.inbox.backend.server
Class InboxBackendImpl
java.lang.Object
org.guvnor.inbox.backend.server.InboxBackendImpl
- All Implemented Interfaces:
- InboxBackend
@ApplicationScoped
public class InboxBackendImpl
- extends Object
- implements InboxBackend
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboxBackendImpl
public InboxBackendImpl()
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.