| Modifier and Type | Method and Description |
|---|---|
SpaceService |
ClientServiceFactory.createSpaceService()
Gets the service to retrieve information about the social spaces
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RealtimeListAccess.hasNewer(E baseElement)
Checks if there is newer elements than the provided element.
|
boolean |
RealtimeListAccess.hasOlder(E baseElement)
Checks if there is older elements than the provided element.
|
E[] |
ListAccess.load(int index,
int limit)
Retrieves an array of objects from the list access.
|
List<E> |
ListAccess.loadAsList(int index,
int limit)
Retrieves a list of objects from the list access.
|
E[] |
RealtimeListAccess.loadNewer(E baseElement,
int limit)
Loads newer elements based on the provided element.
|
List<E> |
RealtimeListAccess.loadNewerAsList(E baseElement,
int limit)
Loads newer elements based on the provided element.
|
E[] |
RealtimeListAccess.loadOlder(E baseElement,
int limit)
Loads older elements based on the provided based element.
|
List<E> |
RealtimeListAccess.loadOlderAsList(E baseElement,
int limit)
Loads older elements based on the provided based element.
|
| Modifier and Type | Method and Description |
|---|---|
RestActivityStream |
RestActivity.getActivityStream()
Gets activity stream.
|
RestIdentity |
RestActivity.getPosterIdentity()
Gets the poster identity who created this activity.
|
List<RestComment> |
RestActivity.getTotalComments()
Gets the total number of comments.
|
List<RestIdentity> |
RestActivity.getTotalLikes()
Gets the total number of likes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocialHttpClient.setBasicAuthenticateToRequest()
Setting the basic authenticate which uses the username/password in
SocialClientContext |
| Modifier and Type | Method and Description |
|---|---|
M |
Service.create(M newInstance)
Creates a new instance.
|
RestActivity |
ActivityService.create(RestActivity newActivity,
QueryParams queryParams)
Create new Activity from current Identity to targetIdentity
|
RestComment |
ActivityService.createComment(Activity existingActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
M |
Service.delete(M existingInstance)
Deletes an existing instance.
|
RestComment |
ActivityService.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
M |
Service.get(String uuid)
Gets an existing instance by its uuid.
|
Activity |
ActivityService.get(String activityId,
QueryParams queryParams)
Gets an existing instance by its activityId and limit the number of
comment/like by by input parameter .
|
RealtimeListAccess<Activity> |
ActivityService.getActivityStream(RestIdentity ownerStreamRestIdentity)
Gets activity stream from an owner stream identity.
|
RealtimeListAccess<RestActivity> |
ActivityService.getActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Get Activity Stream with input parameter (limit, number of comment, number
of like);
|
RestComment |
ActivityService.getComment(String commentId)
Gets an existing comment by its id.
|
RealtimeListAccess<Activity> |
ActivityService.getConnectionsActivityStream(RestIdentity userRestIdentity)
Gets all connections' activities aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityService.getConnectionsActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Gets all connections' activities aggregated into one stream with input
parameter (limit, number of comment, number of like);
|
RealtimeListAccess<Activity> |
ActivityService.getFeedActivityStream(RestIdentity userRestIdentity)
Gets all activities from a stream owner, his connections and spaces
aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityService.getFeedActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Gets all activities from a stream owner, his connections and spaces
aggregated into one stream with input parameter (limit, number of comment,
number of like);
|
Identity |
IdentityService.getIdentity(String identityProvider,
String remoteId)
Gets an identity by its identity provider and remote id.
|
String |
IdentityService.getIdentityId(String provider,
String remoteId)
Deprecated.
Use
IdentityService.getIdentity(String, String) then getIdentityId()
instead. |
RealtimeListAccess<Activity> |
ActivityService.getSpacesActivityStream(RestIdentity userRestIdentity)
Gets all activities from spaces which a user is a member of that space
aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityService.getSpacesActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Gets all activities from spaces which a user is a member of that space
aggregated into one stream with input parameter (limit, number of comment,
number of like);
|
RestLike |
ActivityService.like(Activity existingActivity)
The authenticate identity likes an existing activity.
|
RestLike |
ActivityService.unlike(Activity existingActivity)
The authenticated identity unlikes an existing activity.
|
M |
Service.update(M existingInstance)
Updates an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SocialHttpClientSupport.handleError(org.apache.http.HttpResponse response)
Handles the error code which contains in HttpResponse.
|
static void |
SocialHttpClientSupport.handleErrorWithRedirect(org.apache.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
SpaceService |
ClientServiceFactoryImplV1Alpha3.createSpaceService()
Gets the service to retrieve information about the social spaces
|
SpaceService |
ClientServiceFactoryImplV1Alpha1.createSpaceService() |
SpaceService |
ClientServiceFactoryImplV1Alpha2.createSpaceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocialHttpClientImpl.setBasicAuthenticateToRequest() |
| Modifier and Type | Method and Description |
|---|---|
RestActivity |
ActivityServiceImplV1Alpha1.create(RestActivity newInstance)
Creates a new instance.
|
RestActivity |
ActivityServiceImplV1Alpha3.create(RestActivity newInstance)
Creates a new instance.
|
RestActivity |
ActivityServiceImplV1Alpha2.create(RestActivity newInstance)
Creates a new instance.
|
RestActivity |
ActivityServiceImplV1Alpha1.create(RestActivity newActivity,
QueryParams queryParams) |
RestActivity |
ActivityServiceImplV1Alpha3.create(RestActivity newActivity,
QueryParams queryParams)
Create new Activity from current Identity to targetIdentity
|
RestActivity |
ActivityServiceImplV1Alpha2.create(RestActivity newActivity,
QueryParams queryParams)
Create new Activity from current Identity to targetIdentity
|
RestIdentity |
IdentityServiceImplV1Alpha3.create(RestIdentity newInstance) |
RestIdentity |
IdentityServiceImplV1Alpha2.create(RestIdentity newInstance) |
RestIdentity |
IdentityServiceImplV1Alpha1.create(RestIdentity newInstance) |
RestSpace |
SpaceServiceImplV1Alpha3.create(RestSpace newInstance) |
RestComment |
ActivityServiceImplV1Alpha1.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha3.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha2.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestActivity |
ActivityServiceImplV1Alpha1.delete(RestActivity existingInstance)
Deletes an existing instance.
|
RestActivity |
ActivityServiceImplV1Alpha3.delete(RestActivity existingInstance)
Deletes an existing instance.
|
RestActivity |
ActivityServiceImplV1Alpha2.delete(RestActivity existingInstance)
Deletes an existing instance.
|
RestIdentity |
IdentityServiceImplV1Alpha3.delete(RestIdentity existingInstance) |
RestIdentity |
IdentityServiceImplV1Alpha2.delete(RestIdentity existingInstance) |
RestIdentity |
IdentityServiceImplV1Alpha1.delete(RestIdentity existingInstance) |
RestSpace |
SpaceServiceImplV1Alpha3.delete(RestSpace existingInstance) |
RestComment |
ActivityServiceImplV1Alpha1.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha3.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha2.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
void |
ServiceBase.doCreate(M newInstance)
This implementation performs the corresponding action for CRUD operation.
|
void |
ServiceBase.doDelete(M existingInstance)
This implementation performs the corresponding action for CRUD operation.
|
void |
ServiceBase.doUpdate(M existingInstance)
This implementation performs the corresponding action for CRUD operation.
|
RestIdentity |
IdentityServiceImplV1Alpha3.get(String uuid) |
RestActivity |
ActivityServiceImplV1Alpha1.get(String uuid)
Gets an existing instance by its uuid.
|
RestIdentity |
IdentityServiceImplV1Alpha2.get(String uuid) |
RestActivity |
ActivityServiceImplV1Alpha3.get(String uuid)
Gets an existing instance by its uuid.
|
RestIdentity |
IdentityServiceImplV1Alpha1.get(String uuid) |
RestSpace |
SpaceServiceImplV1Alpha3.get(String uuid) |
RestActivity |
ActivityServiceImplV1Alpha2.get(String uuid)
Gets an existing instance by its uuid.
|
RestActivity |
ActivityServiceImplV1Alpha1.get(String activityId,
QueryParams queryParams) |
RestActivity |
ActivityServiceImplV1Alpha3.get(String activityId,
QueryParams queryParams)
Gets an existing instance by its activityId and limit the number of
comment/like by by input parameter .
|
RestActivity |
ActivityServiceImplV1Alpha2.get(String activityId,
QueryParams queryParams)
Gets an existing instance by its activityId and limit the number of
comment/like by by input parameter .
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getActivityStream(RestIdentity restIdentity)
Gets activity stream from an owner stream identity.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getActivityStream(RestIdentity restIdentity)
Gets activity stream from an owner stream identity.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getActivityStream(RestIdentity restIdentity)
Gets activity stream from an owner stream identity.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getActivityStream(RestIdentity restIdentity,
QueryParams queryParams) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Get Activity Stream with input parameter (limit, number of comment, number
of like);
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Get Activity Stream with input parameter (limit, number of comment, number
of like);
|
RestComment |
ActivityServiceImplV1Alpha1.getComment(String commentId)
Gets an existing comment by its id.
|
RestComment |
ActivityServiceImplV1Alpha3.getComment(String commentId)
Gets an existing comment by its id.
|
RestComment |
ActivityServiceImplV1Alpha2.getComment(String commentId)
Gets an existing comment by its id.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getConnectionsActivityStream(RestIdentity userRestIdentity) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getConnectionsActivityStream(RestIdentity userRestIdentity)
Gets all connections' activities aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getConnectionsActivityStream(RestIdentity userRestIdentity)
Gets all connections' activities aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getConnectionsActivityStream(RestIdentity restIdentity,
QueryParams queryParams) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getConnectionsActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Gets all connections' activities aggregated into one stream with input
parameter (limit, number of comment, number of like);
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getConnectionsActivityStream(RestIdentity restIdentity,
QueryParams queryParams)
Gets all connections' activities aggregated into one stream with input
parameter (limit, number of comment, number of like);
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getFeedActivityStream(RestIdentity userRestIdentity) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getFeedActivityStream(RestIdentity userRestIdentity)
Gets all activities from a stream owner, his connections and spaces
aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getFeedActivityStream(RestIdentity userRestIdentity)
Gets all activities from a stream owner, his connections and spaces
aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getFeedActivityStream(RestIdentity restIdentity,
QueryParams queryParams) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getFeedActivityStream(RestIdentity userRestIdentity,
QueryParams queryParams)
Gets all activities from a stream owner, his connections and spaces
aggregated into one stream with input parameter (limit, number of comment,
number of like);
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getFeedActivityStream(RestIdentity userRestIdentity,
QueryParams queryParams)
Gets all activities from a stream owner, his connections and spaces
aggregated into one stream with input parameter (limit, number of comment,
number of like);
|
RestIdentity |
IdentityServiceImplV1Alpha3.getIdentity(String identityProvider,
String remoteId) |
RestIdentity |
IdentityServiceImplV1Alpha2.getIdentity(String identityProvider,
String remoteId) |
RestIdentity |
IdentityServiceImplV1Alpha1.getIdentity(String identityProvider,
String remoteId)
Gets an identity by its identity provider and remote id.
|
String |
IdentityServiceImplV1Alpha3.getIdentityId(String provider,
String remoteId) |
String |
IdentityServiceImplV1Alpha2.getIdentityId(String provider,
String remoteId) |
String |
IdentityServiceImplV1Alpha1.getIdentityId(String provider,
String remoteId)
Gets the identity id from a remote id.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getSpacesActivityStream(RestIdentity userRestIdentity) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getSpacesActivityStream(RestIdentity userRestIdentity)
Gets all activities from spaces which a user is a member of that space
aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getSpacesActivityStream(RestIdentity userRestIdentity)
Gets all activities from spaces which a user is a member of that space
aggregated into one stream.
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha1.getSpacesActivityStream(RestIdentity restIdentity,
QueryParams queryParams) |
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha3.getSpacesActivityStream(RestIdentity userRestIdentity,
QueryParams queryParams)
Gets all activities from spaces which a user is a member of that space
aggregated into one stream with input parameter (limit, number of comment,
number of like);
|
RealtimeListAccess<RestActivity> |
ActivityServiceImplV1Alpha2.getSpacesActivityStream(RestIdentity userRestIdentity,
QueryParams queryParams)
Gets all activities from spaces which a user is a member of that space
aggregated into one stream with input parameter (limit, number of comment,
number of like);
|
boolean |
ActivitiesRealtimeListAccessV1Alpha1.hasNewer(RestActivity baseElement)
Checks if there is newer elements than the provided element.
|
boolean |
ActivitiesRealtimeListAccessV1Alpha2.hasNewer(RestActivity baseElement)
Checks if there is newer elements than the provided element.
|
boolean |
ActivitiesRealtimeListAccessV1Alpha3.hasNewer(RestActivity baseElement)
Checks if there is newer elements than the provided element.
|
boolean |
ActivitiesRealtimeListAccessV1Alpha1.hasOlder(RestActivity baseElement)
Checks if there is older elements than the provided element.
|
boolean |
ActivitiesRealtimeListAccessV1Alpha2.hasOlder(RestActivity baseElement)
Checks if there is older elements than the provided element.
|
boolean |
ActivitiesRealtimeListAccessV1Alpha3.hasOlder(RestActivity baseElement)
Checks if there is older elements than the provided element.
|
RestLike |
ActivityServiceImplV1Alpha1.like(RestActivity existingRestActivity)
The authenticate identity likes an existing activity.
|
RestLike |
ActivityServiceImplV1Alpha3.like(RestActivity existingRestActivity)
The authenticate identity likes an existing activity.
|
RestLike |
ActivityServiceImplV1Alpha2.like(RestActivity existingRestActivity)
The authenticate identity likes an existing activity.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha1.load(int index,
int limit)
Retrieves an array of objects from the list access.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha2.load(int index,
int limit)
Retrieves an array of objects from the list access.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha3.load(int index,
int limit)
Retrieves an array of objects from the list access.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha1.loadAsList(int index,
int limit)
Retrieves a list of objects from the list access.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha2.loadAsList(int index,
int limit)
Retrieves a list of objects from the list access.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha3.loadAsList(int index,
int limit)
Retrieves a list of objects from the list access.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha1.loadNewer(RestActivity baseElement,
int limit)
Loads newer elements based on the provided element.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha2.loadNewer(RestActivity baseElement,
int limit)
Loads newer elements based on the provided element.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha3.loadNewer(RestActivity baseElement,
int limit)
Loads newer elements based on the provided element.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha1.loadNewerAsList(RestActivity baseElement,
int limit)
Loads newer elements based on the provided element.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha2.loadNewerAsList(RestActivity baseElement,
int limit)
Loads newer elements based on the provided element.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha3.loadNewerAsList(RestActivity baseElement,
int limit)
Loads newer elements based on the provided element.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha1.loadOlder(RestActivity baseElement,
int limit)
Loads older elements based on the provided based element.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha2.loadOlder(RestActivity baseElement,
int limit)
Loads older elements based on the provided based element.
|
RestActivity[] |
ActivitiesRealtimeListAccessV1Alpha3.loadOlder(RestActivity baseElement,
int limit)
Loads older elements based on the provided based element.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha1.loadOlderAsList(RestActivity baseElement,
int limit)
Loads older elements based on the provided based element.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha2.loadOlderAsList(RestActivity baseElement,
int limit)
Loads older elements based on the provided based element.
|
List<RestActivity> |
ActivitiesRealtimeListAccessV1Alpha3.loadOlderAsList(RestActivity baseElement,
int limit)
Loads older elements based on the provided based element.
|
void |
ServiceBase.postCreate(M newInstance)
Overrides this method to perform post-processing on new model being saved.
|
void |
ServiceBase.postDelete(M existingInstance)
Overrides this method to perform post-processing on existing model being
deleted.
|
void |
ServiceBase.postUpdate(M existingInstance)
Overrides this method to perform post-processing on existing model being
updated.
|
void |
ServiceBase.preCreate(M newInstance)
Overrides this method to perform pre-processing on new model being saved.
|
void |
ServiceBase.preDelete(M existingInstance)
Overrides this method to perform pre-processing on existing model being
deleted.
|
void |
ServiceBase.preUpdate(M existingInstance)
Overrides this method to perform pre-processing on existing model being
updated.
|
RestLike |
ActivityServiceImplV1Alpha1.unlike(RestActivity existingRestActivity)
The authenticated identity unlikes an existing activity.
|
RestLike |
ActivityServiceImplV1Alpha3.unlike(RestActivity existingRestActivity)
The authenticated identity unlikes an existing activity.
|
RestLike |
ActivityServiceImplV1Alpha2.unlike(RestActivity existingRestActivity)
The authenticated identity unlikes an existing activity.
|
RestActivity |
ActivityServiceImplV1Alpha1.update(RestActivity existingInstance)
Updates an existing instance.
|
RestActivity |
ActivityServiceImplV1Alpha3.update(RestActivity existingInstance)
Updates an existing instance.
|
RestActivity |
ActivityServiceImplV1Alpha2.update(RestActivity existingInstance)
Updates an existing instance.
|
RestIdentity |
IdentityServiceImplV1Alpha3.update(RestIdentity existingInstance) |
RestIdentity |
IdentityServiceImplV1Alpha2.update(RestIdentity existingInstance) |
RestIdentity |
IdentityServiceImplV1Alpha1.update(RestIdentity existingInstance) |
RestSpace |
SpaceServiceImplV1Alpha3.update(RestSpace existingInstance) |
Copyright © 2011–2016 eXo Platform SAS. All rights reserved.