InMemoryDocumentRepository
Functions
Link copied to clipboard
Deleted all the documents of a User
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun loadDocumentsForUserAfterTime(orderBy: String, userId: String, instant: Instant): List<Document>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Moves all tickets from one user to another. Use this we would like to pass all the data of documents to another user. When the offline user becomes a new online user, all documents should be moved to the new online user.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Saves document. Both with content and meta data.
Link copied to clipboard
Saves the document meta data. Use this was updating the content of the document is not necessary. This is a much lighter operation than saveDocument, because it is not necessary to save/update all lines of content.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard