Uses of Class
org.exoplatform.social.rest.impl.activity.ActivityRest

Packages that use ActivityRest
  • Uses of ActivityRest in org.exoplatform.social.rest.impl.space

    Constructors in org.exoplatform.social.rest.impl.space with parameters of type ActivityRest
    Modifier
    Constructor
    Description
     
    SpaceRest(ActivityRest activityRestResourcesV1, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.thumbnail.ImageThumbnailService imageThumbnailService, io.meeds.portal.security.service.SecuritySettingService securitySettingService)
     
  • Uses of ActivityRest in org.exoplatform.social.rest.impl.user

    Constructors in org.exoplatform.social.rest.impl.user with parameters of type ActivityRest
    Modifier
    Constructor
    Description
     
    UserRest(ActivityRest activityRestResourcesV1, org.exoplatform.portal.config.UserACL userACL, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.RelationshipManager relationshipManager, org.exoplatform.services.user.UserStateService userStateService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.organization.search.UserSearchService userSearchService, org.exoplatform.services.thumbnail.ImageThumbnailService imageThumbnailService, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.commons.api.settings.SettingService settingService)