public class ActivityRepositoryCustomImpl extends java.lang.Object implements ActivityRepositoryCustom
| Constructor and Description |
|---|
ActivityRepositoryCustomImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteModifiedLaterAgo(java.lang.String projectId,
Time period)
Delete outdated activities
|
java.util.List<Activity> |
findActivitiesByProjectId(java.lang.String projectId,
Filter filter,
org.springframework.data.domain.Pageable pageable)
Find activities for specified project
|
java.util.List<Activity> |
findActivitiesByTestItemId(java.lang.String testItemId,
Filter filter,
org.springframework.data.domain.Pageable pageable)
Find activities for specified test item
|
java.util.List<Activity> |
findByFilterWithSortingAndLimit(Filter filter,
org.springframework.data.domain.Sort sort,
int limit) |
java.util.List<Activity> |
findByLoggedObjectRef(java.lang.String objectRef) |
public java.util.List<Activity> findActivitiesByTestItemId(java.lang.String testItemId, Filter filter, org.springframework.data.domain.Pageable pageable)
ActivityRepositoryCustomfindActivitiesByTestItemId in interface ActivityRepositoryCustompublic java.util.List<Activity> findActivitiesByProjectId(java.lang.String projectId, Filter filter, org.springframework.data.domain.Pageable pageable)
ActivityRepositoryCustomfindActivitiesByProjectId in interface ActivityRepositoryCustompublic void deleteModifiedLaterAgo(java.lang.String projectId,
Time period)
ActivityRepositoryCustomdeleteModifiedLaterAgo in interface ActivityRepositoryCustompublic java.util.List<Activity> findByFilterWithSortingAndLimit(Filter filter, org.springframework.data.domain.Sort sort, int limit)
findByFilterWithSortingAndLimit in interface ActivityRepositoryCustompublic java.util.List<Activity> findByLoggedObjectRef(java.lang.String objectRef)
findByLoggedObjectRef in interface ActivityRepositoryCustom