Class FHIRRestInteractionCreate
- java.lang.Object
 - 
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
 - 
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionResource
 - 
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionCreate
 
 
 
 
- 
- All Implemented Interfaces:
 FHIRRestInteraction
public class FHIRRestInteractionCreate extends FHIRRestInteractionResource
Represents a FHIR REST CREATE interaction 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRRestInteractionCreate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier)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.FHIRRestInteractionResource
getEvent, getNewResource, getOffloadResponse, getPrevResource, getValidationResponseEntry, setNewResource, setOffloadResponse, setPrevResource 
- 
Methods inherited from class org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
accept, getAccumulatedTime, getEntryIndex, getRequestDescription, getRequestURL, getWarnings 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FHIRRestInteractionCreate
public FHIRRestInteractionCreate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, Resource resource, java.lang.String ifNoneExist, java.lang.String localIdentifier)Public constructor- Parameters:
 entryIndex-validationResponseEntry-requestDescription-requestURL-type-resource-ifNoneExist-localIdentifier-
 
 - 
 
- 
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
 
 - 
 
 -