Class AbstractCommandWithResource<R extends org.hl7.fhir.r4.model.Resource,D extends ResourceDao<R>>

java.lang.Object
dev.dsf.fhir.dao.command.AbstractCommand
dev.dsf.fhir.dao.command.AbstractCommandWithResource<R,D>
All Implemented Interfaces:
Command
Direct Known Subclasses:
CheckReferencesCommand, CreateCommand, UpdateCommand

public abstract class AbstractCommandWithResource<R extends org.hl7.fhir.r4.model.Resource,D extends ResourceDao<R>> extends AbstractCommand implements Command