Package net.bluemind.exchange.mapi.api
Interface IMapiFolder
- All Superinterfaces:
IChangelogSupport
,ICountingSupport
,ICrudByIdSupport<MapiRawMessage>
,IReadByIdSupport<MapiRawMessage>
,ISortingSupport
@Path("/mapi_folder/{containerUid}")
public interface IMapiFolder
extends ICrudByIdSupport<MapiRawMessage>, IChangelogSupport, ICountingSupport, ISortingSupport
-
Method Summary
Methods inherited from interface net.bluemind.core.container.api.IChangelogSupport
allIds, changeset, changesetById, filteredChangesetById, getVersion, itemChangelog
Methods inherited from interface net.bluemind.core.container.api.ICountingSupport
count
Methods inherited from interface net.bluemind.core.container.api.ICrudByIdSupport
createById, deleteById, multipleDeleteById, updateById
Methods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetById
Methods inherited from interface net.bluemind.core.container.api.ISortingSupport
sortedIds
-
Method Details
-
reset
@POST @Path("_reset") void reset()
-