Package net.anwiba.spatial.ckan.query
Class PackageSearchCondition
java.lang.Object
net.anwiba.spatial.ckan.query.PackageSearchCondition
- All Implemented Interfaces:
IPackageSearchCondition
-
Constructor Summary
ConstructorsConstructorDescriptionPackageSearchCondition(String queryString, Envelope envelope, Event event, LocalDateTime fromDate, LocalDateTime toDate, List<Organization> organizations, List<Group> groups, List<Tag> tags, List<String> formats, List<License> licenses, int offset, int rows, ISortOrder sortOrder) -
Method Summary
-
Constructor Details
-
PackageSearchCondition
public PackageSearchCondition(String queryString, Envelope envelope, Event event, LocalDateTime fromDate, LocalDateTime toDate, List<Organization> organizations, List<Group> groups, List<Tag> tags, List<String> formats, List<License> licenses, int offset, int rows, ISortOrder sortOrder)
-
-
Method Details
-
getTags
- Specified by:
getTagsin interfaceIPackageSearchCondition
-
getQueryString
- Specified by:
getQueryStringin interfaceIPackageSearchCondition
-
getOrganizations
- Specified by:
getOrganizationsin interfaceIPackageSearchCondition
-
getLicenses
- Specified by:
getLicensesin interfaceIPackageSearchCondition
-
getGroups
- Specified by:
getGroupsin interfaceIPackageSearchCondition
-
getEvent
- Specified by:
getEventin interfaceIPackageSearchCondition
-
getFromDate
- Specified by:
getFromDatein interfaceIPackageSearchCondition
-
getToDate
- Specified by:
getToDatein interfaceIPackageSearchCondition
-
getFormats
- Specified by:
getFormatsin interfaceIPackageSearchCondition
-
getEnvelope
- Specified by:
getEnvelopein interfaceIPackageSearchCondition
-
getSortOrder
- Specified by:
getSortOrderin interfaceIPackageSearchCondition
-
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceIPackageSearchCondition
-
getRows
public int getRows()- Specified by:
getRowsin interfaceIPackageSearchCondition
-