Uses of Class
ch.colabproject.colab.api.model.token.ModelSharingToken
Packages that use ModelSharingToken
Package
Description
-
Uses of ModelSharingToken in ch.colabproject.colab.api.model.token.tools
Methods in ch.colabproject.colab.api.model.token.tools with parameters of type ModelSharingTokenModifier and TypeMethodDescriptionstatic StringModelSharingMessageBuilder.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 ModelSharingTokenModifier and TypeMethodDescriptionTokenDao.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 ModelSharingTokenModifier and TypeMethodDescriptionTokenDao.findModelSharingByInstanceMaker(InstanceMaker instanceMaker) Find model sharing tokens related to an instanceMaker