Package ca.uhn.fhir.jpa.api.svc
Class ResolveIdentityMode
java.lang.Object
ca.uhn.fhir.jpa.api.svc.ResolveIdentityMode
Resolution mode parameter for methods on
IIdHelperService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResolveIdentityMode.Builder
Deleted resource identities should be excluded from the resultsstatic ResolveIdentityMode.Builder
Throw aResourceGoneException
if any of the supplied IDs corresponds to a deleted resourcestatic ResolveIdentityMode.Builder
Deleted resource identities can be included in the resultsboolean
boolean
boolean
isUseCache
(boolean theDeleteEnabled)
-
Method Details
-
isUseCache
-
isIncludeDeleted
-
isFailOnDeleted
-
includeDeleted
Deleted resource identities can be included in the results -
excludeDeleted
Deleted resource identities should be excluded from the results -
failOnDeleted
Throw aResourceGoneException
if any of the supplied IDs corresponds to a deleted resource
-