
Uses of Interface
ca.uhn.fhir.rest.gclient.IDeleteTyped
Packages that use IDeleteTyped
-
Uses of IDeleteTyped in ca.uhn.fhir.rest.gclient
Subinterfaces of IDeleteTyped in ca.uhn.fhir.rest.gclientMethods in ca.uhn.fhir.rest.gclient that return IDeleteTypedModifier and TypeMethodDescriptionIDeleteTyped.cascade
(DeleteCascadeModeEnum theDelete) Delete cascade mode - Note that this is a HAPI FHIR specific feature and is not supported on all servers.IDelete.resource
(IBaseResource theResource) IDelete.resourceById
(String theResourceType, String theLogicalId) IDelete.resourceById
(IIdType theId) IDelete.resourceConditionalByUrl
(String theSearchUrl) Specifies that the delete should be performed as a conditional delete against a given search URL.