Uses of Class
ch.colabproject.colab.api.model.token.ModelSharingToken
-
Packages that use ModelSharingToken Package Description ch.colabproject.colab.api.model.token.tools ch.colabproject.colab.api.persistence.jpa.token -
-
Uses of ModelSharingToken in ch.colabproject.colab.api.model.token.tools
Methods in ch.colabproject.colab.api.model.token.tools with parameters of type ModelSharingToken Modifier and Type Method Description static String
ModelSharingMessageBuilder. build(ModelSharingToken token, String link)
Build a HTML body to send a message for the model sharing token -
Uses of ModelSharingToken in ch.colabproject.colab.api.persistence.jpa.token
Methods in ch.colabproject.colab.api.persistence.jpa.token that return ModelSharingToken Modifier and Type Method Description ModelSharingToken
TokenDao. findModelSharingByProjectAndRecipient(Project project, String recipient)
Find if a pending model sharing token has already been sent to recipient to join the projectMethods in ch.colabproject.colab.api.persistence.jpa.token that return types with arguments of type ModelSharingToken Modifier and Type Method Description List<ModelSharingToken>
TokenDao. findModelSharingByInstanceMaker(InstanceMaker instanceMaker)
Find model sharing tokens related to an instanceMaker
-