Uses of Record Class
io.meeds.mcp.server.tool.model.ActivityCommentModel
Packages that use ActivityCommentModel
-
Uses of ActivityCommentModel in io.meeds.mcp.server.tool
Methods in io.meeds.mcp.server.tool that return ActivityCommentModelModifier and TypeMethodDescriptionActivityMcpTool.createActivityComment(long activityId, String comment) ActivityMcpTool.getActivityComment(long activityCommentId) ActivityMcpTool.updateComment(long activityCommentId, String comment) Methods in io.meeds.mcp.server.tool that return types with arguments of type ActivityCommentModelModifier and TypeMethodDescriptionActivityMcpTool.getActivityComments(long activityId, Integer offset, Integer limit) -
Uses of ActivityCommentModel in io.meeds.mcp.server.tool.util
Methods in io.meeds.mcp.server.tool.util that return ActivityCommentModelModifier and TypeMethodDescriptionstatic ActivityCommentModelActivityToolUtils.toActivityCommentModel(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.portal.config.UserACL userAcl, io.meeds.portal.permlink.service.PermanentLinkService permanentLinkService, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.processor.I18NActivityProcessor i18NActivityProcessor, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String commentId, org.exoplatform.services.security.Identity currentUserAclIdentity, Locale currentUserLocale)