Uses of Class
org.gbif.api.model.registry.Node
-
Packages that use Node Package Description org.gbif.api.model.registry org.gbif.api.service.registry org.gbif.api.util.iterables -
-
Uses of Node in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type Node Modifier and Type Method Description boolean
Node. lenientEquals(Node other)
Compares the entities for business logic equality using a very lenient approach. -
Uses of Node in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return Node Modifier and Type Method Description Node
NodeService. getByCountry(Country country)
Returns a node for a given country.Methods in org.gbif.api.service.registry that return types with arguments of type Node Modifier and Type Method Description PagingResponse<Node>
NodeService. list(NodeRequestSearchParams searchParams)
Provides paging service to list nodes that can be filtered by multiple parameters. -
Uses of Node in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables that return types with arguments of type Node Modifier and Type Method Description PagingResponse<Node>
NodePager. nextPage(PagingRequest page)
static Iterable<Node>
Iterables. nodes(NodeService service)
Iterate over all endorsing nodes
-