public class GlobalIntrospectionAnswer
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
ExprElementList |
exprElementList |
FacetDescList |
facetDescList |
MetaDescList |
metaDescList |
PossibleSortsList |
possibleSortsList |
QueryPrefixHandlerList |
queryPrefixHandlerList |
SearchLogicList |
searchLogicList |
SearchTargetList |
searchTargetList |
Constructor and Description |
---|
GlobalIntrospectionAnswer() |
GlobalIntrospectionAnswer(GlobalIntrospectionAnswer o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this GlobalIntrospectionAnswer.
|
static GlobalIntrospectionAnswer |
fromString(java.lang.String s)
String representation of this GlobalIntrospectionAnswer.
|
ExprElementList |
getExprElementList()
List of expressions
|
FacetDescList |
getFacetDescList()
List of facets
|
MetaDescList |
getMetaDescList()
List of metas
|
PossibleSortsList |
getPossibleSortsList()
List of possible sorts
|
QueryPrefixHandlerList |
getQueryPrefixHandlerList()
List of query prefix handlers
|
SearchLogicList |
getSearchLogicList()
List of search logics
|
SearchTargetList |
getSearchTargetList()
List of search targets
|
GlobalIntrospectionAnswer |
makeCopy()
Creates and returns a deep copy of this GlobalIntrospectionAnswer.
|
static GlobalIntrospectionAnswer |
readFrom(java.io.InputStream is)
Read this GlobalIntrospectionAnswer from an XML fragment.
|
void |
setExprElementList(ExprElementList exprElementList)
List of expressions
|
void |
setFacetDescList(FacetDescList facetDescList)
List of facets
|
void |
setMetaDescList(MetaDescList metaDescList)
List of metas
|
void |
setPossibleSortsList(PossibleSortsList possibleSortsList)
List of possible sorts
|
void |
setQueryPrefixHandlerList(QueryPrefixHandlerList queryPrefixHandlerList)
List of query prefix handlers
|
void |
setSearchLogicList(SearchLogicList searchLogicList)
List of search logics
|
void |
setSearchTargetList(SearchTargetList searchTargetList)
List of search targets
|
java.lang.String |
toString()
String representation of this GlobalIntrospectionAnswer.
|
GlobalIntrospectionAnswer |
withExprElementList(ExprElementList exprElementList) |
GlobalIntrospectionAnswer |
withFacetDescList(FacetDescList facetDescList) |
GlobalIntrospectionAnswer |
withMetaDescList(MetaDescList metaDescList) |
GlobalIntrospectionAnswer |
withPossibleSortsList(PossibleSortsList possibleSortsList) |
GlobalIntrospectionAnswer |
withQueryPrefixHandlerList(QueryPrefixHandlerList queryPrefixHandlerList) |
GlobalIntrospectionAnswer |
withSearchLogicList(SearchLogicList searchLogicList) |
GlobalIntrospectionAnswer |
withSearchTargetList(SearchTargetList searchTargetList) |
void |
writeTo(java.io.OutputStream os)
Write this GlobalIntrospectionAnswer as an XML fragment
|
public MetaDescList metaDescList
public FacetDescList facetDescList
public PossibleSortsList possibleSortsList
public ExprElementList exprElementList
public QueryPrefixHandlerList queryPrefixHandlerList
public SearchLogicList searchLogicList
public SearchTargetList searchTargetList
public GlobalIntrospectionAnswer()
public GlobalIntrospectionAnswer(GlobalIntrospectionAnswer o)
public void setMetaDescList(MetaDescList metaDescList)
public MetaDescList getMetaDescList()
public GlobalIntrospectionAnswer withMetaDescList(MetaDescList metaDescList)
public void setFacetDescList(FacetDescList facetDescList)
public FacetDescList getFacetDescList()
public GlobalIntrospectionAnswer withFacetDescList(FacetDescList facetDescList)
public void setPossibleSortsList(PossibleSortsList possibleSortsList)
public PossibleSortsList getPossibleSortsList()
public GlobalIntrospectionAnswer withPossibleSortsList(PossibleSortsList possibleSortsList)
public void setExprElementList(ExprElementList exprElementList)
public ExprElementList getExprElementList()
public GlobalIntrospectionAnswer withExprElementList(ExprElementList exprElementList)
public void setQueryPrefixHandlerList(QueryPrefixHandlerList queryPrefixHandlerList)
public QueryPrefixHandlerList getQueryPrefixHandlerList()
public GlobalIntrospectionAnswer withQueryPrefixHandlerList(QueryPrefixHandlerList queryPrefixHandlerList)
public void setSearchLogicList(SearchLogicList searchLogicList)
public SearchLogicList getSearchLogicList()
public GlobalIntrospectionAnswer withSearchLogicList(SearchLogicList searchLogicList)
public void setSearchTargetList(SearchTargetList searchTargetList)
public SearchTargetList getSearchTargetList()
public GlobalIntrospectionAnswer withSearchTargetList(SearchTargetList searchTargetList)
public GlobalIntrospectionAnswer makeCopy()
public static GlobalIntrospectionAnswer 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
javax.xml.bind.JAXBException
java.io.IOException
public static GlobalIntrospectionAnswer 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.