Class AbstractFetcherContext
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
- All Implemented Interfaces:
FetcherContext
- Direct Known Subclasses:
FetcherContext.AbstractFetchContext,FetcherContext.AbstractStartContext,FetcherContext.AbstractStopContext
-
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
ConstructorsModifierConstructorDescriptionprotectedAbstractFetcherContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
newResult
-
Constructor Details
-
AbstractFetcherContext
protected AbstractFetcherContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo)
-
-
Method Details
-
getConnectorConfig
- Specified by:
getConnectorConfigin interfaceFetcherContext
-
getJobRunInfo
- Specified by:
getJobRunInfoin interfaceFetcherContext
-
getRequestInfo
- Specified by:
getRequestInfoin interfaceFetcherContext
-