public class SpellCheckCommand extends BaseSearchCommand implements com.exalead.util.Checkable, java.io.Serializable
BaseSearchCommand.CustomRunnerFactoryParams, BaseSearchCommand.Transformer<T>, BaseSearchCommand.Visitor
customRunnerFactoryClassId, customRunnerFactoryParams, DEFAULT_MAX_CONCURRENT_QUERIES, DEFAULT_MAX_WAITING_QUERIES, defaultLogic, defaultTarget, maxConcurrentQueries, maxWaitingQueries, targetReporting
base, DEFAULT_BASE
Constructor and Description |
---|
SpellCheckCommand() |
SpellCheckCommand(SpellCheckCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(BaseSearchCommand.Transformer<T> transformer,
T[] t) |
void |
accept(BaseSearchCommand.Visitor visitor) |
<T> T |
accept(Command.Transformer<T> transformer,
T[] t) |
void |
accept(Command.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SpellCheckCommand.
|
static SpellCheckCommand |
fromString(java.lang.String s)
String representation of this SpellCheckCommand.
|
SpellCheckCommand |
makeCopy()
Creates and returns a deep copy of this SpellCheckCommand.
|
static SpellCheckCommand |
readFrom(java.io.InputStream is)
Read this SpellCheckCommand from an XML fragment.
|
java.lang.String |
toString()
String representation of this SpellCheckCommand.
|
SpellCheckCommand |
withBase(java.lang.String base) |
SpellCheckCommand |
withCustomRunnerFactoryClassId(java.lang.String customRunnerFactoryClassId)
Deprecated.
|
SpellCheckCommand |
withCustomRunnerFactoryParams(java.util.Collection<KeyValue> __values) |
SpellCheckCommand |
withCustomRunnerFactoryParams(KeyValue... __values)
Deprecated.
|
SpellCheckCommand |
withDefaultLogic(java.lang.String defaultLogic) |
SpellCheckCommand |
withDefaultTarget(java.lang.String defaultTarget) |
SpellCheckCommand |
withMaxConcurrentQueries(int maxConcurrentQueries) |
SpellCheckCommand |
withMaxConcurrentQueries(java.lang.Integer maxConcurrentQueries) |
SpellCheckCommand |
withMaxWaitingQueries(int maxWaitingQueries) |
SpellCheckCommand |
withMaxWaitingQueries(java.lang.Integer maxWaitingQueries) |
SpellCheckCommand |
withTargetReporting(java.lang.String targetReporting) |
void |
writeTo(java.io.OutputStream os)
Write this SpellCheckCommand as an XML fragment
|
getCustomRunnerFactoryClassId, getCustomRunnerFactoryParams, getDefaultLogic, getDefaultTarget, getMaxConcurrentQueries, getMaxWaitingQueries, getTargetReporting, setCustomRunnerFactoryClassId, setCustomRunnerFactoryParams, setDefaultLogic, setDefaultTarget, setMaxConcurrentQueries, setMaxWaitingQueries, setTargetReporting, withCustomRunnerFactoryParams
public SpellCheckCommand()
public SpellCheckCommand(SpellCheckCommand o)
public SpellCheckCommand withDefaultLogic(java.lang.String defaultLogic)
withDefaultLogic
in class BaseSearchCommand
public SpellCheckCommand withDefaultTarget(java.lang.String defaultTarget)
withDefaultTarget
in class BaseSearchCommand
public SpellCheckCommand withTargetReporting(java.lang.String targetReporting)
withTargetReporting
in class BaseSearchCommand
@Deprecated public SpellCheckCommand withCustomRunnerFactoryClassId(java.lang.String customRunnerFactoryClassId)
withCustomRunnerFactoryClassId
in class BaseSearchCommand
@Deprecated public SpellCheckCommand withCustomRunnerFactoryParams(KeyValue... __values)
withCustomRunnerFactoryParams
in class BaseSearchCommand
public SpellCheckCommand withCustomRunnerFactoryParams(java.util.Collection<KeyValue> __values)
withCustomRunnerFactoryParams
in class BaseSearchCommand
public SpellCheckCommand withMaxConcurrentQueries(int maxConcurrentQueries)
withMaxConcurrentQueries
in class BaseSearchCommand
public SpellCheckCommand withMaxConcurrentQueries(java.lang.Integer maxConcurrentQueries)
withMaxConcurrentQueries
in class BaseSearchCommand
public SpellCheckCommand withMaxWaitingQueries(int maxWaitingQueries)
withMaxWaitingQueries
in class BaseSearchCommand
public SpellCheckCommand withMaxWaitingQueries(java.lang.Integer maxWaitingQueries)
withMaxWaitingQueries
in class BaseSearchCommand
public SpellCheckCommand withBase(java.lang.String base)
withBase
in class BaseSearchCommand
public SpellCheckCommand makeCopy()
makeCopy
in class BaseSearchCommand
public static SpellCheckCommand readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class BaseSearchCommand
javax.xml.bind.JAXBException
java.io.IOException
public static SpellCheckCommand fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class BaseSearchCommand
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class BaseSearchCommand
com.exalead.util.TypedException
public void accept(BaseSearchCommand.Visitor visitor) throws com.exalead.util.TypedException
accept
in class BaseSearchCommand
com.exalead.util.TypedException
public void accept(Command.Visitor visitor) throws com.exalead.util.TypedException
public <T> T accept(BaseSearchCommand.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class BaseSearchCommand
com.exalead.util.TypedException
public <T> T accept(Command.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.