| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
EvidenceReference |
EvidenceReference.link(Link link) |
Note |
Note.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.link(Link link) |
Conclusion |
Conclusion.link(Link link) |
Gender |
Gender.link(Link link) |
Person |
Person.link(Link link) |
Fact |
Fact.link(Link link) |
Event |
Event.link(Link link) |
PlaceDescription |
PlaceDescription.link(Link link) |
Subject |
Subject.link(Link link) |
EventRole |
EventRole.link(Link link) |
Relationship |
Relationship.link(Link link) |
Name |
Name.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
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 |
SupportsLinks.getLink(String rel)
Get a link by its rel.
|
Link |
HypermediaEnabledData.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
SupportsLinks.getLinks()
The list of hypermedia links.
|
List<Link> |
HypermediaEnabledData.getLinks()
The list of hypermedia links.
|
List<Link> |
SupportsLinks.getLinks(String rel)
Get a list of links by rel.
|
List<Link> |
HypermediaEnabledData.getLinks(String rel)
Get a list of links by rel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportsLinks.addLink(Link link)
Add a hypermedia link.
|
void |
HypermediaEnabledData.addLink(Link link)
Add a hypermedia link.
|
HypermediaEnabledData |
HypermediaEnabledData.link(Link link)
Build up this data with a link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportsLinks.setLinks(List<Link> links)
The list of hypermedia links.
|
void |
HypermediaEnabledData.setLinks(List<Link> links)
The list of hypermedia links.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSet |
RecordSet.link(Link link) |
CollectionContent |
CollectionContent.link(Link link) |
Collection |
Collection.link(Link link) |
FieldValue |
FieldValue.link(Link link) |
Field |
Field.link(Link link) |
FieldDescriptor |
FieldDescriptor.link(Link link) |
| Modifier and Type | Method and Description |
|---|---|
SourceReference |
SourceReference.link(Link link) |
SourceDescription |
SourceDescription.link(Link link) |
SourceCitation |
SourceCitation.link(Link link) |
Copyright © 2016. All rights reserved.