Class FetcherContext.DefaultFetchContext
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractFetchContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.DefaultFetchContext
- All Implemented Interfaces:
FetcherContext,FetcherContext.FetchContext
- Direct Known Subclasses:
ContentFetcher.FetchContext
- Enclosing interface:
- FetcherContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
FetcherContext.AbstractFetchContext, FetcherContext.AbstractStartContext, FetcherContext.AbstractStopContext, FetcherContext.DefaultFetchContext, FetcherContext.DefaultStartContext, FetcherContext.DefaultStopContext, FetcherContext.FetchContext, FetcherContext.StartContext, FetcherContext.StopContext -
Constructor Summary
ConstructorsConstructorDescriptionDefaultFetchContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, Phase phase, FetchInput fetchInput) -
Method Summary
Methods inherited from class com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractFetchContext
getFetchInput, getPhase, newResultMethods inherited from class com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfo
-
Constructor Details
-
DefaultFetchContext
public DefaultFetchContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, Phase phase, FetchInput fetchInput)
-