| Package | Description |
|---|---|
| de.samply.share.model.common | |
| de.samply.share.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Query |
View.query |
protected Query |
Inquiry.query |
| Modifier and Type | Method and Description |
|---|---|
Query |
ObjectFactory.createQuery()
Create an instance of
Query. |
Query |
View.getQuery()
Gets the value of the query property.
|
Query |
Inquiry.getQuery()
Gets the value of the query property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setQuery(Query value)
Sets the value of the query property.
|
void |
Inquiry.setQuery(Query value)
Sets the value of the query property.
|
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryConverter.convertCcpQueryToCommonQuery(Query ccpQuery)
Transforms a CCP Query to a common Query.
|
static Query |
QueryConverter.convertOsseQueryToCommonQuery(Query osseQuery)
Transforms an OSSE Query to a common Query.
|
static Query |
QueryConverter.insertRootGroup(Query oldQuery)
Insert an "AND" conjunction group as first child of the Where - if there is no "AND" or "OR"
yet.
|
static Query |
QueryConverter.removeAttributesFromQuery(Query query,
List<String> attributes)
Remove any given attribute from the query.
|
static Query |
QueryConverter.substituteOperators(Query query)
Currently, Centraxx does not know of the "between" and "in" operators.
|
static Query |
QueryConverter.xmlToQuery(String xml)
Deserialize a common query from XML.
|
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryConverter.convertCommonQueryToCcpQuery(Query commonQuery)
Transforms a Common Query to a CCP Query.
|
static Query |
QueryConverter.convertCommonQueryToOsseQuery(Query commonQuery)
Transforms a common Query to an OSSE Query.
|
static Query |
QueryConverter.insertRootGroup(Query oldQuery)
Insert an "AND" conjunction group as first child of the Where - if there is no "AND" or "OR"
yet.
|
static String |
QueryConverter.queryToXml(Query query)
Serialize a query to XML.
|
static Query |
QueryConverter.removeAttributesFromQuery(Query query,
List<String> attributes)
Remove any given attribute from the query.
|
static Query |
QueryConverter.substituteOperators(Query query)
Currently, Centraxx does not know of the "between" and "in" operators.
|
Copyright © 2021 Samply Community. All rights reserved.