Provenance.Entity.Builder |
Provenance.Entity.Builder.agent(java.util.Collection<Provenance.Agent> agent) |
The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other
agents.
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.agent(Provenance.Agent... agent) |
The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other
agents.
|
static Provenance.Entity.Builder |
Provenance.Entity.builder() |
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Provenance.Entity.Builder |
Provenance.Entity.Builder.from(Provenance.Entity entity) |
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.role(ProvenanceEntityRole role) |
How the entity was used during the activity.
|
Provenance.Entity.Builder |
Provenance.Entity.toBuilder() |
|
Provenance.Entity.Builder |
Provenance.Entity.Builder.what(Reference what) |
Identity of the Entity used.
|