Package dev.dsf.fhir.dao
Interface ActivityDefinitionDao
- All Superinterfaces:
ReadByUrlDao<org.hl7.fhir.r4.model.ActivityDefinition>,ResourceDao<org.hl7.fhir.r4.model.ActivityDefinition>
- All Known Implementing Classes:
ActivityDefinitionDaoJdbc
public interface ActivityDefinitionDao
extends ResourceDao<org.hl7.fhir.r4.model.ActivityDefinition>, ReadByUrlDao<org.hl7.fhir.r4.model.ActivityDefinition>
-
Field Summary
Fields inherited from interface dev.dsf.fhir.dao.ResourceDao
FIRST_VERSION, FIRST_VERSION_STRING -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.hl7.fhir.r4.model.ActivityDefinition>readByProcessUrlVersionAndStatusDraftOrActiveWithTransaction(Connection connection, String processUrl, String processVersion) Methods inherited from interface dev.dsf.fhir.dao.ReadByUrlDao
readByUrlAndVersion, readByUrlAndVersion, readByUrlAndVersionWithTransaction, readByUrlAndVersionWithTransactionMethods inherited from interface dev.dsf.fhir.dao.ResourceDao
create, createSearchQuery, createSearchQueryWithoutUserFilter, createWithId, createWithTransactionAndId, delete, deletePermanently, deletePermanentlyWithTransaction, deleteWithTransaction, existsNotDeleted, existsNotDeletedWithTransaction, getResourceType, getResourceTypeName, newReadWriteTransaction, read, readAll, readAllWithTransaction, readIncludingDeleted, readIncludingDeletedWithTransaction, readVersion, readVersionWithTransaction, readWithTransaction, search, searchWithTransaction, update, update, updateWithTransaction, updateWithTransaction
-
Method Details
-
readByProcessUrlVersionAndStatusDraftOrActiveWithTransaction
Optional<org.hl7.fhir.r4.model.ActivityDefinition> readByProcessUrlVersionAndStatusDraftOrActiveWithTransaction(Connection connection, String processUrl, String processVersion) throws SQLException - Throws:
SQLException
-