Uses of Class
net.anwiba.spatial.ckan.json.schema.v1_0.Tag
-
Packages that use Tag Package Description net.anwiba.spatial.ckan.json.schema.v1_0 net.anwiba.spatial.ckan.query -
-
Uses of Tag in net.anwiba.spatial.ckan.json.schema.v1_0
Methods in net.anwiba.spatial.ckan.json.schema.v1_0 that return Tag Modifier and Type Method Description Tag[]TagListResultResponse. getResult()Tag[]TagSearchResult. getResults()Tag[]Dataset. getTags()Methods in net.anwiba.spatial.ckan.json.schema.v1_0 with parameters of type Tag Modifier and Type Method Description voidTagListResultResponse. setResult(Tag[] result)voidTagSearchResult. setResults(Tag[] results)voidDataset. setTags(Tag[] tags) -
Uses of Tag in net.anwiba.spatial.ckan.query
Methods in net.anwiba.spatial.ckan.query that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>IPackageSearchCondition. getTags()java.util.List<Tag>PackageSearchCondition. getTags()Method parameters in net.anwiba.spatial.ckan.query with type arguments of type Tag Modifier and Type Method Description IPackageSearchConditionBuilderIPackageSearchConditionBuilder. setTags(java.util.List<Tag> tags)IPackageSearchConditionBuilderPackageSearchConditionBuilder. setTags(java.util.List<Tag> tags)
-