Uses of Class
net.anwiba.spatial.ckan.request.time.Event
-
Packages that use Event Package Description net.anwiba.spatial.ckan.query net.anwiba.spatial.ckan.request net.anwiba.spatial.ckan.request.time -
-
Uses of Event in net.anwiba.spatial.ckan.query
Methods in net.anwiba.spatial.ckan.query that return Event Modifier and Type Method Description EventIPackageSearchCondition. getEvent()EventPackageSearchCondition. getEvent()Methods in net.anwiba.spatial.ckan.query with parameters of type Event Modifier and Type Method Description IPackageSearchConditionBuilderIPackageSearchConditionBuilder. setEvent(Event event)IPackageSearchConditionBuilderPackageSearchConditionBuilder. setEvent(Event event)Constructors in net.anwiba.spatial.ckan.query with parameters of type Event Constructor Description PackageSearchCondition(java.lang.String queryString, Envelope envelope, Event event, java.time.LocalDateTime fromDate, java.time.LocalDateTime toDate, java.util.List<Organization> organizations, java.util.List<Group> groups, java.util.List<Tag> tags, java.util.List<java.lang.String> formats, java.util.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 Event Modifier and Type Method Description PackageRequestBuilder.PackageSearchRequestBuilderPackageRequestBuilder.PackageSearchRequestBuilder. event(Event event, java.time.LocalDateTime from, java.time.LocalDateTime to) -
Uses of Event in net.anwiba.spatial.ckan.request.time
Methods in net.anwiba.spatial.ckan.request.time that return Event Modifier and Type Method Description static EventEvent. valueOf(java.lang.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.
-