Package com.ibm.fhir.server.rest
Class FHIRRestInteractionInvoke
- java.lang.Object
-
- com.ibm.fhir.server.rest.FHIRRestInteractionBase
-
- com.ibm.fhir.server.rest.FHIRRestInteractionResource
-
- com.ibm.fhir.server.rest.FHIRRestInteractionInvoke
-
- All Implemented Interfaces:
FHIRRestInteraction
public class FHIRRestInteractionInvoke extends FHIRRestInteractionResource
Represents a FHIR REST custom operation interaction
-
-
Constructor Summary
Constructors Constructor Description FHIRRestInteractionInvoke(int entryIndex, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, FHIROperationContext operationContext, String method, String resourceTypeName, String logicalId, String versionId, Resource resource, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(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
-
FHIRRestInteractionInvoke
public FHIRRestInteractionInvoke(int entryIndex, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, FHIROperationContext operationContext, String method, String resourceTypeName, String logicalId, String versionId, Resource resource, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
Public constructor- Parameters:
entryIndex
-validationResponseEntry
-requestDescription
-requestURL
-initialTime
-operationContext
-method
-resourceTypeName
-logicalId
-versionId
-resource
-queryParameters
-
-
-
Method Detail
-
accept
public void accept(FHIRRestInteractionVisitor visitor) throws Exception
Description copied from interface:FHIRRestInteraction
Perform this interaction on the given visitor. Some implementations may chose to update their internal state based on the interaction.- Throws:
Exception
-
-