Package com.ibm.fhir.server.rest
Class FHIRRestInteractionSearch
- java.lang.Object
 - 
- com.ibm.fhir.server.rest.FHIRRestInteractionBase
 - 
- com.ibm.fhir.server.rest.FHIRRestInteractionSearch
 
 
 
- 
- All Implemented Interfaces:
 FHIRRestInteraction
public class FHIRRestInteractionSearch extends FHIRRestInteractionBase
Represents a FHIR REST SEARCH interaction 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRRestInteractionSearch(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String compartment, java.lang.String compartmentId, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, java.lang.String requestUri, Resource contextResource, 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 com.ibm.fhir.server.rest.FHIRRestInteractionBase
accept, getAccumulatedTime, getEntryIndex, getRequestDescription, getRequestURL, getWarnings 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FHIRRestInteractionSearch
public FHIRRestInteractionSearch(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String compartment, java.lang.String compartmentId, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, java.lang.String requestUri, Resource contextResource, boolean checkInteractionAllowed)Public constructor- Parameters:
 entryIndex-requestDescription-requestURL-type-compartment-compartmentId-queryParameters-requestUri-contextResource-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
 
 - 
 
 -