Interface BwIndexFetcher


public interface BwIndexFetcher
Allow one indexer to fetch resources from other indexes User: mike Date: 9/5/18 Time: 09:51
  • Method Details

    • fetchCategory

      org.bedework.util.misc.response.GetEntityResponse<BwCategory> fetchCategory(BwIndexerParams params, String href)
      Parameters:
      params - for getting indexer
      href - of entity
      Returns:
      response containing status and entity
    • fetchContact

      org.bedework.util.misc.response.GetEntityResponse<BwContact> fetchContact(BwIndexerParams params, String href)
      Parameters:
      params - for getting indexer
      href - of entity
      Returns:
      response containing status and entity
    • fetchLocation

      org.bedework.util.misc.response.GetEntityResponse<BwLocation> fetchLocation(BwIndexerParams params, String href)
      Parameters:
      params - for getting indexer
      href - of entity
      Returns:
      response containing status and entity