| Package | Description |
|---|---|
| net.anwiba.spatial.ckan.json.schema.v1_0 | |
| net.anwiba.spatial.ckan.query |
| Modifier and Type | Method and Description |
|---|---|
Tag[] |
TagListResultResponse.getResult() |
Tag[] |
TagSearchResult.getResults() |
Tag[] |
Dataset.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagListResultResponse.setResult(Tag[] result) |
void |
TagSearchResult.setResults(Tag[] results) |
void |
Dataset.setTags(Tag[] tags) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
PackageSearchCondition.getTags() |
List<Tag> |
IPackageSearchCondition.getTags() |
| Modifier and Type | Method and Description |
|---|---|
IPackageSearchConditionBuilder |
PackageSearchConditionBuilder.setTags(List<Tag> tags) |
IPackageSearchConditionBuilder |
IPackageSearchConditionBuilder.setTags(List<Tag> tags) |
| 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) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.