Class AbstractMACFACRetriever<TCase extends DataObject>

    • Constructor Detail

      • AbstractMACFACRetriever

        public AbstractMACFACRetriever()
    • Method Detail

      • getMACRetriever

        public Retriever<TCase,​Query> getMACRetriever()
        Returns the MAC retriever instance of the MAC/FAC setup.
        Returns:
        the MAC retriever instance
      • setMACRetriever

        public void setMACRetriever​(Retriever<TCase,​Query> macRetriever)
        Set the MAC retriever instance that is used to execute the MAC phase of the MAC/FAC retrieval.
        Parameters:
        macRetriever - a retriever instance that is ready to use in the MAC/FAC setup
      • getFACRetriever

        public Retriever<TCase,​Query> getFACRetriever()
        Returns the FAC retriever instance of the MAC/FAC setup.
        Returns:
        the FAC retriever instance
      • setFACRetriever

        public void setFACRetriever​(Retriever<TCase,​Query> facRetriever)
        Set the FAC retriever instance that is used to execute the FAC phase of the MAC/FAC retrieval.
        Parameters:
        facRetriever - a retriever instance that is ready to use in the MAC/FAC setup