Uses of Class
org.gbif.api.vocabulary.collections.Source
-
Packages that use Source Package Description org.gbif.api.model.collections org.gbif.api.service.collections org.gbif.api.vocabulary.collections -
-
Uses of Source in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return Source Modifier and Type Method Description Source
MasterSourceMetadata. getSource()
Methods in org.gbif.api.model.collections with parameters of type Source Modifier and Type Method Description void
MasterSourceMetadata. setSource(Source source)
Constructors in org.gbif.api.model.collections with parameters of type Source Constructor Description MasterSourceMetadata(Source source, String sourceId)
-
Uses of Source in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections with parameters of type Source Modifier and Type Method Description List<T>
CollectionEntityService. findByMasterSource(Source source, String sourceId)
Finds the collection entity whose master data metadata matches with the parameters received. -
Uses of Source in org.gbif.api.vocabulary.collections
Methods in org.gbif.api.vocabulary.collections that return Source Modifier and Type Method Description static Source
Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static Source[]
Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-