Uses of Class
com.ibm.fhir.persistence.payload.PayloadKey
-
-
Uses of PayloadKey in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return types with arguments of type PayloadKey Modifier and Type Method Description Future<PayloadKey>
FHIRPersistence. storePayload(Resource resource, String logicalId, int newVersionNumber)
Offload payload storage to another provider. -
Uses of PayloadKey in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that return types with arguments of type PayloadKey Modifier and Type Method Description Future<PayloadKey>
FHIRPersistenceJDBCImpl. storePayload(Resource resource, String logicalId, int newVersionNumber)
-
Uses of PayloadKey in com.ibm.fhir.persistence.payload
Methods in com.ibm.fhir.persistence.payload that return types with arguments of type PayloadKey Modifier and Type Method Description Future<PayloadKey>
FHIRPayloadPersistence. storePayload(String resourceTypeName, int resourceTypeId, String logicalId, int version, Resource resource)
Store the payload.Methods in com.ibm.fhir.persistence.payload with parameters of type PayloadKey Modifier and Type Method Description <T extends Resource>
Future<T>FHIRPayloadPersistence. readResource(Class<T> resourceType, PayloadKey payloadKey)
Fetch the resource directly using the payload key. -
Uses of PayloadKey in com.ibm.fhir.server.rest
Methods in com.ibm.fhir.server.rest that return types with arguments of type PayloadKey Modifier and Type Method Description protected Future<PayloadKey>
FHIRRestInteractionVisitorReferenceMapping. storePayload(Resource resource, String logicalId, int newVersionNumber)
If payload offloading is supported by the persistence layer, store the given resource. -
Uses of PayloadKey in com.ibm.fhir.server.spi.operation
Methods in com.ibm.fhir.server.spi.operation that return types with arguments of type PayloadKey Modifier and Type Method Description Future<PayloadKey>
FHIRRestOperationResponse. getStorePayloadResponse()
Future<PayloadKey>
FHIRResourceHelpers. storePayload(Resource resource, String logicalId, int newVersionNumber)
If the underlying persistence layer supports offloading payload storage, initiate the request here.Method parameters in com.ibm.fhir.server.spi.operation with type arguments of type PayloadKey Modifier and Type Method Description void
FHIRRestOperationResponse. setStorePayloadResponse(Future<PayloadKey> storePayloadResponse)
Constructor parameters in com.ibm.fhir.server.spi.operation with type arguments of type PayloadKey Constructor Description FHIRRestOperationResponse(Resource resource, String resourceId, Future<PayloadKey> storePayloadResponse)
-
Uses of PayloadKey in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util that return types with arguments of type PayloadKey Modifier and Type Method Description Future<PayloadKey>
FHIRRestHelper. storePayload(Resource resource, String logicalId, int newVersionNumber)
-