fferpcore.ArchiveServiceglobal with sharing class ArchiveService This class is the main entry point for the Foundations Archive Engine. Methods
summarizeglobal static fferpcore.ArchiveService.SummarizeResponse summarize(fferpcore.ArchiveService.SummarizeRequest request) Schedules in the asynchronous process to summarize the Archive Items in one or more Archive Sets. Input Parameters
Return ValueThe response object describing the result of the Summarization process. Sample Code
summarizeglobal static fferpcore.ArchiveService.SummarizeChunkResponse summarize(fferpcore.ArchiveService.SummarizeChunkRequest request) Runs the synchronous process to summarize the Archive Items in a single Archive Set Chunk. Input Parameters
Return ValueThe response object describing the result of the Summarization process. Sample Code
fferpcore.ArchiveService.SummarizeRequestglobal class SummarizeRequest Summarize request object. Properties
fferpcore.ArchiveService.SummarizeChunkRequestglobal class SummarizeChunkRequest Summarize Archive Set Chunk request object. Properties
fferpcore.ArchiveService.SummarizeResponseglobal class SummarizeResponse Summarize response object. Properties
fferpcore.ArchiveService.SummarizeChunkResponseglobal class SummarizeChunkResponse Summarize Archive Set Chunk response object. Properties
|