FHIRRestOperationResponse |
FHIRRestInteractionVisitor.doCreate(int entryIndex,
FHIRPersistenceEvent event,
List<OperationOutcome.Issue> warnings,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
Resource resource,
String ifNoneExist,
String localIdentifier) |
Performs the heavy lifting associated with a 'create' interaction.
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorMeta.doCreate(int entryIndex,
FHIRPersistenceEvent event,
List<OperationOutcome.Issue> warnings,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
Resource resource,
String ifNoneExist,
String localIdentifier) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorPersist.doCreate(int entryIndex,
FHIRPersistenceEvent event,
List<OperationOutcome.Issue> warnings,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
Resource resource,
String ifNoneExist,
String localIdentifier) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorReferenceMapping.doCreate(int entryIndex,
FHIRPersistenceEvent event,
List<OperationOutcome.Issue> warnings,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
Resource resource,
String ifNoneExist,
String localIdentifier) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitor.doInvoke(String method,
int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
FHIROperationContext operationContext,
String resourceTypeName,
String logicalId,
String versionId,
Resource resource,
javax.ws.rs.core.MultivaluedMap<String,String> queryParameters) |
Helper method which invokes a custom operation.
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorMeta.doInvoke(String method,
int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
FHIROperationContext operationContext,
String resourceTypeName,
String logicalId,
String versionId,
Resource resource,
javax.ws.rs.core.MultivaluedMap<String,String> queryParameters) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorPersist.doInvoke(String method,
int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
FHIROperationContext operationContext,
String resourceTypeName,
String logicalId,
String versionId,
Resource resource,
javax.ws.rs.core.MultivaluedMap<String,String> queryParameters) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorReferenceMapping.doInvoke(String method,
int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
FHIROperationContext operationContext,
String resourceTypeName,
String logicalId,
String versionId,
Resource resource,
javax.ws.rs.core.MultivaluedMap<String,String> queryParameters) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitor.doPatch(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource newResource,
Resource prevResource,
FHIRPatch patch,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
List<OperationOutcome.Issue> warnings,
String localIdentifier) |
Performs a patch operation (a new version of the Resource will be stored).
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorMeta.doPatch(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource newResource,
Resource prevResource,
FHIRPatch patch,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
List<OperationOutcome.Issue> warnings,
String localIdentifier) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorPersist.doPatch(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource newResource,
Resource prevResource,
FHIRPatch patch,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
List<OperationOutcome.Issue> warnings,
String localIdentifier) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorReferenceMapping.doPatch(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource resource,
Resource prevResource,
FHIRPatch patch,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
List<OperationOutcome.Issue> warnings,
String localIdentifier) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitor.doUpdate(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource newResource,
Resource prevResource,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
String localIdentifier,
List<OperationOutcome.Issue> warnings,
boolean isDeleted,
Integer ifNoneMatch) |
Performs an update operation (a new version of the Resource will be stored).
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorMeta.doUpdate(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource resource,
Resource prevResource,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
String localIdentifier,
List<OperationOutcome.Issue> warnings,
boolean isDeleted,
Integer ifNoneMatch) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorPersist.doUpdate(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource newResource,
Resource prevResource,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
String localIdentifier,
List<OperationOutcome.Issue> warnings,
boolean isDeleted,
Integer ifNoneMatch) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorReferenceMapping.doUpdate(int entryIndex,
FHIRPersistenceEvent event,
Bundle.Entry validationResponseEntry,
String requestDescription,
FHIRUrlParser requestURL,
long initialTime,
String type,
String id,
Resource resource,
Resource prevResource,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
String localIdentifier,
List<OperationOutcome.Issue> warnings,
boolean isDeleted,
Integer ifNoneMatch) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitor.issue(int entryIndex,
String requestDescription,
long initialTime,
javax.ws.rs.core.Response.Status status,
Bundle.Entry responseEntry) |
Add the issue to the result bundle
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorMeta.issue(int entryIndex,
String requestDescription,
long initialTime,
javax.ws.rs.core.Response.Status status,
Bundle.Entry responseEntry) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorPersist.issue(int entryIndex,
String requestDescription,
long initialTime,
javax.ws.rs.core.Response.Status status,
Bundle.Entry responseEntry) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorReferenceMapping.issue(int entryIndex,
String requestDescription,
long initialTime,
javax.ws.rs.core.Response.Status status,
Bundle.Entry responseEntry) |
|
protected void |
FHIRRestInteractionVisitorBase.setEntryComplete(int entryIndex,
Bundle.Entry e,
String requestDescription,
long initialTime) |
Set the given entry e in the response bundle and log a bundle entry completion
message.
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitor.validationResponse(int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
long initialTime) |
Add the given validationResponseEntry to the result bundle
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorMeta.validationResponse(int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
long initialTime) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorPersist.validationResponse(int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
long initialTime) |
|
FHIRRestOperationResponse |
FHIRRestInteractionVisitorReferenceMapping.validationResponse(int entryIndex,
Bundle.Entry validationResponseEntry,
String requestDescription,
long initialTime) |
|