
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 TypeMethodDescriptionvoidaddProvenanceAgent(ca.uhn.fhir.model.api.IProvenanceAgent theProvenanceAgent) List<ca.uhn.fhir.model.api.IProvenanceAgent> ca.uhn.fhir.rest.api.server.RequestDetailssetProvenanceAgents(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:
getProvenanceAgentsin interfaceIProvenanceAgentsPointcutParameter
-
setProvenanceAgents
public ProvenanceAgentsPointcutParameter setProvenanceAgents(List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents) - Specified by:
setProvenanceAgentsin interfaceIProvenanceAgentsPointcutParameter
-
addProvenanceAgent
- Specified by:
addProvenanceAgentin interfaceIProvenanceAgentsPointcutParameter
-
getRequestDetails
- Specified by:
getRequestDetailsin interfaceIProvenanceAgentsPointcutParameter
-
setRequestDetails
public ProvenanceAgentsPointcutParameter setRequestDetails(ca.uhn.fhir.rest.api.server.RequestDetails myRequestDetails) - Specified by:
setRequestDetailsin interfaceIProvenanceAgentsPointcutParameter
-