| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaObjectNodeServerSearch
Deprecated.
use de.cismet.cidsx.server.search.RestApiCidsServerSearch instead
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCidsServerSearch
Abstract class for the handling of
CidsServerSearches. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullTextSearch
DOCUMENT ME!
|
interface |
GeoSearch
DOCUMENT ME!
|
| Modifier and Type | Class and Description |
|---|---|
class |
CidsLayerInitStatement
DOCUMENT ME!
|
class |
CidsLayerSearchStatement
DOCUMENT ME!
|
class |
DefaultFullTextSearch
DOCUMENT ME!
|
class |
DefaultGeoSearch
DOCUMENT ME!
|
class |
DistinctValuesSearch
DOCUMENT ME!
|
class |
QueryEditorCountStatement
DOCUMENT ME!
|
class |
QueryEditorSearch
As this search allows the user to specify a where clause he has to know what backend the server it is executed on
uses.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
RESTfulSerialInterfaceConnector.customServerSearch(User user,
CidsServerSearch serverSearch)
Deprecated.
|
Collection |
RESTfulSerialInterfaceConnector.customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext context) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
RESTfulInterfaceConnector.customServerSearch(User user,
CidsServerSearch serverSearch)
Deprecated.
|
Collection |
RESTfulInterfaceConnector.customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Performs a remote server search by submitting a parameterized CidsServerSearch instance.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends CidsServerSearch> |
ServerSearchFactory.findSearchParameterReadMethods(Class<C> serverSearchClass)
Helper method that introspects a CidsServerSearch Class and returns a map with all read methods for all readable
and writable properties that correspond to the search parameters.
|
<C extends CidsServerSearch> |
ServerSearchFactory.findSearchParameters(Class<C> serverSearchClass)
Helper method that introspects a CidsServerSearch Class and returns a map with all readable and writable
properties that correspond to the search parameters.
|
<C extends CidsServerSearch> |
ServerSearchFactory.findSearchParameterWriteMethods(Class<C> serverSearchClass)
Helper method that introspects a CidsServerSearch Class and returns a map with all write methods for all readable
and writable properties that correspond to the search parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CidsServerSearch |
ServerSearchFactory.serverSearchInstanceFromSearchParameters(de.cismet.cidsx.server.api.types.SearchInfo searchInfo,
List<de.cismet.cidsx.server.api.types.SearchParameter> searchParameters)
Populates an instance of a CidsServerSearch with parameters from the searchParameters object.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CidsServerSearch> |
ServerSearchFactory.getServerSearchClass(String searchKey)
Tries to find a cached CidsServerSearch class for the specified cids server search key.
|
| Modifier and Type | Method and Description |
|---|---|
de.cismet.cidsx.server.api.types.SearchInfo |
ServerSearchFactory.searchInfoFromCidsServerSearch(CidsServerSearch cidsServerSearch)
Inspects a CidsServerSearch Instance and tries to automatically serive a proper SearchInfo object.
|
de.cismet.cidsx.server.api.types.SearchParameters |
ServerSearchFactory.searchParametersFromServerSearchInstance(String searchKey,
CidsServerSearch cidsServerSearch)
Extracts Search Parameters from a CidsServerSearch Search object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestApiCidsServerSearch
A Lookupable Server Search that provides SearchInfo and typed collection search results.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LightweightMetaObjectsSearch
DOCUMENT ME!
|
| Modifier and Type | Class and Description |
|---|---|
class |
LightweightMetaObjectsByQuerySearch
Deprecated.
|
class |
MetaObjectNodesByQuerySearch
Builtin Legacy Search to delegate the operation getMetaObjectNodes(String query, ...) the cids Pure REST Search API.
|
class |
MetaObjectsByQuerySearch
Builtin Legacy Search to delegate the operation getMetaObjects(String query, ...) the cids Pure REST Search API.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
ProxyImpl.customServerSearch(User user,
CidsServerSearch serverSearch)
Deprecated.
|
Collection |
SearchServiceImpl.customServerSearch(User user,
CidsServerSearch serverSearch)
Deprecated.
|
Collection |
ProxyImpl.customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext context) |
Collection |
SearchServiceImpl.customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
DomainServerCallServerService.customServerSearch(User user,
CidsServerSearch serverSearch) |
Collection |
DomainServerCallServerService.customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext context) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
SearchService.customServerSearch(User user,
CidsServerSearch serverSearch)
Deprecated.
|
Collection |
SearchService.customServerSearch(User user,
CidsServerSearch serverSearch,
de.cismet.connectioncontext.ConnectionContext context)
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.