Class UndoReplaceReferencesRequest

java.lang.Object
ca.uhn.fhir.replacereferences.UndoReplaceReferencesRequest

This class models the parameters for processing a $hapi.fhir.undo-replace-references operation.
  • Field Details

    • sourceId

      @Nonnull public final org.hl7.fhir.instance.model.api.IIdType sourceId
      Unqualified source id
    • targetId

      @Nonnull public final org.hl7.fhir.instance.model.api.IIdType targetId
      Unqualified target id
    • partitionId

    • resourceLimit

      public final int resourceLimit
      The maximum number of resource that can be processed in a single undo operation. If the undo operation requires updating more resources than this limit, the operation will fail. This is currently not exposed to FHIR clients and is used internally, and set based on jpaStorageSettings.
  • Constructor Details

    • UndoReplaceReferencesRequest

      public UndoReplaceReferencesRequest(@Nonnull org.hl7.fhir.instance.model.api.IIdType theSourceId, @Nonnull org.hl7.fhir.instance.model.api.IIdType theTargetId, RequestPartitionId thePartitionId, int theResourceLimit)