Interface ItemProcessor

    • Method Detail

      • process

        Item process​(Context context,
                     CachingOptions cachingOptions,
                     Item item)
              throws ItemProcessingException
        Processes an Item.
        Parameters:
        context - the current context
        cachingOptions - caching options in case you need access to items
        item - the item to process
        Returns:
        the modified item or a new item.
        Throws:
        ItemProcessingException - if an error occurred while processing the item