Uses of Class
org.gedcomx.common.ResourceReference
-
Packages that use ResourceReference Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.agent The contributor model.org.gedcomx.common The id model defines the standard mechanisms for identifying genealogical entities.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.records The sources model.org.gedcomx.rt org.gedcomx.source The sources model.org.gedcomx.util -
-
Uses of ResourceReference in org.gedcomx
Methods in org.gedcomx with parameters of type ResourceReference Modifier and Type Method Description RelationshipGedcomx. findCoupleRelationship(ResourceReference person1, ResourceReference person2)Find the couple relationship (if any) that corresponds to the relationship between the people with the given IDs.RelationshipGedcomx. findParentChildRelationship(ResourceReference parent, ResourceReference child)Find the parent-child relationship between the given two persons.protected static voidGedcomx. fixId(ResourceReference ref, String localId)protected static booleanGedcomx. samePerson(ResourceReference ref1, ResourceReference ref2)Tell whether the given resource reference is referencing the current person -
Uses of ResourceReference in org.gedcomx.agent
Methods in org.gedcomx.agent that return ResourceReference Modifier and Type Method Description ResourceReferenceAgent. getHomepage()The homepage of the person or organization.ResourceReferenceAgent. getOpenid()The openid of the person or organization.ResourceReferenceAgent. getPerson()The person that describes this agent.ResourceReferenceOnlineAccount. getServiceHomepage()The homepage of the service that provides this account.Methods in org.gedcomx.agent that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>Agent. getEmails()The emails that belong to this person or organization.List<ResourceReference>Agent. getPhones()The phones that belong to this person or organization.Methods in org.gedcomx.agent with parameters of type ResourceReference Modifier and Type Method Description voidAgent. addEmail(ResourceReference email)Add an email.voidAgent. addPhone(ResourceReference phone)Add a phone.AgentAgent. email(ResourceReference email)Build up this agent with an email address.AgentAgent. homepage(ResourceReference homepage)Build up this agent with a home page.AgentAgent. openid(ResourceReference openid)Build up this agent with a open id.AgentAgent. person(ResourceReference person)Build up this agent with a person.AgentAgent. phone(ResourceReference phone)Build up this agent with a phone number.OnlineAccountOnlineAccount. serviceHomepage(ResourceReference serviceHomepage)Build up this online account with a service homepage.voidAgent. setHomepage(ResourceReference homepage)The homepage of the person or organization.voidAgent. setOpenid(ResourceReference openid)The openid of the person or organization.voidAgent. setPerson(ResourceReference person)The person that describes this agent.voidOnlineAccount. setServiceHomepage(ResourceReference serviceHomepage)The homepage of the service that provides this account.Method parameters in org.gedcomx.agent with type arguments of type ResourceReference Modifier and Type Method Description voidAgent. setEmails(List<ResourceReference> emails)The emails that belong to this person or organization.voidAgent. setPhones(List<ResourceReference> phones)The phones that belong to this person or organization. -
Uses of ResourceReference in org.gedcomx.common
Methods in org.gedcomx.common that return ResourceReference Modifier and Type Method Description ResourceReferenceAttribution. getContributor()Reference to the contributor of the attributed data.ResourceReferenceAttribution. getCreator()Reference to the creator of the attributed data.ResourceReferenceResourceReference. resource(URI resource)Build up this resource reference with a resource.ResourceReferenceResourceReference. resourceId(String resourceId)Build up this resource reference with a resource id.Methods in org.gedcomx.common with parameters of type ResourceReference Modifier and Type Method Description AttributionAttribution. contributor(ResourceReference contributor)Build up this attribution with a contributor.AttributionAttribution. creator(ResourceReference creator)Build up this attribution with a creator.voidAttribution. setContributor(ResourceReference contributor)Reference to the contributor of the attributed data.voidAttribution. setCreator(ResourceReference creator)Reference to the creator of the attributed data. -
Uses of ResourceReference in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return ResourceReference Modifier and Type Method Description ResourceReferenceConclusion. getAnalysis()A reference to the analysis document explaining the analysis that went into this conclusion.ResourceReferencePlaceDescription. getJurisdiction()A reference to a description of the jurisdiction this place.ResourceReferenceFamilyView. getParent1()A reference to a parent in the family.ResourceReferenceFamilyView. getParent2()A reference to a parent in the family.ResourceReferenceEventRole. getPerson()Reference to the person playing the role in the event.ResourceReferenceRelationship. getPerson1()A reference to a person in the relationship.ResourceReferenceRelationship. getPerson2()A reference to a person in the relationship.ResourceReferencePlaceDescription. getPlace()A reference to the place being described.ResourceReferencePlaceDescription. getSpatialDescription()A reference to a geospatial description of this place.Methods in org.gedcomx.conclusion that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>FamilyView. getChildren()A list of references to the children of this family.Methods in org.gedcomx.conclusion with parameters of type ResourceReference Modifier and Type Method Description voidFamilyView. addChild(ResourceReference child)Add a child.ConclusionConclusion. analysis(ResourceReference analysis)Add a reference to the analysis for this conclusion.DocumentDocument. analysis(ResourceReference analysis)EventEvent. analysis(ResourceReference analysis)EventRoleEventRole. analysis(ResourceReference analysis)FactFact. analysis(ResourceReference analysis)GenderGender. analysis(ResourceReference analysis)NameName. analysis(ResourceReference analysis)PersonPerson. analysis(ResourceReference analysis)PlaceDescriptionPlaceDescription. analysis(ResourceReference analysis)RelationshipRelationship. analysis(ResourceReference analysis)SubjectSubject. analysis(ResourceReference analysis)FamilyViewFamilyView. child(ResourceReference child)Build out this family by adding a child.PlaceDescriptionPlaceDescription. jurisdiction(ResourceReference jurisdiction)Build out this place description with a jurisdiction.FamilyViewFamilyView. parent1(ResourceReference parent1)Build out this family with a reference to parent1.FamilyViewFamilyView. parent2(ResourceReference parent2)Build out this family with a reference to parent2.EventRoleEventRole. person(ResourceReference person)Build up this event role with a person.RelationshipRelationship. person1(ResourceReference person1)Build out this relationship with a reference to person 1.RelationshipRelationship. person2(ResourceReference person2)Build out this relationship with a reference to person 2.PlaceDescriptionPlaceDescription. place(ResourceReference place)Build out this place description with a place.voidConclusion. setAnalysis(ResourceReference analysis)A reference to the analysis document explaining the analysis that went into this conclusion.voidPlaceDescription. setJurisdiction(ResourceReference jurisdiction)A reference to a description of the jurisdiction this place.voidFamilyView. setParent1(ResourceReference parent1)A reference to a parent in the family.voidFamilyView. setParent2(ResourceReference parent2)A reference to a parent in the family.voidEventRole. setPerson(ResourceReference person)Reference to the person playing the role in the event.voidRelationship. setPerson1(ResourceReference person1)A reference to a person in the relationship.voidRelationship. setPerson2(ResourceReference person2)A reference to a person in the relationship.voidPlaceDescription. setPlace(ResourceReference place)A reference to the place being described.voidPlaceDescription. setSpatialDescription(ResourceReference spatialDescription)A reference to a geospatial description of this place.PlaceDescriptionPlaceDescription. spatialDescription(ResourceReference spatialDescription)Build out this place description with a spacial description.Method parameters in org.gedcomx.conclusion with type arguments of type ResourceReference Modifier and Type Method Description voidFamilyView. setChildren(List<ResourceReference> children)A list of references to the children of this family. -
Uses of ResourceReference in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type ResourceReference Modifier and Type Method Description FieldValueFieldValue. analysis(ResourceReference analysis) -
Uses of ResourceReference in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type ResourceReference Modifier and Type Method Description static ExtensibleDataGedcomxLocalReferenceResolver. resolve(ResourceReference ref, Gedcomx document) -
Uses of ResourceReference in org.gedcomx.source
Methods in org.gedcomx.source that return ResourceReference Modifier and Type Method Description ResourceReferenceSourceDescription. getAnalysis()A reference to the analysis document explaining the analysis that went into this description of the source.ResourceReferenceSourceCitation. getCitationTemplate()A reference to the citation template for this citation.ResourceReferenceSourceDescription. getDescriptorRef()Reference to a descriptor of fields and type of data that can be expected to be extracted from the source.ResourceReferenceSourceDescription. getMediator()A reference to the entity that mediates access to the described source.ResourceReferenceSourceDescription. getPublisher()A reference to the entity responsible for making the described source available.ResourceReferenceSourceDescription. getRepository()Reference to an agent describing the repository in which the source is found.Methods in org.gedcomx.source with parameters of type ResourceReference Modifier and Type Method Description SourceDescriptionSourceDescription. analysis(ResourceReference analysis)Build out this source description with an analyis.SourceCitationSourceCitation. citationTemplate(ResourceReference citationTemplate)Build out this source citation with a template.SourceDescriptionSourceDescription. descriptorRef(ResourceReference descriptorRef)Build out this source description with a descriptor ref.SourceDescriptionSourceDescription. mediator(ResourceReference mediator)Build out this source description with a mediator.SourceDescriptionSourceDescription. publisher(ResourceReference publisher)Build out this source description with a publisher.SourceDescriptionSourceDescription. repository(ResourceReference repository)Build out this source description with a repository.voidSourceDescription. setAnalysis(ResourceReference analysis)A reference to the analysis document explaining the analysis that went into this description of the source.voidSourceCitation. setCitationTemplate(ResourceReference citationTemplate)A reference to the citation template for this citation.voidSourceDescription. setDescriptorRef(ResourceReference descriptorRef)Reference to a descriptor of fields and type of data that can be expected to be extracted from the source.voidSourceDescription. setMediator(ResourceReference mediator)A reference to the entity that mediates access to the described source.voidSourceDescription. setPublisher(ResourceReference publisher)A reference to the entity responsible for making the described source available.voidSourceDescription. setRepository(ResourceReference repository)Reference to an agent describing the repository in which the source is found. -
Uses of ResourceReference in org.gedcomx.util
Methods in org.gedcomx.util with parameters of type ResourceReference Modifier and Type Method Description PersonDocMap. getPerson(ResourceReference resourceReference)Get the person from the GedcomX document that has the id given in the URI of the given ResourceReference.
-