Class FetcherContext.AbstractFetchContext
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractFetchContext
- All Implemented Interfaces:
FetcherContext,FetcherContext.FetchContext
- Direct Known Subclasses:
FetcherContext.DefaultFetchContext
- Enclosing interface:
- FetcherContext
public abstract static class FetcherContext.AbstractFetchContext
extends AbstractFetcherContext
implements FetcherContext.FetchContext
-
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
ConstructorsModifierConstructorDescriptionprotectedAbstractFetchContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, Phase phase, FetchInput fetchInput) -
Method Summary
Methods 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
-
AbstractFetchContext
protected AbstractFetchContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, Phase phase, FetchInput fetchInput)
-
-
Method Details
-
getFetchInput
- Specified by:
getFetchInputin interfaceFetcherContext.FetchContext
-
getPhase
- Specified by:
getPhasein interfaceFetcherContext.FetchContext
-
newResult
- Specified by:
newResultin interfaceFetcherContext- Specified by:
newResultin interfaceFetcherContext.FetchContext
-