Uses of Class
org.gedcomx.conclusion.Person
Packages that use Person
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
-
Uses of Person in org.gedcomx
Methods in org.gedcomx that return PersonModifier and TypeMethodDescriptionGedcomx.findPerson(URI uri) Find a person in the document by URI.Gedcomx.getPerson()Get the first person in the document.Methods in org.gedcomx that return types with arguments of type PersonModifier and TypeMethodDescriptionGedcomx.getPersons()The persons included in this genealogical data set.Gedcomx.persons()Create a stream for the persons in this data set.Methods in org.gedcomx with parameters of type PersonModifier and TypeMethodDescriptionvoidAdd a person to the data set.Gedcomx.addPersonDescription(Person person, Date lastModified, DateFormat dateFormat, String version, URI collectionUri) Add a description for the person in this document.Build this out with a person.Method parameters in org.gedcomx with type arguments of type PersonModifier and TypeMethodDescriptionvoidGedcomx.setPersons(List<Person> persons) The persons included in this genealogical data set. -
Uses of Person in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return PersonModifier and TypeMethodDescriptionPerson.analysis(ResourceReference analysis) Person.attribution(Attribution attribution) Person.confidence(URI confidence) Person.confidence(ConfidenceLevel confidence) Person.displayExtension(DisplayProperties display) Build out this person with a display exension.Person.evidence(EvidenceReference evidence) Person.extensionElement(Object element) Build out this person with a fact.Build out this person with a field.Build out this person with a gender.Person.gender(GenderType gender) Build out this person with a gender.Person.identifier(Identifier identifier) Build out this person with a living flag.Person.media(SourceDescription media) Person.media(SourceReference media) Build out this person with a name.Build out this person with a name.Person.persistentId(URI persistentId) Build out this person with a persistent ID.Build out this person with a principal flag.Person.source(SourceDescription source) Person.source(SourceReference sourceReference) Methods in org.gedcomx.conclusion with parameters of type PersonModifier and TypeMethodDescriptionvoidEmbed the specified person into this one.Build up this event role with a person.Build out this relationship with a reference to person 1.Build out this relationship with a reference to person 2.Constructors in org.gedcomx.conclusion with parameters of type Person -
Uses of Person in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type PersonModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitPerson(Person person) voidGedcomxModelVisitor.visitPerson(Person person) voidGedcomxModelVisitorBase.visitPerson(Person person) -
Uses of Person in org.gedcomx.util
Methods in org.gedcomx.util that return PersonModifier and TypeMethodDescriptionDocMap.getMainPerson()Get the Person described by the main SourceDescription.Get the person from the GedcomX document that has the given id (with or without "#") or an identifier that matches the given idOrUrl.DocMap.getPerson(ResourceReference resourceReference) Get the person from the GedcomX document that has the id given in the URI of the given ResourceReference.Get the person from the GedcomX document that has the given id (with or without "#") or identifier.Methods in org.gedcomx.util that return types with arguments of type PersonModifier and TypeMethodDescriptionFieldMap.getPersonFieldMap(Gedcomx record) Get a map of Person to the list of Fields for that person.DocMap.getPersonMap(Gedcomx doc) Create a map of local id (and "#" + id) as well as all person identifiers to the local Person object with that id or identifier.Methods in org.gedcomx.util with parameters of type PersonModifier and TypeMethodDescriptionFieldMap.getPersonLabelValueMap(Person person) Get a map of labelId to list of values for that labelId for the given person.Get a list of values that had the given labelId in the record for the given person.