Uses of Class
org.gbif.api.model.registry.Network
-
Packages that use Network Package Description org.gbif.api.model.registry org.gbif.api.service.registry -
-
Uses of Network in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type Network Modifier and Type Method Description boolean
Network. lenientEquals(Network other)
Tests persisted fields, excluding the server controlled values such as key and createdBy. -
Uses of Network in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type Network Modifier and Type Method Description PagingResponse<Network>
NetworkService. list(NetworkRequestSearchParams searchParams)
Provides paging service to list networks that can be filtered by multiple parameters.List<Network>
DatasetService. listNetworks(UUID datasetKey)
Lists all networks that this dataset is a constituent of.
-