Uses of Class
org.gbif.api.model.registry.CitationContact
-
Packages that use CitationContact Package Description org.gbif.api.model.registry org.gbif.api.util -
-
Uses of CitationContact in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return types with arguments of type CitationContact Modifier and Type Method Description List<CitationContact>
Dataset. getContactsCitation()
A generated list of contacts used in the citation text when it is generated by the GBIF API.Method parameters in org.gbif.api.model.registry with type arguments of type CitationContact Modifier and Type Method Description void
Dataset. setContactsCitation(List<CitationContact> contactsCitation)
-
Uses of CitationContact in org.gbif.api.util
Methods in org.gbif.api.util that return types with arguments of type CitationContact Modifier and Type Method Description static List<CitationContact>
CitationGenerator. getAuthors(List<Contact> contacts)
Extracts an ordered list of unique authors from a list of contacts.static List<CitationContact>
CitationGenerator. getAuthors(Dataset dataset)
static List<CitationContact>
CitationGenerator. getAuthorsForCamtrap(List<Contact> contacts)
Method parameters in org.gbif.api.util with type arguments of type CitationContact Modifier and Type Method Description static List<String>
CitationGenerator. generateAuthorsName(List<CitationContact> authors)
-