Uses of Class
app.coronawarn.server.common.persistence.domain.FederationUploadKey
-
-
Uses of FederationUploadKey in app.coronawarn.server.common.persistence.domain
Methods in app.coronawarn.server.common.persistence.domain that return FederationUploadKey Modifier and Type Method Description static FederationUploadKey
FederationUploadKey. from(DiagnosisKey diagnosisKeySource)
Create a new instance of an upload key by copying the properties of the given source diagnosis key. -
Uses of FederationUploadKey in app.coronawarn.server.common.persistence.repository
Methods in app.coronawarn.server.common.persistence.repository that return types with arguments of type FederationUploadKey Modifier and Type Method Description List<FederationUploadKey>
FederationUploadKeyRepository. findAllUploadableKeys()
-
Uses of FederationUploadKey in app.coronawarn.server.common.persistence.service
Methods in app.coronawarn.server.common.persistence.service that return types with arguments of type FederationUploadKey Modifier and Type Method Description List<FederationUploadKey>
FederationUploadKeyService. getPendingUploadKeys(ExpirationPolicy policy, int daysToRetain)
Returns all valid persisted diagnosis keys which are ready to be uploaded to the external Federation Gateway service.Method parameters in app.coronawarn.server.common.persistence.service with type arguments of type FederationUploadKey Modifier and Type Method Description void
FederationUploadKeyService. updateBatchTagForKeys(Collection<FederationUploadKey> originalKeys, String batchTagId)
Updates only the batchTagId field of all given upload keys. -
Uses of FederationUploadKey in app.coronawarn.server.services.federation.upload.keys
Methods in app.coronawarn.server.services.federation.upload.keys that return types with arguments of type FederationUploadKey Modifier and Type Method Description List<FederationUploadKey>
DiagnosisKeyLoader. loadDiagnosisKeys()
List<FederationUploadKey>
DiagnosisKeyPersistenceLoader. loadDiagnosisKeys()
-
Uses of FederationUploadKey in app.coronawarn.server.services.federation.upload.payload
Methods in app.coronawarn.server.services.federation.upload.payload that return types with arguments of type FederationUploadKey Modifier and Type Method Description Map<DiagnosisKeyBatch,List<FederationUploadKey>>
DiagnosisKeyBatchAssembler. assembleDiagnosisKeyBatch(List<FederationUploadKey> diagnosisKeys)
Converts persisted keys into Federation Gateway compatible Diagnosis Keys as specified in the protobuf spec.List<FederationUploadKey>
UploadPayload. getOriginalKeys()
ReturnsDiagnosisKey
entities that are part of this upload payload.Method parameters in app.coronawarn.server.services.federation.upload.payload with type arguments of type FederationUploadKey Modifier and Type Method Description Map<DiagnosisKeyBatch,List<FederationUploadKey>>
DiagnosisKeyBatchAssembler. assembleDiagnosisKeyBatch(List<FederationUploadKey> diagnosisKeys)
Converts persisted keys into Federation Gateway compatible Diagnosis Keys as specified in the protobuf spec.List<UploadPayload>
PayloadFactory. makePayloadList(List<FederationUploadKey> diagnosisKeys)
Generates the Payload objects based on a list of Diagnosis Keys.void
UploadPayload. setOriginalKeys(List<FederationUploadKey> originalKeys)
-
Uses of FederationUploadKey in app.coronawarn.server.services.federation.upload.runner
Method parameters in app.coronawarn.server.services.federation.upload.runner with type arguments of type FederationUploadKey Modifier and Type Method Description void
TestDataGeneration. storeUploadKeys(List<FederationUploadKey> diagnosisKeys)
-