Uses of Class
org.silverpeas.mobile.shared.StreamingList
Packages that use StreamingList
Package
Description
-
Uses of StreamingList in org.silverpeas.mobile.client.apps.notificationsbox.events.pages
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.pages that return StreamingListModifier and TypeMethodDescriptionNotificationsLoadedEvent.getNotifications()NotificationsSendedLoadedEvent.getNotifications()Constructors in org.silverpeas.mobile.client.apps.notificationsbox.events.pages with parameters of type StreamingListModifierConstructorDescriptionNotificationsLoadedEvent(StreamingList<NotificationReceivedDTO> notifications) NotificationsSendedLoadedEvent(StreamingList<NotificationSendedDTO> notifications) -
Uses of StreamingList in org.silverpeas.mobile.client.apps.workflow.events.pages
Methods in org.silverpeas.mobile.client.apps.workflow.events.pages that return StreamingListMethods in org.silverpeas.mobile.client.apps.workflow.events.pages with parameters of type StreamingListModifier and TypeMethodDescriptionvoidWorkflowLoadedInstancesEvent.setData(StreamingList<WorkflowInstanceDTO> data) -
Uses of StreamingList in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return StreamingListModifier and TypeMethodDescriptionprotected StreamingList<BaseDTO>AbstractRestWebService.createStreamingList(CommandCreateList command, int callNumber, int callSize, String cacheKey) ServiceMedia.getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber) ServiceNotifications.getUserNotifications(int callNumber) ServiceNotifications.getUserSendedNotifications(int callNumber) ServiceWorkflow.getWorkflowInstances(String userRole, int callNumber) protected StreamingList<?>AbstractRestWebService.makeStreamingList(int callNumber, String CACHE_NAME, jakarta.servlet.http.HttpServletRequest request, Populator populator)