Class FHIRRestInteractionDelete
- java.lang.Object
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionDelete
-
- All Implemented Interfaces:
FHIRRestInteraction
public class FHIRRestInteractionDelete extends FHIRRestInteractionBase
Represents a FHIR REST DELETE interaction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Stringid(package private) java.lang.StringsearchQueryString(package private) java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description FHIRRestInteractionDelete(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, java.lang.String searchQueryString)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
-
FHIRRestInteractionDelete
public FHIRRestInteractionDelete(int entryIndex, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, java.lang.String searchQueryString)Public constructor- Parameters:
entryIndex-requestDescription-requestURL-type-id-searchQueryString-
-
-
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
-
-