Uses of Record Class
io.meeds.mcp.server.tool.model.ActivityModel
Packages that use ActivityModel
-
Uses of ActivityModel in io.meeds.mcp.server.tool
Methods in io.meeds.mcp.server.tool that return ActivityModelModifier and TypeMethodDescriptionActivityMcpTool.createActivity(Long spaceId, String htmlContent) ActivityMcpTool.getActivity(long activityId) ActivityMcpTool.shareActivityToSpace(long activityId, long spaceId) ActivityMcpTool.updateActivity(long activityId, String htmlContent) Methods in io.meeds.mcp.server.tool that return types with arguments of type ActivityModelModifier and TypeMethodDescriptionActivityMcpTool.getActivities(Long spaceId, Integer offset, Integer limit) ActivityMcpTool.getActivitiesSinceDays(Long spaceId, Long days) ActivityMcpTool.searchActivities(String query, Long spaceId, Boolean isFavorite, Integer offset, Integer limit) -
Uses of ActivityModel in io.meeds.mcp.server.tool.util
Methods in io.meeds.mcp.server.tool.util that return ActivityModelModifier and TypeMethodDescriptionstatic ActivityModelActivityToolUtils.toActivityModel(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 activityId, org.exoplatform.services.security.Identity currentUserAclIdentity, Locale currentUserLocale)