Uses of Class
org.gedcomx.source.SourceDescription
Packages that use SourceDescription
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
The sources model.
The sources model.
-
Uses of SourceDescription in org.gedcomx
Methods in org.gedcomx that return SourceDescriptionModifier and TypeMethodDescriptionGedcomx.findDescription()Find the description of this record.Gedcomx.findDescription(URI uri) Find a description in the document by URI.Gedcomx.getSourceDescription()Get the first source description in the document.Gedcomx.getSourceDescription(URI resourceType) Get the first source description in the document with the type that is specified.Methods in org.gedcomx that return types with arguments of type SourceDescriptionModifier and TypeMethodDescriptionGedcomx.getSourceDescriptions()The descriptions of sources included in this genealogical data set.Gedcomx.sourceDescriptions()Create a stream of the source descriptions in this document.Methods in org.gedcomx with parameters of type SourceDescriptionModifier and TypeMethodDescriptionvoidGedcomx.addSourceDescription(SourceDescription sourceDescription) Add a source description to the data set.Gedcomx.sourceDescription(SourceDescription sourceDescription) Build this out with a source description.Method parameters in org.gedcomx with type arguments of type SourceDescriptionModifier and TypeMethodDescriptionprotected static voidGedcomx.fixupSourceReferences(List<SourceDescription> sds, Subject local) voidGedcomx.setSourceDescriptions(List<SourceDescription> sourceDescriptions) The descriptions of sources included in this genealogical data set. -
Uses of SourceDescription in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion with parameters of type SourceDescriptionModifier and TypeMethodDescriptionEvent.media(SourceDescription media) Person.media(SourceDescription media) PlaceDescription.media(SourceDescription media) Relationship.media(SourceDescription media) Subject.media(SourceDescription media) Build up this subject with a media reference.Conclusion.source(SourceDescription source) Build up this conclusion with a source reference.Document.source(SourceDescription source) Event.source(SourceDescription source) EventRole.source(SourceDescription source) Fact.source(SourceDescription source) Gender.source(SourceDescription source) Name.source(SourceDescription source) Person.source(SourceDescription source) PlaceDescription.source(SourceDescription source) Relationship.source(SourceDescription source) Subject.source(SourceDescription source) -
Uses of SourceDescription in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type SourceDescription -
Uses of SourceDescription in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type SourceDescriptionModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitSourceDescription(SourceDescription sourceDescription) voidGedcomxModelVisitor.visitSourceDescription(SourceDescription sourceDescription) voidGedcomxModelVisitorBase.visitSourceDescription(SourceDescription sourceDescription) -
Uses of SourceDescription in org.gedcomx.source
Methods in org.gedcomx.source that return SourceDescriptionModifier and TypeMethodDescriptionBuild out this source description with an about reference.SourceDescription.analysis(ResourceReference analysis) Build out this source description with an analyis.SourceDescription.attribution(Attribution attribution) Build out this source description with attribution.Build out this source description with a authors.Build out this source description with a citation.SourceDescription.citation(SourceCitation citation) Build out this source description with a citation.SourceDescription.componentOf(SourceDescription componentOf) Build out this source description with a component of.SourceDescription.componentOf(SourceReference componentOf) Build out this source description with a component of.Build out this source description with coverage.Build out this source description with a created date.SourceDescription.description(String description) Build out this source description with a description.SourceDescription.description(TextValue description) Build out this source description with a description.SourceDescription.descriptorRef(ResourceReference descriptorRef) Build out this source description with a descriptor ref.SourceDescription.extensionElement(Object element) Build this out with a field.SourceDescription.identifier(Identifier identifier) Build out this source description with an identifier.Build out this envelope with a lang.SourceDescription.mediator(ResourceReference mediator) Build out this source description with a mediator.Build out this source description with a media type.Build out this source description with a modified date.Build out this source description with a note.SourceDescription.persistentId(URI persistentId) Build out this source with a persistent ID.SourceDescription.publisher(ResourceReference publisher) Build out this source description with a publisher.SourceDescription.repository(Agent repository) Build out this source description with a repository.SourceDescription.repository(ResourceReference repository) Build out this source description with a repository.SourceDescription.resourceType(URI resourceType) Build of this source description with a resource type.SourceDescription.resourceType(ResourceType resourceType) Build of this source description with a resource type.Build out this source description with a rights.Build out this source description with a sort key.SourceDescription.source(SourceReference source) Build out this source description by adding a source reference.Build out this source description with a title.Build out this source description with a title.SourceDescription.titleLabel(TextValue titleLabel) Build this out by applying a label for the title of this description.Build out this source description with a version.Methods in org.gedcomx.source with parameters of type SourceDescriptionModifier and TypeMethodDescriptionSourceDescription.componentOf(SourceDescription componentOf) Build out this source description with a component of.SourceReference.description(SourceDescription description) Build up this source reference with a description reference.voidSourceDescription.embed(SourceDescription description) Embed the specified description.Constructors in org.gedcomx.source with parameters of type SourceDescription -
Uses of SourceDescription in org.gedcomx.util
Methods in org.gedcomx.util that return SourceDescriptionModifier and TypeMethodDescriptionDocMap.getMainSourceDescription()Get the SourceDescription referenced by the GedcomX document's descriptionRef.DocMap.getSourceDescription(String idOrUrl) Get the SourceDescription from the GedcomX document that has the given id (with or without "#") or an identifier that matches the given idOrUrl.DocMap.getSourceDescription(URI uri) Get the SourceDescription from the GedcomX document that has the given id (with or without "#") or an identifier that matches the given idOrUrl.DocMap.getSourceDescription(SourceReference sourceReference) Get the SourceDescription referenced by the given SourceReference.Methods in org.gedcomx.util that return types with arguments of type SourceDescriptionModifier and TypeMethodDescriptionstatic Map<String,SourceDescription> DocMap.getSourceDescriptionMap(Gedcomx doc) Create a map of id (and "#" + id) and all identifier URI strings to SourceDescription with that ID, to make it easier to look up SourceDescriptions that are referenced elsewhere.Methods in org.gedcomx.util with parameters of type SourceDescriptionModifier and TypeMethodDescriptionstatic booleanFieldMap.isCensus(SourceDescription sourceDescription) Tell whether the given SourceDescription has 'coverage' with a RecordType of census.