Uses of Interface
com.ibm.fhir.operation.erase.impl.EraseRest
-
Packages that use EraseRest Package Description com.ibm.fhir.operation.erase.impl -
-
Uses of EraseRest in com.ibm.fhir.operation.erase.impl
Classes in com.ibm.fhir.operation.erase.impl that implement EraseRest Modifier and Type Class Description class
EraseRestImpl
Erase Rest Implementation implements the parameters processing, authorization and the turning on/off of the feature.Methods in com.ibm.fhir.operation.erase.impl that return EraseRest Modifier and Type Method Description static EraseRest
EraseRestFactory. getInstance(FHIROperationContext operationContext, Parameters parameters, Class<? extends Resource> resourceType, String logicalId)
Creates a single instance of the Erase factory.
-