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 inherited sharing class SummarizeRequest Summarize request object. Properties
fferpcore.ArchiveService.SummarizeChunkRequestglobal inherited sharing class SummarizeChunkRequest Summarize Archive Set Chunk request object. Properties
fferpcore.ArchiveService.SummarizeResponseglobal inherited sharing class SummarizeResponse Summarize response object. Properties
fferpcore.ArchiveService.SummarizeChunkResponseglobal inherited sharing class SummarizeChunkResponse Summarize Archive Set Chunk response object. Properties
|