public class UpdateStrategyArgumentsBean extends Object implements UpdateStrategyArguments
UpdateStrategyArguments
as simple
java-bean.Modifier and Type | Field and Description |
---|---|
private MutableGenericContext |
context |
private SearchIndexer |
indexer |
private ConfiguredSearchIndexerOptions |
options |
private SearchIndexerSource |
source |
private SearchIndexerSourceState |
sourceState |
Constructor and Description |
---|
UpdateStrategyArgumentsBean()
The constructor.
|
UpdateStrategyArgumentsBean(MutableGenericContext context)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
MutableGenericContext |
getContext()
This method gets the
MutableGenericContext . |
SearchIndexer |
getIndexer()
This method gets the
SearchIndexer . |
ConfiguredSearchIndexerOptions |
getOptions()
This method gets the
ConfiguredSearchIndexerOptions . |
SearchIndexerSource |
getSource()
This method gets the
SearchIndexerSource to index (incremental)
according to its update-type . |
SearchIndexerSourceState |
getSourceState()
This method gets the
SearchIndexerSourceState for the
source . |
void |
setIndexer(SearchIndexer indexer) |
void |
setOptions(ConfiguredSearchIndexerOptions options) |
void |
setSource(SearchIndexerSource source) |
void |
setSourceState(SearchIndexerSourceState sourceState) |
private final MutableGenericContext context
getContext()
private SearchIndexer indexer
getIndexer()
private ConfiguredSearchIndexerOptions options
getOptions()
private SearchIndexerSource source
getSource()
private SearchIndexerSourceState sourceState
getSourceState()
public UpdateStrategyArgumentsBean()
public UpdateStrategyArgumentsBean(MutableGenericContext context)
context
- is the context
.public MutableGenericContext getContext()
MutableGenericContext
.getContext
in interface UpdateStrategyArguments
MutableGenericContext
.public SearchIndexer getIndexer()
SearchIndexer
.getIndexer
in interface UpdateStrategyArguments
SearchIndexer
.public void setIndexer(SearchIndexer indexer)
indexer
- is the SearchIndexer
to set.public ConfiguredSearchIndexerOptions getOptions()
ConfiguredSearchIndexerOptions
.getOptions
in interface UpdateStrategyArguments
ConfiguredSearchIndexerOptions
.public void setOptions(ConfiguredSearchIndexerOptions options)
options
- is the options to setpublic SearchIndexerSource getSource()
SearchIndexerSource
to index (incremental)
according to its update-type
.getSource
in interface UpdateStrategyArguments
SearchIndexerSource
.public void setSource(SearchIndexerSource source)
source
- is the source to setpublic SearchIndexerSourceState getSourceState()
SearchIndexerSourceState
for the
source
.getSourceState
in interface UpdateStrategyArguments
SearchIndexerSourceState
.public void setSourceState(SearchIndexerSourceState sourceState)
sourceState
- is the sourceState to setCopyright © 2001–2016 mmm-Team. All rights reserved.