Interface IResultsAccumulator<RESPONSE>

All Superinterfaces:
ISearchResultsAccumulator
All Known Implementing Classes:
BundleResultsAccumulator, OperationResponsesAccumulator

public interface IResultsAccumulator<RESPONSE> extends ISearchResultsAccumulator
  • Method Details

    • accumulate

      void accumulate(List<IBaseResource> theResults, RESPONSE theResponse, String theTargetId)
      Accumulates a list of resources that was originally obtained from the RESPONSE and processed by interceptors if applicable.
      Parameters:
      theResults - the list of resources to accumulate
      theResponse - the original response from which a list of resources was obtained and submitted to interceptors
      theTargetId - the id of the target that returned the RESPONSE