Package net.bluemind.core.container.api
Interface IItemChangelogSupport
- All Known Subinterfaces:
IAddressBook
,IBaseMailboxFolders
,ICalendar
,IInternalCalendar
,IMailboxFolders
,IMailboxFoldersByContainer
,IMailboxItems
,INote
,IReadOnlyMailboxFolders
,ITodoList
,IWebAppData
public interface IItemChangelogSupport
-
Method Summary
Modifier and TypeMethodDescriptionitemChangelog
(String itemUid, Long since) Provides item changes informations from audit log
-
Method Details
-
itemChangelog
@GET @Path("{uid}/_itemchangelog") ItemChangelog itemChangelog(@PathParam("uid") String itemUid, Long since) throws ServerFault Provides item changes informations from audit log- Parameters:
itemUid
-since
-- Returns:
- if successful, return a
ContainerChangelog
- Throws:
ServerFault
-