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, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, Resource resource, String ifNoneExist, String localIdentifier)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.FHIRRestInteractionResource
getEvent, getNewResource, getPrevResource, getValidationResponseEntry, setNewResource, setPrevResource 
- 
Methods inherited from class com.ibm.fhir.server.rest.FHIRRestInteractionBase
getEntryIndex, getInitialTime, getRequestDescription, getRequestURL, getWarnings 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FHIRRestInteractionCreate
public FHIRRestInteractionCreate(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, Resource resource, String ifNoneExist, String localIdentifier)Public constructor- Parameters:
 entryIndex-validationResponseEntry-requestDescription-requestURL-initialTime-type-resource-ifNoneExist-localIdentifier-
 
 - 
 
- 
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
 
 - 
 
 -