Uses of Enum Class
net.anwiba.spatial.ckan.request.time.Event
Packages that use Event
Package
Description
-
Uses of Event in net.anwiba.spatial.ckan.query
Methods in net.anwiba.spatial.ckan.query that return EventModifier and TypeMethodDescriptionIPackageSearchCondition.getEvent()PackageSearchCondition.getEvent()Methods in net.anwiba.spatial.ckan.query with parameters of type EventModifier and TypeMethodDescriptionConstructors in net.anwiba.spatial.ckan.query with parameters of type EventModifierConstructorDescriptionPackageSearchCondition(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) -
Uses of Event in net.anwiba.spatial.ckan.request
Methods in net.anwiba.spatial.ckan.request with parameters of type EventModifier and TypeMethodDescriptionPackageRequestBuilder.PackageSearchRequestBuilder.event(Event event, LocalDateTime from, LocalDateTime to) -
Uses of Event in net.anwiba.spatial.ckan.request.time
Methods in net.anwiba.spatial.ckan.request.time that return Event