Package com.ibm.fhir.server.rest
Class FHIRRestInteractionCreate
- java.lang.Object
-
- com.ibm.fhir.server.rest.FHIRRestInteractionBase
-
- com.ibm.fhir.server.rest.FHIRRestInteractionResource
-
- com.ibm.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 com.ibm.fhir.server.rest.FHIRRestInteractionResource
getEvent, getNewResource, getOffloadResponse, getPrevResource, getValidationResponseEntry, setNewResource, setOffloadResponse, setPrevResource
-
Methods inherited from class com.ibm.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
-
-