|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Agent | |
|---|---|
| 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.rt | |
| org.gedcomx.source | The sources model. |
| org.gedcomx.util | |
| Uses of Agent in org.gedcomx |
|---|
| Methods in org.gedcomx that return types with arguments of type Agent | |
|---|---|
List<Agent> |
Gedcomx.getAgents()
The agents included in this genealogical data set. |
| Methods in org.gedcomx with parameters of type Agent | |
|---|---|
void |
Gedcomx.addAgent(Agent agent)
Add a agent to the data set. |
Gedcomx |
Gedcomx.agent(Agent agent)
Build this out with a agent. |
| Method parameters in org.gedcomx with type arguments of type Agent | |
|---|---|
void |
Gedcomx.setAgents(List<Agent> agents)
The agents included in this genealogical data set. |
| Uses of Agent in org.gedcomx.agent |
|---|
| Methods in org.gedcomx.agent that return Agent | |
|---|---|
Agent |
Agent.account(OnlineAccount account)
Build up this agent with an online account. |
Agent |
Agent.address(Address address)
Build up this agent with an address. |
Agent |
Agent.email(ResourceReference email)
Build up this agent with an email address. |
Agent |
Agent.email(String email)
Build up this agent with an email address. |
Agent |
Agent.email(URI email)
Build up this agent with an email address. |
Agent |
Agent.homepage(ResourceReference homepage)
Build up this agent with a home page. |
Agent |
Agent.homepage(URI homepage)
Build up this agent with a home page. |
Agent |
Agent.id(String id)
|
Agent |
Agent.identifier(Identifier identifier)
Build up this agent with an identifier. |
Agent |
Agent.link(Link link)
|
Agent |
Agent.link(String rel,
URI href)
|
Agent |
Agent.name(String name)
Build up this agent with a name. |
Agent |
Agent.name(TextValue name)
Build up this agent with a name. |
Agent |
Agent.openid(ResourceReference openid)
Build up this agent with a open id. |
Agent |
Agent.openid(URI openid)
Build up this agent with a open id. |
Agent |
Agent.phone(ResourceReference phone)
Build up this agent with a phone number. |
Agent |
Agent.phone(String phone)
Build up this agent with a phone number. |
Agent |
Agent.phone(URI phone)
Build up this agent with a phone number. |
| Methods in org.gedcomx.agent with parameters of type Agent | |
|---|---|
void |
Agent.embed(Agent agent)
Embed another agent. |
| Uses of Agent in org.gedcomx.common |
|---|
| Methods in org.gedcomx.common with parameters of type Agent | |
|---|---|
Attribution |
Attribution.contributor(Agent agent)
Build up this attribution with a contributor. |
| Uses of Agent in org.gedcomx.rt |
|---|
| Methods in org.gedcomx.rt with parameters of type Agent | |
|---|---|
void |
GedcomxModelVisitorBase.visitAgent(Agent agent)
|
void |
GedcomxModelVisitor.visitAgent(Agent agent)
|
void |
GedcomxLocalReferenceResolver.visitAgent(Agent agent)
|
| Uses of Agent in org.gedcomx.source |
|---|
| Methods in org.gedcomx.source with parameters of type Agent | |
|---|---|
SourceDescription |
SourceDescription.repository(Agent repository)
Build out this source description with a repository. |
| Uses of Agent in org.gedcomx.util |
|---|
| Methods in org.gedcomx.util that return Agent | |
|---|---|
Agent |
DocMap.getAgent(String agentId)
Find the Agent with the given local id. |
Agent |
DocMap.getAgent(URI agentId)
Find the Agent with the given local id. |
| Methods in org.gedcomx.util that return types with arguments of type Agent | |
|---|---|
static Map<String,Agent> |
DocMap.getAgentMap(Gedcomx doc)
Create a map of local id (and "#" + id) to the Agent that has that id. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||