Uses of Class
ch.colabproject.colab.api.model.document.LexicalDataOwnershipKind
-
Packages that use LexicalDataOwnershipKind Package Description ch.colabproject.colab.api.controller.document ch.colabproject.colab.api.model.document -
-
Uses of LexicalDataOwnershipKind in ch.colabproject.colab.api.controller.document
Methods in ch.colabproject.colab.api.controller.document with parameters of type LexicalDataOwnershipKind Modifier and Type Method Description voidYjsLexicalCaller. 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 -
Uses of LexicalDataOwnershipKind in ch.colabproject.colab.api.model.document
Methods in ch.colabproject.colab.api.model.document that return LexicalDataOwnershipKind Modifier and Type Method Description static LexicalDataOwnershipKindLexicalDataOwnershipKind. valueOf(String name)Returns the enum constant of this type with the specified name.static LexicalDataOwnershipKind[]LexicalDataOwnershipKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-