Uses of Class
org.gedcomx.links.Link

Packages that use Link
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.agent
 

Methods in org.gedcomx.agent with parameters of type Link
 Agent Agent.link(Link link)
           
 

Uses of Link in org.gedcomx.common
 

Methods in org.gedcomx.common with parameters of type Link
 EvidenceReference EvidenceReference.link(Link link)
           
 Note Note.link(Link link)
           
 

Uses of Link in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion with parameters of type Link
 PlaceDescription PlaceDescription.link(Link link)
           
 Document Document.link(Link link)
           
 Person Person.link(Link link)
           
 Conclusion Conclusion.link(Link link)
           
 Gender Gender.link(Link link)
           
 Relationship Relationship.link(Link link)
           
 Event Event.link(Link link)
           
 EventRole EventRole.link(Link link)
           
 Name Name.link(Link link)
           
 Fact Fact.link(Link link)
           
 Subject Subject.link(Link link)
           
 

Uses of Link in org.gedcomx.links
 

Methods in org.gedcomx.links that return Link
 Link Link.accept(String accept)
          Build out this link with an accept.
 Link Link.allow(String allow)
          Build out this link with an 'allow'.
 Link Link.count(Integer count)
          Build out this link with a count.
 Link HypermediaEnabledData.getLink(String rel)
          Get a link by its rel.
 Link SupportsLinks.getLink(String rel)
          Get a link by its rel.
 Link Link.href(URI href)
          Build out this link with an href.
 Link Link.hreflang(String hreflang)
          Build out this link with an href lang.
 Link Link.offset(Integer offset)
          Build out this link with an offset.
 Link Link.rel(String rel)
          Build out this link with a rel.
 Link Link.results(Integer results)
          Build out this link with total results.
 Link Link.template(String template)
          Build out this link with a template.
 Link Link.title(String title)
          Build out this link with a title.
 Link Link.type(String type)
          Build out this link with a type.
 

Methods in org.gedcomx.links that return types with arguments of type Link
 List<Link> HypermediaEnabledData.getLinks()
          The list of hypermedia links.
 List<Link> SupportsLinks.getLinks()
          The list of hypermedia links.
 List<Link> HypermediaEnabledData.getLinks(String rel)
          Get a list of links by rel.
 List<Link> SupportsLinks.getLinks(String rel)
          Get a list of links by rel.
 

Methods in org.gedcomx.links with parameters of type Link
 void HypermediaEnabledData.addLink(Link link)
          Add a hypermedia link.
 void SupportsLinks.addLink(Link link)
          Add a hypermedia link.
 HypermediaEnabledData HypermediaEnabledData.link(Link link)
          Build up this data with a link.
 

Method parameters in org.gedcomx.links with type arguments of type Link
 void HypermediaEnabledData.setLinks(List<Link> links)
          The list of hypermedia links.
 void SupportsLinks.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
 Field Field.link(Link link)
           
 FieldDescriptor FieldDescriptor.link(Link link)
           
 Collection Collection.link(Link link)
           
 FieldValue FieldValue.link(Link link)
           
 RecordSet RecordSet.link(Link link)
           
 CollectionContent CollectionContent.link(Link link)
           
 

Uses of Link in org.gedcomx.source
 

Methods in org.gedcomx.source with parameters of type Link
 SourceCitation SourceCitation.link(Link link)
           
 SourceDescription SourceDescription.link(Link link)
           
 SourceReference SourceReference.link(Link link)
           
 



Copyright © 2015. All rights reserved.