Class PartitionManagementProvider

java.lang.Object
ca.uhn.fhir.jpa.partition.PartitionManagementProvider

public class PartitionManagementProvider extends Object
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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