Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.model.registry.eml | |
org.gbif.api.service.registry | |
org.gbif.api.util |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
Organization.getContacts() |
List<Contact> |
Node.getContacts() |
List<Contact> |
Network.getContacts() |
List<Contact> |
Installation.getContacts() |
List<Contact> |
Dataset.getContacts() |
Modifier and Type | Method and Description |
---|---|
boolean |
Contact.lenientEquals(Contact contact)
This implementation of the
equals(Object) method does only check business equality and disregards
automatically set and maintained fields like createdBy, key and others. |
Modifier and Type | Method and Description |
---|---|
void |
Organization.setContacts(List<Contact> contacts) |
void |
Node.setContacts(List<Contact> contacts) |
void |
Network.setContacts(List<Contact> contacts) |
void |
Installation.setContacts(List<Contact> contacts) |
void |
Dataset.setContacts(List<Contact> contacts) |
void |
Contactable.setContacts(List<Contact> contacts) |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
RelatedProject.getContacts() |
List<Contact> |
Project.getContacts() |
Modifier and Type | Method and Description |
---|---|
void |
RelatedProject.addContact(Contact contact) |
void |
Project.addContact(Contact contact)
Add contact to Contact List.
|
Modifier and Type | Method and Description |
---|---|
void |
RelatedProject.setContacts(List<Contact> contacts) |
void |
Project.setContacts(List<Contact> contacts) |
Constructor and Description |
---|
Project(String title,
String identifier,
List<Contact> contacts,
String abstract_,
String funding,
String studyAreaDescription,
String designDescription) |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
ContactService.listContacts(@NotNull UUID targetEntityKey)
List all contacts of a target entity.
|
Modifier and Type | Method and Description |
---|---|
int |
ContactService.addContact(@NotNull UUID targetEntityKey,
@NotNull @Valid Contact contact)
Add a new Contact to a target entity.
|
void |
ContactService.updateContact(@NotNull UUID targetEntityKey,
@NotNull @Valid Contact contact)
Updates the given contact for the target entity.
|
Modifier and Type | Method and Description |
---|---|
Contact |
ContactAdapter.getAdministrativeContact()
Get the AdministrativeContact
Contact . |
Contact |
ContactAdapter.getFirstPreferredType(ContactType type)
Get the first primary
Contact for the provided type. |
Contact |
ContactAdapter.getResourceCreator()
Get the ResourceCreator
Contact . |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
ContactAdapter.getAllType(ContactType type)
Get all
Contact for the provided type. |
List<Contact> |
ContactAdapter.getAssociatedParties()
Get the list of AssociatedParties.
|
List<Contact> |
ContactAdapter.getContacts()
Get the list of
Contact of type ContactType.ADMINISTRATIVE_POINT_OF_CONTACT. |
List<Contact> |
ContactAdapter.getCreators()
Get the list of
Contact of type ContactType.ORIGINATOR. |
List<Contact> |
ContactAdapter.getFilteredContacts(ContactType... types)
Filter contacts based on the provided contact types.
|
List<Contact> |
ContactAdapter.getMetadataProviders()
Get the list of
Contact of type ContactType.METADATA_AUTHOR. |
Modifier and Type | Method and Description |
---|---|
static String |
ContactAdapter.formatContactName(Contact contact)
Format the name of the contact as "FirstName LastName".
|
static String |
CitationGenerator.getAuthorName(Contact creator)
Given a
Contact , generates a String for that contact for citation purpose. |
Modifier and Type | Method and 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.getAuthorsForCamtrap(List<Contact> contacts) |
Constructor and Description |
---|
ContactAdapter(List<Contact> contacts) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.