Interface Processor

  • All Superinterfaces:
    BoxConfigurable
    All Known Subinterfaces:
    SingleProcessor
    All Known Implementing Classes:
    FacetView, View

    public interface Processor
    extends BoxConfigurable
    Process ids and dependencies associated with the ids into final documents to be saved in the database.
    Author:
    Charles Draper
    • Method Detail

      • process

        ProcessResult process​(ProcessBatch batch)
        Processes ids and dependencies associated with the ids into final documents to be saved in the database.
        Parameters:
        batch - a batch of ProcessContexts to be processed
        Returns:
        the result of processing the batch including newly processed documents to be saved