
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()
Deprecated.static RequestPartitionId
RequestPartitionId.defaultPartition
(IDefaultPartitionSettings theDefaultPartitionSettings) Creates a RequestPartitionId for the default partition using the provided partition settings.static RequestPartitionId
RequestPartitionId.defaultPartition
(LocalDate thePartitionDate) Deprecated.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) default RequestPartitionId
IDefaultPartitionSettings.getDefaultRequestPartitionId()
Returns a RequestPartitionId instance for the default partition.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
.Methods in ca.uhn.fhir.interceptor.model that return types with arguments of type RequestPartitionIdModifier and TypeMethodDescriptionstatic Optional
<RequestPartitionId> RequestPartitionId.getPartitionIfAssigned
(IBaseResource theFromResource) Methods in ca.uhn.fhir.interceptor.model with parameters of type RequestPartitionIdModifier and TypeMethodDescriptionboolean
RequestPartitionId.contains
(RequestPartitionId theOther) Returns true if this partition definition contains the other.default boolean
IDefaultPartitionSettings.hasDefaultPartitionId
(RequestPartitionId theRequestPartitionId) Test whethertheRequestPartitionId
has one of its targeted partitions matching the default partition where the ID of the default partition is provided byIDefaultPartitionSettings.getDefaultPartitionId()
.default boolean
IDefaultPartitionSettings.isDefaultPartition
(RequestPartitionId theRequestPartitionId) Test whethertheRequestPartitionId
is only targeting the default partition where the ID of the default partition is provided byIDefaultPartitionSettings.getDefaultPartitionId()
.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.
defaultPartition(IDefaultPartitionSettings)
instead