toggle menu
Writeopia
common
switch theme
search in API
plugin:writeopia_persistence_core
/
io.writeopia.sdk.persistence.core.repository
/
DocumentRepository
/
loadDocumentsForUserAfterTime
load
Documents
For
User
After
Time
abstract
suspend
fun
loadDocumentsForUserAfterTime
(
orderBy
:
String
,
userId
:
String
,
instant
:
Instant
)
:
List
<
Document
>