Class CqlDeletePayload
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.cassandra.payload.CqlDeletePayload
 
 
- 
public class CqlDeletePayload extends java.lang.ObjectDAO to delete all the records associated with this resource payload 
- 
- 
Constructor Summary
Constructors Constructor Description CqlDeletePayload(int resourceTypeId, java.lang.String logicalId, java.lang.Integer version, java.lang.String resourcePayloadKey)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(com.datastax.oss.driver.api.core.CqlSession session)Hard delete the payload records for the configured resource. 
 - 
 
- 
- 
Method Detail
- 
run
public void run(com.datastax.oss.driver.api.core.CqlSession session) throws FHIRPersistenceExceptionHard delete the payload records for the configured resource.- Parameters:
 session-- Throws:
 FHIRPersistenceException
 
 - 
 
 -