org.kuali.rice.ksb.messaging.remotedservices
Interface InboxResource
- All Known Implementing Classes:
- InboxResourceImpl
public interface InboxResource
RESTful service interface for an inbox
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
createInbox
Inbox createInbox(Inbox inbox)
retrieveInbox
Inbox retrieveInbox(String id)
updateInbox
void updateInbox(Inbox inbox)
deleteInbox
void deleteInbox(String id)
getMessageResource
MessageResource getMessageResource()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.