public class SearchAPIConfigList
extends exa.bee.config.Versioned
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<SearchAPIConfig> |
searchAPIConfig |
Constructor and Description |
---|
SearchAPIConfigList() |
SearchAPIConfigList(SearchAPIConfigList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SearchAPIConfigList.
|
static SearchAPIConfigList |
fromString(java.lang.String s)
String representation of this SearchAPIConfigList.
|
java.util.List<SearchAPIConfig> |
getSearchAPIConfig() |
java.util.Map<java.lang.String,SearchAPIConfig> |
getSearchAPIConfigAsMap()
Get the map of SearchAPIConfig, indexed by name
|
SearchAPIConfig |
getSearchAPIConfigByName(java.lang.String _lookup)
Get the SearchAPIConfig for which the name matches _lookup
|
SearchAPIConfigList |
makeCopy()
Creates and returns a deep copy of this SearchAPIConfigList.
|
static SearchAPIConfigList |
readFrom(java.io.InputStream is)
Read this SearchAPIConfigList from an XML fragment.
|
boolean |
removeSearchAPIConfigByName(java.lang.String _lookup)
Removes the SearchAPIConfig for which the name matches _lookup
|
java.lang.String |
toString()
String representation of this SearchAPIConfigList.
|
SearchAPIConfigList |
withSearchAPIConfig(java.util.Collection<SearchAPIConfig> __values) |
SearchAPIConfigList |
withSearchAPIConfig(SearchAPIConfig... __values) |
SearchAPIConfigList |
withVersion(long version) |
SearchAPIConfigList |
withVersion(java.lang.Long version) |
void |
writeTo(java.io.OutputStream os)
Write this SearchAPIConfigList as an XML fragment
|
public java.util.List<SearchAPIConfig> searchAPIConfig
public SearchAPIConfigList()
public SearchAPIConfigList(SearchAPIConfigList o)
public SearchAPIConfigList withVersion(long version)
withVersion
in class exa.bee.config.Versioned
public SearchAPIConfigList withVersion(java.lang.Long version)
withVersion
in class exa.bee.config.Versioned
public java.util.List<SearchAPIConfig> getSearchAPIConfig()
public SearchAPIConfig getSearchAPIConfigByName(java.lang.String _lookup)
public java.util.Map<java.lang.String,SearchAPIConfig> getSearchAPIConfigAsMap()
public boolean removeSearchAPIConfigByName(java.lang.String _lookup)
public SearchAPIConfigList withSearchAPIConfig(SearchAPIConfig... __values)
public SearchAPIConfigList withSearchAPIConfig(java.util.Collection<SearchAPIConfig> __values)
public SearchAPIConfigList makeCopy()
makeCopy
in class exa.bee.config.Versioned
public static SearchAPIConfigList 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 exa.bee.config.Versioned
javax.xml.bind.JAXBException
java.io.IOException
public static SearchAPIConfigList 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 exa.bee.config.Versioned
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class exa.bee.config.Versioned
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.