Class YjsLexicalCaller
- java.lang.Object
-
- ch.colabproject.colab.api.controller.document.YjsLexicalCaller
-
public class YjsLexicalCaller extends Object
To manage the data in the colab-yjs server (that is used to store the lexical text editor data).- Author:
- sandra
-
-
Constructor Summary
Constructors Constructor Description YjsLexicalCaller()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendDuplicationRequest(Long srcOwnerId, LexicalDataOwnershipKind srcOwnerKind, Long destOwnerId, LexicalDataOwnershipKind destOwnerkind)Send a request to duplicate a lexical data of a source owner to a destination owner
-
-
-
Method Detail
-
sendDuplicationRequest
public void sendDuplicationRequest(Long srcOwnerId, LexicalDataOwnershipKind srcOwnerKind, Long destOwnerId, LexicalDataOwnershipKind destOwnerkind)
Send a request to duplicate a lexical data of a source owner to a destination owner- Parameters:
srcOwnerId- the id of the original ownersrcOwnerKind- the kind of the original ownerdestOwnerId- the id of the new ownerdestOwnerkind- the kind of the new owner
-
-