public interface ActedOnBehalfOf extends Identifiable, HasLabel, HasType, HasOther, Influence
Interface for the PROV Delegation association.
PROV-DM Definition for Delegation: Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
Relevant Factory Methods:
ProvFactory.newActedOnBehalfOf(QualifiedName, QualifiedName, QualifiedName)
ProvFactory.newActedOnBehalfOf(QualifiedName, QualifiedName, QualifiedName, QualifiedName, java.util.Collection)
ObjectFactory.createActedOnBehalfOf()
Schema Definition:
The following schema fragment specifies the expected content contained within this class.
<complexType name="Delegation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="delegate" type="{http://www.w3.org/ns/prov#}IDRef"/>
<element name="responsible" type="{http://www.w3.org/ns/prov#}IDRef"/>
<element name="activity" type="{http://www.w3.org/ns/prov#}IDRef"/>
<element ref="{http://www.w3.org/ns/prov#}label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/prov#}type" maxOccurs="unbounded" minOccurs="0"/>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/ns/prov#}id"/>
</restriction>
</complexContent>
</complexType>
StatementOrBundle.Kind| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getActivity()
Get the activity identifier.
|
QualifiedName |
getDelegate()
Get the delegate identifier.
|
QualifiedName |
getResponsible()
Get the responsible identifier.
|
void |
setActivity(QualifiedName activity)
Set the activity identifier.
|
void |
setDelegate(QualifiedName delegate)
Set the delegate identifier.
|
void |
setResponsible(QualifiedName responsible)
Set the responsible identifier
|
getId, setIdgetKindQualifiedName getActivity()
QualifiedName getDelegate()
QualifiedName getResponsible()
void setActivity(QualifiedName activity)
activity - QualifiedName of the activityvoid setDelegate(QualifiedName delegate)
delegate - QualifiedName of the delegate agent.void setResponsible(QualifiedName responsible)
responsible - QualifiedName of the responsible agent.Copyright © 2016. All rights reserved.