@ApplicationScoped public class InboxBackendImpl extends Object implements InboxBackend
| Constructor and Description |
|---|
InboxBackendImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public List<InboxEntry> loadRecentEdited(String userName)
loadRecentEdited in interface InboxBackendpublic List<InboxEntry> loadIncoming(String userName)
loadIncoming in interface InboxBackendpublic List<InboxEntry> readEntries(String userName, String boxName)
readEntries in interface InboxBackendpublic void addToIncoming(String itemPath, String note, String userFrom, String userName)
addToIncoming in interface InboxBackendpublic void recordOpeningEvent(@Observes
org.uberfire.workbench.events.ResourceOpenedEvent event)
public void recordUserEditEvent(@Observes
org.uberfire.workbench.events.ResourceUpdatedEvent event)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.