public class DataSourceHelper extends Object
Datasource
s.Constructor and Description |
---|
DataSourceHelper(org.springframework.http.ResponseEntity<Datasource> dataSource) |
Modifier and Type | Method and Description |
---|---|
static DataSourceHelper |
create(org.springframework.http.ResponseEntity<Datasource> dataSource) |
Optional<Element> |
getElement(int i) |
Optional<FieldValue> |
getField(Element item,
String name) |
Optional<Filter> |
getFilter(String name)
Retrieves the filter with the given name, if any
|
Optional<Link> |
getLink(Element item,
String linkId) |
Optional<Element> |
getResult(int i)
Deprecated.
|
public DataSourceHelper(org.springframework.http.ResponseEntity<Datasource> dataSource)
public static DataSourceHelper create(org.springframework.http.ResponseEntity<Datasource> dataSource)
@Deprecated public Optional<Element> getResult(int i)
public Optional<FieldValue> getField(Element item, String name)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.