Package ca.uhn.fhir.jpa.partition
Class PartitionManagementProvider
java.lang.Object
ca.uhn.fhir.jpa.partition.PartitionManagementProvider
This HAPI FHIR Server Plain Provider class provides the following operations:
partition-management-create-partition
partition-management-update-partition
partition-management-delete-partition
partition-management-read-partition
partition-management-list-partitions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseParameters
addPartition
(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId) Add Partition:$partition-management-read-partition
org.hl7.fhir.instance.model.api.IBaseParameters
addPartition
(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionName, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionDescription, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Add Partition:$partition-management-create-partition
org.hl7.fhir.instance.model.api.IBaseParameters
addPartitions
(org.hl7.fhir.instance.model.api.IBaseParameters theRequest) Add Partition:$partition-management-list-partitions
org.hl7.fhir.instance.model.api.IBaseParameters
updatePartition
(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId) Add Partition:$partition-management-delete-partition
org.hl7.fhir.instance.model.api.IBaseParameters
updatePartition
(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionName, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionDescription) Add Partition:$partition-management-update-partition
-
Constructor Details
-
PartitionManagementProvider
public PartitionManagementProvider()
-
-
Method Details
-
addPartition
public org.hl7.fhir.instance.model.api.IBaseParameters addPartition(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionName, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionDescription, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Add Partition:$partition-management-create-partition
-
addPartition
public org.hl7.fhir.instance.model.api.IBaseParameters addPartition(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId) Add Partition:$partition-management-read-partition
-
updatePartition
public org.hl7.fhir.instance.model.api.IBaseParameters updatePartition(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionName, org.hl7.fhir.instance.model.api.IPrimitiveType<String> thePartitionDescription) Add Partition:$partition-management-update-partition
-
updatePartition
public org.hl7.fhir.instance.model.api.IBaseParameters updatePartition(org.hl7.fhir.instance.model.api.IBaseParameters theRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> thePartitionId) Add Partition:$partition-management-delete-partition
-
addPartitions
public org.hl7.fhir.instance.model.api.IBaseParameters addPartitions(org.hl7.fhir.instance.model.api.IBaseParameters theRequest) Add Partition:$partition-management-list-partitions
-