commonMain.cccev.f2.evidence.domain.EvidenceQueryApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-evidence-f2-domain Show documentation
Show all versions of cccev-evidence-f2-domain Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
The newest version!
package cccev.f2.evidence.domain
import cccev.f2.evidence.domain.features.query.GetEvidenceTypeListsQueryFunction
interface EvidenceQueryApi {
/**
* Get Evidence Type List
*/
fun getEvidenceTypeLists(): GetEvidenceTypeListsQueryFunction
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy