
Uses of Class
ca.uhn.fhir.interceptor.model.RequestPartitionId
Packages that use RequestPartitionId
-
Uses of RequestPartitionId in ca.uhn.fhir.interceptor.model
Methods in ca.uhn.fhir.interceptor.model that return RequestPartitionIdModifier 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()
Methods in ca.uhn.fhir.interceptor.model with parameters of type RequestPartitionIdModifier and TypeMethodDescriptionvoid
PartitionIdRequestDetails.setRequestPartitionId
(RequestPartitionId theRequestPartitionId) static String
RequestPartitionId.stringifyForKey
(RequestPartitionId theRequestPartitionId) Create a string representation suitable for use as a cache key.