Uses of Class
org.gedcomx.links.Link
-
Packages that use Link 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.links The hypermedia model.org.gedcomx.records The sources model.org.gedcomx.source The sources model. -
-
Uses of Link in org.gedcomx
Methods in org.gedcomx with parameters of type Link Modifier and Type Method Description GedcomxGedcomx. link(Link link) -
Uses of Link in org.gedcomx.agent
Methods in org.gedcomx.agent with parameters of type Link Modifier and Type Method Description AgentAgent. link(Link link) -
Uses of Link in org.gedcomx.common
Methods in org.gedcomx.common with parameters of type Link Modifier and Type Method Description EvidenceReferenceEvidenceReference. link(Link link)NoteNote. link(Link link) -
Uses of Link in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion with parameters of type Link Modifier and Type Method Description ConclusionConclusion. link(Link link)DocumentDocument. link(Link link)EventEvent. link(Link link)EventRoleEventRole. link(Link link)FactFact. link(Link link)GenderGender. link(Link link)NameName. link(Link link)PersonPerson. link(Link link)PlaceDescriptionPlaceDescription. link(Link link)RelationshipRelationship. link(Link link)SubjectSubject. link(Link link) -
Uses of Link in org.gedcomx.links
Methods in org.gedcomx.links that return Link Modifier and Type Method Description LinkLink. accept(String accept)Build out this link with an accept.LinkLink. allow(String allow)Build out this link with an 'allow'.LinkLink. count(Integer count)Build out this link with a count.LinkHypermediaEnabledData. getLink(String rel)Get a link by its rel.LinkSupportsLinks. getLink(String rel)Get a link by its rel.LinkLink. href(URI href)Build out this link with an href.LinkLink. hreflang(String hreflang)Build out this link with an href lang.LinkLink. offset(Integer offset)Build out this link with an offset.LinkLink. rel(String rel)Build out this link with a rel.LinkLink. results(Integer results)Build out this link with total results.LinkLink. template(String template)Build out this link with a template.LinkLink. title(String title)Build out this link with a title.LinkLink. type(String type)Build out this link with a type.Methods in org.gedcomx.links that return types with arguments of type Link Modifier and Type Method Description List<Link>HypermediaEnabledData. getLinks()The list of hypermedia links.List<Link>HypermediaEnabledData. getLinks(String rel)Get a list of links by rel.List<Link>SupportsLinks. getLinks()The list of hypermedia links.List<Link>SupportsLinks. getLinks(String rel)Get a list of links by rel.Methods in org.gedcomx.links with parameters of type Link Modifier and Type Method Description voidHypermediaEnabledData. addLink(Link link)Add a hypermedia link.voidSupportsLinks. addLink(Link link)Add a hypermedia link.HypermediaEnabledDataHypermediaEnabledData. link(Link link)Build up this data with a link.Method parameters in org.gedcomx.links with type arguments of type Link Modifier and Type Method Description voidHypermediaEnabledData. setLinks(List<Link> links)The list of hypermedia links.voidSupportsLinks. setLinks(List<Link> links)The list of hypermedia links. -
Uses of Link in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type Link Modifier and Type Method Description CollectionCollection. link(Link link)CollectionContentCollectionContent. link(Link link)FieldField. link(Link link)FieldDescriptorFieldDescriptor. link(Link link)FieldValueFieldValue. link(Link link)RecordSetRecordSet. link(Link link) -
Uses of Link in org.gedcomx.source
Methods in org.gedcomx.source with parameters of type Link Modifier and Type Method Description SourceCitationSourceCitation. link(Link link)SourceDescriptionSourceDescription. link(Link link)SourceReferenceSourceReference. link(Link link)
-