Uses of Class
io.meeds.mcp.server.tool.model.UserModel
Packages that use UserModel
Package
Description
-
Uses of UserModel in io.meeds.mcp.server.tool
Methods in io.meeds.mcp.server.tool that return UserModelModifier and TypeMethodDescriptionUserMcpTool.getMyUserInformation()UserMcpTool.getUserByUsername(String username) Methods in io.meeds.mcp.server.tool that return types with arguments of type UserModelModifier and TypeMethodDescriptionActivityMcpTool.getActivityLikers(long activityId, Integer offset, Integer limit) SpaceMcpTool.listUsersOfSpaceByRole(long spaceId, SpaceRole spaceRole, Integer offset, Integer limit) UserMcpTool.searchUsers(String query, Integer offset, Integer limit) -
Uses of UserModel in io.meeds.mcp.server.tool.model
Methods in io.meeds.mcp.server.tool.model that return UserModelModifier and TypeMethodDescriptionActivityCommentModel.author()Returns the value of theauthorrecord component.ActivityModel.author()Returns the value of theauthorrecord component.ActivityModel.pinAuthor()Returns the value of thepinAuthorrecord component.Constructors in io.meeds.mcp.server.tool.model with parameters of type UserModelModifierConstructorDescriptionActivityCommentModel(long id, long activityId, Long parentCommentId, String content, String url, String updatedDate, String createDate, String referencedContentType, String referencedContentId, int numberOfLikes, int numberOfComments, boolean hasLiked, boolean hasCommented, boolean canEdit, boolean canDelete, UserModel author) Creates an instance of aActivityCommentModelrecord class.ActivityModel(long id, Long sharedActivityId, String content, String url, String pinDate, String updatedDate, String createDate, String referencedContentType, String referencedContentId, int numberOfLikes, int numberOfComments, int numberOfShares, boolean hasLiked, boolean hasCommented, boolean hidden, boolean pinned, boolean canEdit, boolean canDelete, UserModel pinAuthor, UserModel author, SpaceModel space) Creates an instance of aActivityModelrecord class. -
Uses of UserModel in io.meeds.mcp.server.tool.util
Methods in io.meeds.mcp.server.tool.util that return UserModelModifier and TypeMethodDescriptionstatic UserModelUserToolUtils.toUserModel(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, org.exoplatform.portal.config.UserACL userAcl, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String username, String viewerUsername, Locale userLocale, boolean includeDisabled)