commonMain.cccev.f2.framework.domain.FrameworkQueryApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-framework-f2-domain Show documentation
Show all versions of cccev-framework-f2-domain Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
package cccev.f2.framework.domain
import cccev.f2.framework.domain.query.FrameworkGetByIdentifierFunction
import cccev.f2.framework.domain.query.FrameworkGetFunction
interface FrameworkQueryApi {
fun frameworkGet(): FrameworkGetFunction
fun frameworkGetByIdentifier(): FrameworkGetByIdentifierFunction
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy