Class FusedForeignSourceRepository

  • All Implemented Interfaces:
    ForeignSourceRepository, org.springframework.beans.factory.InitializingBean

    public class FusedForeignSourceRepository
    extends AbstractForeignSourceRepository
    implements ForeignSourceRepository, org.springframework.beans.factory.InitializingBean

    The fused foreign source repository always returns data from the deployed foreign source repository. When updating or deleting data, it always updates the deployed foreign source repository, and deletes from the pending.

    One thing to note -- if you are importing/saving a requisition to the fused foreign source repository, any pending changes to the foreign source will be promoted to the deployed repository as well.