public static interface Command.Transformer<T>
Modifier and Type | Method and Description |
---|---|
T |
handle(DictionaryCommand transformee) |
T |
handle(DocumentFetchCommand transformee) |
T |
handle(GeoCommand transformee) |
T |
handle(IsAliveCommand transformee) |
T |
handle(PreviewCommand transformee) |
T |
handle(QueryExpansionCommand transformee) |
T |
handle(SearchCommand transformee) |
T |
handle(SecurityCommand transformee) |
T |
handle(SpellCheckCommand transformee) |
T |
handle(SuggestCommand transformee) |
T |
handle(ThumbnailCommand transformee) |
T handle(SecurityCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(SuggestCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(DictionaryCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(GeoCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(IsAliveCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(SearchCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(QueryExpansionCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(SpellCheckCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(DocumentFetchCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(PreviewCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
T handle(ThumbnailCommand transformee) throws com.exalead.util.TypedException
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.