public interface Retriever<T,C extends RetrieverContext>
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
getMetadata(C ctx) |
void |
setCache(LRUCache<String,Iterable<T>> cache) |
void |
setConnectionStrategy(BaseCrmConnectionStrategy connectionStrategy) |
Iterable<T> getMetadata(C ctx) throws IOrganizationServiceExecuteOrganizationServiceFaultFaultFaultMessage
void setConnectionStrategy(BaseCrmConnectionStrategy connectionStrategy)
Copyright © 2010–2019. All rights reserved.