Uses of Class
ca.uhn.fhir.interceptor.model.RequestPartitionId
-
Uses of RequestPartitionId in ca.uhn.fhir.interceptor.model
Modifier and TypeMethodDescriptionstatic RequestPartitionId
RequestPartitionId.allPartitions()
static RequestPartitionId
RequestPartitionId.defaultPartition()
static RequestPartitionId
RequestPartitionId.defaultPartition
(LocalDate thePartitionDate) static RequestPartitionId
RequestPartitionId.forPartitionIdAndName
(Integer thePartitionId, String thePartitionName, LocalDate thePartitionDate) static RequestPartitionId
RequestPartitionId.forPartitionIdsAndNames
(List<String> thePartitionNames, List<Integer> thePartitionIds, LocalDate thePartitionDate) static RequestPartitionId
static RequestPartitionId
RequestPartitionId.fromPartitionId
(Integer thePartitionId) static RequestPartitionId
RequestPartitionId.fromPartitionId
(Integer thePartitionId, LocalDate thePartitionDate) static RequestPartitionId
RequestPartitionId.fromPartitionIdAndName
(Integer thePartitionId, String thePartitionName) static RequestPartitionId
RequestPartitionId.fromPartitionIds
(Integer... thePartitionIds) static RequestPartitionId
RequestPartitionId.fromPartitionIds
(Collection<Integer> thePartitionIds) static RequestPartitionId
RequestPartitionId.fromPartitionIds
(Collection<Integer> thePartitionIds, LocalDate thePartitionDate) static RequestPartitionId
RequestPartitionId.fromPartitionName
(String thePartitionName) static RequestPartitionId
RequestPartitionId.fromPartitionName
(String thePartitionName, LocalDate thePartitionDate) static RequestPartitionId
RequestPartitionId.fromPartitionNames
(String... thePartitionNames) static RequestPartitionId
RequestPartitionId.fromPartitionNames
(List<String> thePartitionNames) PartitionIdRequestDetails.getRequestPartitionId()
RequestPartitionId.mergeIds
(RequestPartitionId theOther) Creates a new RequestPartitionId which includes all partition IDs from thisRequestPartitionId
but also includes all IDs from the givenRequestPartitionId
.Modifier and TypeMethodDescriptionstatic boolean
RequestPartitionId.isDefaultPartition
(RequestPartitionId thePartitionId) RequestPartitionId.mergeIds
(RequestPartitionId theOther) Creates a new RequestPartitionId which includes all partition IDs from thisRequestPartitionId
but also includes all IDs from the givenRequestPartitionId
.void
PartitionIdRequestDetails.setRequestPartitionId
(RequestPartitionId theRequestPartitionId) static String
RequestPartitionId.stringifyForKey
(RequestPartitionId theRequestPartitionId) Create a string representation suitable for use as a cache key.