
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()Deprecated.static RequestPartitionIdRequestPartitionId.defaultPartition(IDefaultPartitionSettings theDefaultPartitionSettings) Creates a RequestPartitionId for the default partition using the provided partition settings.static RequestPartitionIdRequestPartitionId.defaultPartition(LocalDate thePartitionDate) Deprecated.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) default RequestPartitionIdIDefaultPartitionSettings.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 thisRequestPartitionIdbut 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 TypeMethodDescriptionbooleanRequestPartitionId.contains(RequestPartitionId theOther) Returns true if this partition definition contains the other.default booleanIDefaultPartitionSettings.hasDefaultPartitionId(RequestPartitionId theRequestPartitionId) Test whethertheRequestPartitionIdhas one of its targeted partitions matching the default partition where the ID of the default partition is provided byIDefaultPartitionSettings.getDefaultPartitionId().default booleanIDefaultPartitionSettings.isDefaultPartition(RequestPartitionId theRequestPartitionId) Test whethertheRequestPartitionIdis 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 thisRequestPartitionIdbut also includes all IDs from the givenRequestPartitionId.voidPartitionIdRequestDetails.setRequestPartitionId(RequestPartitionId theRequestPartitionId) static StringRequestPartitionId.stringifyForKey(RequestPartitionId theRequestPartitionId) Create a string representation suitable for use as a cache key.
defaultPartition(IDefaultPartitionSettings)instead