| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
ActivityDAO.getParentActivity(long commentId)
Get Activity of comment
|
| Modifier and Type | Method and Description |
|---|---|
List<ActivityEntity> |
ActivityDAO.getActivities(org.exoplatform.social.core.identity.model.Identity owner,
org.exoplatform.social.core.identity.model.Identity viewer,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAO.getActivitiesByPoster(org.exoplatform.social.core.identity.model.Identity posterIdentity,
int offset,
int limit,
String... activityTypes) |
List<ActivityEntity> |
ActivityDAO.getActivitiesOfConnections(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAO.getActivityFeed(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
int offset,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAO.getAllActivities() |
List<ActivityEntity> |
ActivityDAO.getComments(long activityId,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAO.getNewerComments(long activityId,
Date sinceTime,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAO.getNewerOnActivitiesOfConnections(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
long limit) |
List<ActivityEntity> |
ActivityDAO.getNewerOnActivityFeed(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAO.getNewerOnSpaceActivities(org.exoplatform.social.core.identity.model.Identity spaceIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAO.getNewerOnUserActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAO.getNewerOnUserSpacesActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAO.getOlderComments(long activityId,
Date sinceTime,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAO.getOlderOnActivitiesOfConnections(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAO.getOlderOnActivityFeed(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAO.getOlderOnSpaceActivities(org.exoplatform.social.core.identity.model.Identity spaceIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAO.getOlderOnUserActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAO.getOlderOnUserSpacesActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAO.getSpaceActivities(org.exoplatform.social.core.identity.model.Identity owner,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAO.getUserActivities(org.exoplatform.social.core.identity.model.Identity owner,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAO.getUserSpacesActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
int offset,
int limit,
List<String> spaceIds) |
| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
ActivityDAOImpl.getParentActivity(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityEntity> |
ActivityDAOImpl.getActivities(org.exoplatform.social.core.identity.model.Identity owner,
org.exoplatform.social.core.identity.model.Identity viewer,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAOImpl.getActivitiesByPoster(org.exoplatform.social.core.identity.model.Identity posterIdentity,
int offset,
int limit,
String... activityTypes) |
List<ActivityEntity> |
ActivityDAOImpl.getActivitiesOfConnections(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getActivityFeed(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
int offset,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAOImpl.getAllActivities() |
List<ActivityEntity> |
ActivityDAOImpl.getComments(long activityId,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getNewerComments(long activityId,
Date sinceTime,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getNewerOnActivitiesOfConnections(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
long limit) |
List<ActivityEntity> |
ActivityDAOImpl.getNewerOnActivityFeed(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAOImpl.getNewerOnSpaceActivities(org.exoplatform.social.core.identity.model.Identity spaceIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getNewerOnUserActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getNewerOnUserSpacesActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAOImpl.getOlderComments(long activityId,
Date sinceTime,
int offset,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getOlderOnActivitiesOfConnections(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getOlderOnActivityFeed(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAOImpl.getOlderOnSpaceActivities(org.exoplatform.social.core.identity.model.Identity spaceIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getOlderOnUserActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit) |
List<ActivityEntity> |
ActivityDAOImpl.getOlderOnUserSpacesActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
long sinceTime,
int limit,
List<String> spaceIds) |
List<ActivityEntity> |
ActivityDAOImpl.getOwnerActivities(List<String> owners,
long newerTime,
long olderTime,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAOImpl.getSpaceActivities(org.exoplatform.social.core.identity.model.Identity spaceOwner,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAOImpl.getUserActivities(org.exoplatform.social.core.identity.model.Identity owner,
long offset,
long limit) |
List<ActivityEntity> |
ActivityDAOImpl.getUserSpacesActivities(org.exoplatform.social.core.identity.model.Identity ownerIdentity,
int offset,
int limit,
List<String> spaceIds) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.TypedQuery<ActivityEntity> |
AStreamQueryBuilder.build() |
javax.persistence.TypedQuery<ActivityEntity> |
AStreamQueryBuilder.buildGetActivitiesByPoster() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<StreamItemEntity,ActivityEntity> |
StreamItemEntity_.activity |
static javax.persistence.metamodel.SingularAttribute<MentionEntity,ActivityEntity> |
MentionEntity_.activity |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.appId |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.body |
static javax.persistence.metamodel.ListAttribute<ActivityEntity,ActivityEntity> |
ActivityEntity_.comments |
static javax.persistence.metamodel.ListAttribute<ActivityEntity,ActivityEntity> |
ActivityEntity_.comments |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.externalId |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,Boolean> |
ActivityEntity_.hidden |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,Long> |
ActivityEntity_.id |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,Boolean> |
ActivityEntity_.isComment |
static javax.persistence.metamodel.SetAttribute<ActivityEntity,LikerEntity> |
ActivityEntity_.likers |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,Boolean> |
ActivityEntity_.locked |
static javax.persistence.metamodel.SetAttribute<ActivityEntity,MentionEntity> |
ActivityEntity_.mentions |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.ownerId |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,ActivityEntity> |
ActivityEntity_.parent |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,ActivityEntity> |
ActivityEntity_.parent |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.permaLink |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,Long> |
ActivityEntity_.posted |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.posterId |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.providerId |
static javax.persistence.metamodel.ListAttribute<ActivityEntity,StreamItemEntity> |
ActivityEntity_.streamItems |
static javax.persistence.metamodel.MapAttribute<ActivityEntity,String,String> |
ActivityEntity_.templateParams |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.title |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.titleId |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,String> |
ActivityEntity_.type |
static javax.persistence.metamodel.SingularAttribute<ActivityEntity,Long> |
ActivityEntity_.updatedDate |
| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
MentionEntity.getActivity() |
ActivityEntity |
StreamItemEntity.getActivity() |
ActivityEntity |
ActivityEntity.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityEntity> |
ActivityEntity.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityEntity.addComment(ActivityEntity comment)
Adds the comment item entity to this activity
|
void |
MentionEntity.setActivity(ActivityEntity activity) |
void |
StreamItemEntity.setActivity(ActivityEntity activity) |
void |
ActivityEntity.setParent(ActivityEntity parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityEntity.setComments(List<ActivityEntity> comments) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.