
Package ca.uhn.fhir.jpa.model
Class ProvenanceAgentsPointcutParameter
java.lang.Object
ca.uhn.fhir.jpa.model.ProvenanceAgentsPointcutParameter
- All Implemented Interfaces:
IProvenanceAgentsPointcutParameter
public class ProvenanceAgentsPointcutParameter
extends Object
implements IProvenanceAgentsPointcutParameter
This class is used to pass parameters to the
Pointcut.PROVENANCE_AGENTS
pointcut.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProvenanceAgent
(ca.uhn.fhir.model.api.IProvenanceAgent theProvenanceAgent) List
<ca.uhn.fhir.model.api.IProvenanceAgent> ca.uhn.fhir.rest.api.server.RequestDetails
setProvenanceAgents
(List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents) setRequestDetails
(ca.uhn.fhir.rest.api.server.RequestDetails myRequestDetails)
-
Constructor Details
-
ProvenanceAgentsPointcutParameter
public ProvenanceAgentsPointcutParameter()
-
-
Method Details
-
getProvenanceAgents
- Specified by:
getProvenanceAgents
in interfaceIProvenanceAgentsPointcutParameter
-
setProvenanceAgents
public ProvenanceAgentsPointcutParameter setProvenanceAgents(List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents) - Specified by:
setProvenanceAgents
in interfaceIProvenanceAgentsPointcutParameter
-
addProvenanceAgent
- Specified by:
addProvenanceAgent
in interfaceIProvenanceAgentsPointcutParameter
-
getRequestDetails
- Specified by:
getRequestDetails
in interfaceIProvenanceAgentsPointcutParameter
-
setRequestDetails
public ProvenanceAgentsPointcutParameter setRequestDetails(ca.uhn.fhir.rest.api.server.RequestDetails myRequestDetails) - Specified by:
setRequestDetails
in interfaceIProvenanceAgentsPointcutParameter
-