@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 InboxBackend
public List<InboxEntry> loadIncoming(String userName)
loadIncoming
in interface InboxBackend
public List<InboxEntry> readEntries(String userName, String boxName)
readEntries
in interface InboxBackend
public void addToIncoming(String itemPath, String note, String userFrom, String userName)
addToIncoming
in interface InboxBackend
public void recordOpeningEvent(@Observes org.uberfire.workbench.events.ResourceOpenedEvent event)
public void recordUserEditEvent(@Observes org.uberfire.workbench.events.ResourceUpdatedEvent event)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.