Uses of Class
org.craftercms.studio.model.rest.dashboard.Activity
Packages that use Activity
Package
Description
-
Uses of Activity in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return types with arguments of type ActivityModifier and TypeMethodDescriptionActivityStreamDAO.getActivitiesForUsers(long siteId, List<String> usernames, List<String> actions, ZonedDateTime dateForm, ZonedDateTime dateTo, int offset, int limit) Get activities for users -
Uses of Activity in org.craftercms.studio.api.v2.service.audit.internal
Methods in org.craftercms.studio.api.v2.service.audit.internal that return types with arguments of type ActivityModifier and TypeMethodDescriptionActivityStreamServiceInternal.getActivitiesForUsers(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateForm, ZonedDateTime dateTo, int offset, int limit) Get activities for users -
Uses of Activity in org.craftercms.studio.api.v2.service.dashboard
Methods in org.craftercms.studio.api.v2.service.dashboard that return types with arguments of type ActivityModifier and TypeMethodDescriptionDashboardService.getActivitiesForUsers(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get activities for usersDashboardService.getMyActivities(String siteId, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get my activities -
Uses of Activity in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type ActivityModifier and TypeMethodDescription@Valid PaginatedResultList<Activity> DashboardController.getActivitiesForUsers(String siteId, List<@NotBlank String> usernames, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<@NotBlank String> actions, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid PaginatedResultList<Activity> DashboardController.getMyActivities(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<@NotBlank String> actions, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) -
Uses of Activity in org.craftercms.studio.impl.v2.service.audit.internal
Methods in org.craftercms.studio.impl.v2.service.audit.internal that return types with arguments of type ActivityModifier and TypeMethodDescriptionActivityStreamServiceInternalImpl.getActivitiesForUsers(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateForm, ZonedDateTime dateTo, int offset, int limit) -
Uses of Activity in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard that return types with arguments of type ActivityModifier and TypeMethodDescriptionDashboardServiceImpl.getActivitiesForUsers(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) DashboardServiceImpl.getMyActivities(String siteId, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit)