Package com.ibm.fhir.server.rest
Class FHIRRestInteractionRead
- java.lang.Object
 - 
- com.ibm.fhir.server.rest.FHIRRestInteractionBase
 - 
- com.ibm.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, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, boolean throwExcOnNull, boolean includeDeleted, Resource contextResource, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters, boolean checkInteractionAllowed)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(FHIRRestInteractionVisitor visitor)Perform this interaction on the given visitor.- 
Methods inherited from class com.ibm.fhir.server.rest.FHIRRestInteractionBase
getEntryIndex, getInitialTime, getRequestDescription, getRequestURL, getWarnings 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FHIRRestInteractionRead
public FHIRRestInteractionRead(int entryIndex, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, boolean throwExcOnNull, boolean includeDeleted, Resource contextResource, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters, boolean checkInteractionAllowed)Public constructor- Parameters:
 entryIndex-requestDescription-requestURL-initialTime-type-id-throwExcOnNull-includeDeleted-contextResource-queryParameters-checkInteractionAllowed-
 
 - 
 
- 
Method Detail
- 
accept
public void accept(FHIRRestInteractionVisitor visitor) throws Exception
Description copied from interface:FHIRRestInteractionPerform this interaction on the given visitor. Some implementations may chose to update their internal state based on the interaction.- Throws:
 Exception
 
 - 
 
 -