public interface InboxService
Modifier and Type | Field and Description |
---|---|
static String |
INCOMING_ID |
static String |
RECENT_EDITED_ID |
static String |
RECENT_VIEWED_ID |
Modifier and Type | Method and Description |
---|---|
org.uberfire.paging.PageResponse<InboxPageRow> |
loadInbox(InboxPageRequest request)
Load the data for a given inbox for the currently logged in user.
|
static final String RECENT_EDITED_ID
static final String RECENT_VIEWED_ID
static final String INCOMING_ID
org.uberfire.paging.PageResponse<InboxPageRow> loadInbox(InboxPageRequest request)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.