Uses of Class
org.gedcomx.agent.Agent
-
Packages that use Agent 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.rt org.gedcomx.source The sources model.org.gedcomx.util -
-
Uses of Agent in org.gedcomx
Methods in org.gedcomx that return Agent Modifier and Type Method Description AgentGedcomx. findAgent(URI uri)Find a agent in the document by URI.Methods in org.gedcomx that return types with arguments of type Agent Modifier and Type Method Description Stream<Agent>Gedcomx. agents()Create a stream of the agents in this data set.List<Agent>Gedcomx. getAgents()The agents included in this genealogical data set.Methods in org.gedcomx with parameters of type Agent Modifier and Type Method Description voidGedcomx. addAgent(Agent agent)Add a agent to the data set.GedcomxGedcomx. agent(Agent agent)Build this out with a agent.Method parameters in org.gedcomx with type arguments of type Agent Modifier and Type Method Description voidGedcomx. 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 Modifier and Type Method Description AgentAgent. account(OnlineAccount account)Build up this agent with an online account.AgentAgent. address(Address address)Build up this agent with an address.AgentAgent. email(String email)Build up this agent with an email address.AgentAgent. email(ResourceReference email)Build up this agent with an email address.AgentAgent. email(URI email)Build up this agent with an email address.AgentAgent. extensionElement(Object element)AgentAgent. homepage(ResourceReference homepage)Build up this agent with a home page.AgentAgent. homepage(URI homepage)Build up this agent with a home page.AgentAgent. id(String id)AgentAgent. identifier(Identifier identifier)Build up this agent with an identifier.AgentAgent. link(String rel, URI href)AgentAgent. link(Link link)AgentAgent. name(String name)Build up this agent with a name.AgentAgent. name(TextValue name)Build up this agent with a name.AgentAgent. openid(ResourceReference openid)Build up this agent with a open id.AgentAgent. openid(URI openid)Build up this agent with a open id.AgentAgent. person(ResourceReference person)Build up this agent with a person.AgentAgent. person(URI person)Build up this agent with a person.AgentAgent. phone(String phone)Build up this agent with a phone number.AgentAgent. phone(ResourceReference phone)Build up this agent with a phone number.AgentAgent. phone(URI phone)Build up this agent with a phone number.Methods in org.gedcomx.agent with parameters of type Agent Modifier and Type Method Description voidAgent. embed(Agent agent)Embed another agent. -
Uses of Agent in org.gedcomx.common
Methods in org.gedcomx.common with parameters of type Agent Modifier and Type Method Description AttributionAttribution. contributor(Agent agent)Build up this attribution with a contributor.AttributionAttribution. creator(Agent agent)Build up this attribution with a creator. -
Uses of Agent in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Agent Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitAgent(Agent agent)voidGedcomxModelVisitor. visitAgent(Agent agent)voidGedcomxModelVisitorBase. visitAgent(Agent agent) -
Uses of Agent in org.gedcomx.source
Methods in org.gedcomx.source with parameters of type Agent Modifier and Type Method Description SourceDescriptionSourceDescription. 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 Modifier and Type Method Description AgentDocMap. getAgent(String agentId)Find the Agent with the given local id.AgentDocMap. getAgent(URI agentId)Find the Agent with the given local id.Methods in org.gedcomx.util that return types with arguments of type Agent Modifier and Type Method Description static Map<String,Agent>DocMap. getAgentMap(Gedcomx doc)Create a map of local id (and "#" + id) to the Agent that has that id.
-