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 RequestPartitionIdRequestPartitionId.allPartitions()static RequestPartitionIdRequestPartitionId.defaultPartition()static RequestPartitionIdRequestPartitionId.defaultPartition(LocalDate thePartitionDate)static RequestPartitionIdRequestPartitionId.forPartitionIdAndName(Integer thePartitionId, String thePartitionName, LocalDate thePartitionDate)static RequestPartitionIdRequestPartitionId.forPartitionIdsAndNames(List<String> thePartitionNames, List<Integer> thePartitionIds, LocalDate thePartitionDate)static RequestPartitionIdstatic RequestPartitionIdRequestPartitionId.fromPartitionId(Integer thePartitionId)static RequestPartitionIdRequestPartitionId.fromPartitionId(Integer thePartitionId, LocalDate thePartitionDate)static RequestPartitionIdRequestPartitionId.fromPartitionIdAndName(Integer thePartitionId, String thePartitionName)static RequestPartitionIdRequestPartitionId.fromPartitionIds(Integer... thePartitionIds)static RequestPartitionIdRequestPartitionId.fromPartitionIds(Collection<Integer> thePartitionIds)static RequestPartitionIdRequestPartitionId.fromPartitionIds(Collection<Integer> thePartitionIds, LocalDate thePartitionDate)static RequestPartitionIdRequestPartitionId.fromPartitionName(String thePartitionName)static RequestPartitionIdRequestPartitionId.fromPartitionName(String thePartitionName, LocalDate thePartitionDate)static RequestPartitionIdRequestPartitionId.fromPartitionNames(String... thePartitionNames)static RequestPartitionIdRequestPartitionId.fromPartitionNames(List<String> thePartitionNames)Methods in ca.uhn.fhir.interceptor.model with parameters of type RequestPartitionIdModifier and TypeMethodDescriptionstatic StringRequestPartitionId.stringifyForKey(RequestPartitionId theRequestPartitionId)Create a string representation suitable for use as a cache key.