
Package ca.uhn.fhir.replacereferences
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 Summary
FieldsModifier and TypeFieldDescriptionfinal RequestPartitionId
final int
The maximum number of resource that can be processed in a single undo operation.final org.hl7.fhir.instance.model.api.IIdType
Unqualified source idfinal org.hl7.fhir.instance.model.api.IIdType
Unqualified target id -
Constructor Summary
ConstructorsConstructorDescriptionUndoReplaceReferencesRequest
(org.hl7.fhir.instance.model.api.IIdType theSourceId, org.hl7.fhir.instance.model.api.IIdType theTargetId, RequestPartitionId thePartitionId, int theResourceLimit) -
Method Summary
-
Field Details
-
sourceId
Unqualified source id -
targetId
Unqualified target id -
partitionId
-
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)
-