Package ca.uhn.fhir.jpa.delete
Class DeleteConflictService
java.lang.Object
ca.uhn.fhir.jpa.delete.DeleteConflictService
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static int
static String
protected ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster
protected IResourceLinkDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
validateOkToDelete
(DeleteConflictList theDeleteConflicts, ResourceTable theEntity, boolean theForValidate, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails)
-
Field Details
-
FIRST_QUERY_RESULT_COUNT
- See Also:
-
MAX_RETRY_ATTEMPTS
-
MAX_RETRY_ATTEMPTS_EXCEEDED_MSG
-
myResourceLinkDao
-
myInterceptorBroadcaster
-
-
Constructor Details
-
DeleteConflictService
public DeleteConflictService()
-
-
Method Details
-
validateOkToDelete
public int validateOkToDelete(DeleteConflictList theDeleteConflicts, ResourceTable theEntity, boolean theForValidate, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails)
-