Uses of Class
org.exoplatform.social.rest.impl.activity.ActivityRestResourcesV1
-
Packages that use ActivityRestResourcesV1 Package Description org.exoplatform.social.rest.impl.comment org.exoplatform.social.rest.impl.space org.exoplatform.social.rest.impl.user -
-
Uses of ActivityRestResourcesV1 in org.exoplatform.social.rest.impl.comment
Constructors in org.exoplatform.social.rest.impl.comment with parameters of type ActivityRestResourcesV1 Constructor Description CommentRestResourcesV1(ActivityRestResourcesV1 activityRestResourcesV1)Deprecated. -
Uses of ActivityRestResourcesV1 in org.exoplatform.social.rest.impl.space
Constructors in org.exoplatform.social.rest.impl.space with parameters of type ActivityRestResourcesV1 Constructor Description SpaceRestResourcesV1(ActivityRestResourcesV1 activityRestResourcesV1, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.upload.UploadService uploadService) -
Uses of ActivityRestResourcesV1 in org.exoplatform.social.rest.impl.user
Constructors in org.exoplatform.social.rest.impl.user with parameters of type ActivityRestResourcesV1 Constructor Description UserRestResourcesV1(ActivityRestResourcesV1 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)
-