Class FHIRRestInteractionVRead
- java.lang.Object
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionVRead
-
- All Implemented Interfaces:
FHIRRestInteraction
public class FHIRRestInteractionVRead extends FHIRRestInteractionBase
Executes a VREAD (version read) operation on the visitor
-
-
Constructor Summary
Constructors Constructor Description FHIRRestInteractionVRead(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, java.lang.String versionId, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(FHIRRestInteractionVisitor visitor)
Process this interaction-
Methods inherited from class org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
accept, getAccumulatedTime, getEntryIndex, getRequestDescription, getRequestURL, getWarnings
-
-
-
-
Constructor Detail
-
FHIRRestInteractionVRead
public FHIRRestInteractionVRead(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, java.lang.String versionId, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters)
Public constructor- Parameters:
entryIndex
-requestDescription
-requestURL
-type
-id
-versionId
-queryParameters
-
-
-
Method Detail
-
process
public void process(FHIRRestInteractionVisitor visitor) throws java.lang.Exception
Description copied from class:FHIRRestInteractionBase
Process this interaction- Specified by:
process
in classFHIRRestInteractionBase
- Throws:
java.lang.Exception
-
-