Package org.bedework.calfacade.indexing
Interface BwIndexFetcher
public interface BwIndexFetcher
Allow one indexer to fetch resources from other indexes
User: mike Date: 9/5/18 Time: 09:51
-
Method Summary
Modifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<BwCategory>fetchCategory(BwIndexerParams params, String href) org.bedework.util.misc.response.GetEntityResponse<BwContact>fetchContact(BwIndexerParams params, String href) org.bedework.util.misc.response.GetEntityResponse<BwLocation>fetchLocation(BwIndexerParams params, String href)
-
Method Details
-
fetchCategory
org.bedework.util.misc.response.GetEntityResponse<BwCategory> fetchCategory(BwIndexerParams params, String href) - Parameters:
params- for getting indexerhref- 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 indexerhref- 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 indexerhref- of entity- Returns:
- response containing status and entity
-