Interface OccurrenceSearchService

    • Method Detail

      • suggestCatalogNumbers

        List<StringsuggestCatalogNumbers​(@Min(1L)
                                           @Min(1L) String prefix,
                                           @Nullable
                                           Integer limit)
        Searches catalog numbers which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of catalog numbers
      • suggestCollectionCodes

        List<StringsuggestCollectionCodes​(@Min(1L)
                                            @Min(1L) String prefix,
                                            @Nullable
                                            Integer limit)
        Searches collection codes which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of collection names
      • suggestRecordedBy

        List<StringsuggestRecordedBy​(@Min(1L)
                                       @Min(1L) String prefix,
                                       @Nullable
                                       Integer limit)
        Searches collector names (dwc:recordedBy) which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of collector names
      • suggestIdentifiedBy

        List<StringsuggestIdentifiedBy​(@Min(1L)
                                         @Min(1L) String prefix,
                                         @Nullable
                                         Integer limit)
        Searches collector names (dwc:identifiedBy) which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of collector names
      • suggestRecordNumbers

        List<StringsuggestRecordNumbers​(@Min(1L)
                                          @Min(1L) String prefix,
                                          @Nullable
                                          Integer limit)
        Searches record numbers which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of collector names
      • suggestInstitutionCodes

        List<StringsuggestInstitutionCodes​(@Min(1L)
                                             @Min(1L) String prefix,
                                             @Nullable
                                             Integer limit)
        Searches institution codes which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of institution codes
      • suggestOccurrenceIds

        List<StringsuggestOccurrenceIds​(@Min(1L)
                                          @Min(1L) String prefix,
                                          @Nullable
                                          Integer limit)
        Searches DwC occurrenceIds which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of occurrenceIds
      • suggestOrganismIds

        List<StringsuggestOrganismIds​(@Min(1L)
                                        @Min(1L) String prefix,
                                        @Nullable
                                        Integer limit)
        Searches DwC organismsIds which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of organismIds
      • suggestLocalities

        List<StringsuggestLocalities​(@Min(1L)
                                       @Min(1L) String prefix,
                                       @Nullable
                                       Integer limit)
        Searches DwC localities which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of localities
      • suggestWaterBodies

        List<StringsuggestWaterBodies​(@Min(1L)
                                        @Min(1L) String prefix,
                                        @Nullable
                                        Integer limit)
        Searches DwC water bodies which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of water bodies
      • suggestStateProvinces

        List<StringsuggestStateProvinces​(@Min(1L)
                                           @Min(1L) String prefix,
                                           @Nullable
                                           Integer limit)
        Searches DwC state/provinces which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of state provinces
      • suggestSamplingProtocol

        List<StringsuggestSamplingProtocol​(@Min(1L)
                                             @Min(1L) String prefix,
                                             @Nullable
                                             Integer limit)
        Searches DwC sampling protocols which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of state provinces
      • suggestEventId

        List<StringsuggestEventId​(@Min(1L)
                                    @Min(1L) String prefix,
                                    @Nullable
                                    Integer limit)
        Searches DwC eventIds which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of state provinces
      • suggestParentEventId

        List<StringsuggestParentEventId​(@Min(1L)
                                          @Min(1L) String prefix,
                                          @Nullable
                                          Integer limit)
        Searches DwC parentEventIds which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of state provinces
      • suggestOtherCatalogNumbers

        List<StringsuggestOtherCatalogNumbers​(@Min(1L)
                                                @Min(1L) String prefix,
                                                @Nullable
                                                Integer limit)
        Searches other catalog numbers which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of other catalog numbers
      • suggestDatasetName

        List<StringsuggestDatasetName​(@Min(1L)
                                        @Min(1L) String prefix,
                                        @Nullable
                                        Integer limit)
        Searches dataset names which start with the input prefix. If the limit is set to a number less than 0, then no maximum limit is enforced. If limit contains a null value, a default value is set by the service implementation.
        Parameters:
        prefix - search pattern
        limit - maximum number of results to return
        Returns:
        of dataset names