Class FHIRRestInteractionRead
- java.lang.Object
 - 
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
 - 
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionRead
 
 
 
- 
- All Implemented Interfaces:
 FHIRRestInteraction
public class FHIRRestInteractionRead extends FHIRRestInteractionBase
Represents a FHIR REST READ interaction 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRRestInteractionRead(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, boolean throwExcOnNull, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, boolean checkInteractionAllowed)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(FHIRRestInteractionVisitor visitor)Process this interaction- 
Methods inherited from class org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
accept, getAccumulatedTime, getEntryIndex, getRequestDescription, getRequestURL, getWarnings 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FHIRRestInteractionRead
public FHIRRestInteractionRead(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, boolean throwExcOnNull, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, boolean checkInteractionAllowed)Public constructor- Parameters:
 entryIndex-requestDescription-requestURL-type-id-throwExcOnNull-queryParameters-checkInteractionAllowed-
 
 - 
 
- 
Method Detail
- 
process
public void process(FHIRRestInteractionVisitor visitor) throws java.lang.Exception
Description copied from class:FHIRRestInteractionBaseProcess this interaction- Specified by:
 processin classFHIRRestInteractionBase- Throws:
 java.lang.Exception
 
 - 
 
 -