ContentElementRepository

Implemented by services that can retrieve Chunks by id.

Inheritors

Functions

Link copied to clipboard
abstract fun findById(id: String): ContentElement?
Link copied to clipboard
abstract fun findChunksById(chunkIds: List<String>): List<Chunk>
Link copied to clipboard
abstract fun save(element: ContentElement): ContentElement