| Package | Description |
|---|---|
| net.anwiba.spatial.ckan.query | |
| net.anwiba.spatial.ckan.request | |
| net.anwiba.spatial.ckan.request.time |
| Modifier and Type | Method and Description |
|---|---|
Event |
PackageSearchCondition.getEvent() |
Event |
IPackageSearchCondition.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
IPackageSearchConditionBuilder |
PackageSearchConditionBuilder.setEvent(Event event) |
IPackageSearchConditionBuilder |
IPackageSearchConditionBuilder.setEvent(Event event) |
| Constructor and Description |
|---|
PackageSearchCondition(String queryString,
Envelope envelope,
Event event,
java.time.LocalDateTime fromDate,
java.time.LocalDateTime toDate,
List<Organization> organizations,
List<Group> groups,
List<Tag> tags,
List<String> formats,
List<License> licenses,
int offset,
int rows,
ISortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
PackageRequestBuilder.PackageSearchRequestBuilder |
PackageRequestBuilder.PackageSearchRequestBuilder.event(Event event,
java.time.LocalDateTime from,
java.time.LocalDateTime to) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.