Uses of Interface
org.silverpeas.mobile.client.common.network.rest.RestCallback
Packages that use RestCallback
Package
Description
-
Uses of RestCallback in org.silverpeas.mobile.client.common.network.rest
Classes in org.silverpeas.mobile.client.common.network.rest that implement RestCallbackModifier and TypeClassDescriptionclassclass -
Uses of RestCallback in org.silverpeas.mobile.shared.services.rest
Methods in org.silverpeas.mobile.shared.services.rest with parameters of type RestCallbackModifier and TypeMethodDescriptionvoidServiceMyLinks.addLink(MyLinkDTO newLink, RestCallback<MyLinkDTO> callback) voidServiceAuthentication.authentication(RestCallback<UserProfileDTO> callback) voidServiceConnection.changePwd(String newPwd, RestCallback<Void> callback) voidServiceResourcesManager.checkDates(String appId, String startDate, String endDate, RestCallback<String> callback) voidServicePassword.checking(PasswordDTO value, RestCallback<PasswordControlDTO> callback) voidServiceConnection.checkSecurityCode(String login, String domainId, String code, RestCallback<Boolean> callback) voidServiceNavigation.clearAppCache(RestCallback<Void> callback) Clears the application cache.voidServiceAlmanach.createEvent(String componentInstanceId, String calendarId, CalendarEventCreationDTO event, RestCallback<CalendarEventDTO> callback) Creates a new event in a calendar.voidServiceNews.createNews(String appId, NewsDTO news, RestCallback<NewsDTO> callback) voidServiceFaq.createQuestion(String appId, QuestionDetailDTO question, RestCallback<QuestionDetailDTO> callback) voidServiceReminder.createReminder(String componentInstanceId, String type, String localId, ReminderDTO reminderDTO, RestCallback<ReminderDTO> callback) Creates a new reminder.voidServiceTask.createTask(TaskDTO task, RestCallback<TaskDTO> callback) voidServiceTickets.createTicket(String componentId, TicketDTO ticket, RestCallback<TicketDTO> callback) Create a new ticket.protected <T> voidAbstractService.delete(String url, Object body, Function<Object, T> mapper, RestCallback<T> callback) voidServiceNotifications.delete(List<NotificationBoxDTO> selection, RestCallback<Void> callback) Deletes a list of notifications.voidServiceComment.deleteComment(String componentId, String contentType, String contentId, String commentId, RestCallback<Void> callback) voidServiceMyLinks.deleteLink(String linkId, RestCallback<Void> callback) voidServiceReminder.deleteReminder(String componentInstanceId, String type, String localId, String id, RestCallback<Void> callback) Deletes a reminder.voidServiceResourcesManager.deleteReservation(String appId, ReservationDTO reservation, RestCallback<Void> callback) voidServiceTask.deleteTasks(List<TaskDTO> tasks, RestCallback<Void> callback) voidServiceDocuments.deleteTickets(String appId, List<TicketDTO> tickets, RestCallback<List<TicketDTO>> callback) Deletes a list of tickets.voidServiceConnection.generateSecurityCode(String login, String domainId, RestCallback<Void> callback) protected <T> voidAbstractService.get(String url, Function<Object, T> mapper, RestCallback<T> callback) voidServiceWorkflow.getActionForm(String appId, String instanceId, String role, String action, RestCallback<WorkflowFormActionDTO> callback) Retrieves the action form for a workflow instance.voidServiceMedia.getAlbumsAndPictures(String appId, String rootAlbumId, int callNumber, RestCallback<StreamingList<BaseDTO>> callback) Retrieves albums and pictures for a given root album.voidServiceFaq.getAllCategories(String appId, RestCallback<List<CategoryDTO>> callback) voidServiceComment.getAllComments(String componentId, String contentType, String contentId, RestCallback<List<CommentDTO>> callback) voidServiceNotifications.getAllowedUsersAndGroups(String componentId, String contentId, RestCallback<List<BaseDTO>> callback) Retrieves allowed users and groups for a given component and content.voidServiceFaq.getAllQuestions(String appId, RestCallback<List<QuestionDTO>> callback) voidServiceNavigation.getApp(String instanceId, String contentId, String contentType, RestCallback<ApplicationInstanceDTO> callback) Retrieves an application by its instance ID, content ID, and content type.voidServiceDocuments.getAttachment(String appId, String attachmentId, RestCallback<AttachmentDTO> callback) Retrieves an attachment by its ID.voidServiceResourcesManager.getAvailableResources(String appId, String startDate, String endDate, RestCallback<List<ResourceDTO>> callback) voidServiceAlmanach.getCalendars(String componentInstanceId, RestCallback<List<CalendarDTO>> callback) Retrieves calendars for a given component instance.voidServiceUserCalendar.getCalendars(String componentInstanceId, RestCallback<List<CalendarDTO>> callback) Retrieves calendars for a given component instance.voidServiceClassifieds.getClassified(String appId, String id, RestCallback<ClassifiedsDTO> callback) Retrieves a specific classified by its ID.voidServiceClassifieds.getClassifieds(String appId, RestCallback<ClassifiedsDTO> callback) Retrieves all classifieds for a given application.voidServiceContact.getContact(String userId, RestCallback<DetailUserDTO> callback) voidServiceContact.getContacts(String type, String filter, int pageSize, int startIndex, RestCallback<List<DetailUserDTO>> callback) voidServiceContact.getContactsFiltered(String type, String filter, RestCallback<List<DetailUserDTO>> callback) voidServiceTermsOfService.getContent(RestCallback<String> callback) Retrieve the content of the Terms and Conditions of Use.voidServiceWorkflow.getDataInstances(String appId, String userRole, RestCallback<WorkflowDataDTO> callback) Retrieves data instances for a given role.voidServiceRestDocuments.getDocumentsByType(String componentId, String resourceId, String type, String lang, RestCallback<List<SimpleDocumentDTO>> callback) Retrieve documents of a given type for a specific resource and language.voidServiceConnection.getDomains(RestCallback<List<DomainDTO>> callback) voidServiceAlmanach.getEvent(String calendarId, String eventId, RestCallback<CalendarEventDTO> callback) Retrieves a specific event from a calendar.voidServiceUserCalendar.getEvent(String calendarId, String eventId, RestCallback<CalendarEventDTO> callback) Retrieves a specific event from a calendar.voidServiceFormsOnline.getForm(String appId, String formName, RestCallback<List<FormFieldDTO>> callback) Get form.voidServiceFormsOnline.getFormLayer(String appId, String formName, String layerType, RestCallback<FormLayerDTO> callback) Retrieve a form layer.voidServiceNavigation.getHomePageData(String spaceId, String zoom, RestCallback<HomePageDTO> callback) Retrieves homepage data for a given space.voidServiceMedia.getMedia(String appId, String id, RestCallback<MediaDTO> callback) Retrieves a media by its ID.voidServiceMyLinks.getMyCategories(RestCallback<List<MyLinkCategoryDTO>> callback) voidServiceMyLinks.getMyLinks(RestCallback<List<MyLinkDTO>> callback) voidServiceFormsOnline.getMyRequests(String appId, RestCallback<List<FormRequestDTO>> callback) Retrieve the user's requests for a given application.voidServiceResourcesManager.getMyReservations(String appId, RestCallback<List<ReservationDTO>> callback) voidServiceTickets.getMyTickets(String page, RestCallback<List<TicketDTO>> callback) Retrieve the user's tickets with pagination.voidServiceNews.getNews(String appId, RestCallback<List<NewsDTO>> callback) voidServiceNews.getNewsByPubId(String appId, String pubId, RestCallback<NewsDTO> callback) voidServiceDocuments.getNextPublication(String appId, String id, String direction, RestCallback<PublicationDTO> callback) Retrieves the next or previous publication relative to a given publication.voidServiceAlmanach.getOccurrences(String componentInstanceId, String calendarId, String startDateOfWindowTime, String endDateOfWindowTime, String zoneid, RestCallback<List<CalendarEventDTO>> callback) Retrieves occurrences of calendar events for a given calendar and time window.voidServiceUserCalendar.getOccurrences(String componentInstanceId, String calendarId, String startDateOfWindowTime, String endDateOfWindowTime, String zoneid, RestCallback<List<CalendarEventDTO>> callback) Retrieves occurrences of calendar events for a given calendar and time window.voidServiceOrgChartGroup.getOrgChart(String appId, RestCallback<GroupOrgChartDTO> callback) voidServiceNavigation.getPersonnalSpaceContent(String userId, RestCallback<List<ApplicationInstanceDTO>> callback) Retrieves the contents of a user's personal space.voidServiceReminder.getPossibleDurations(String componentInstanceId, String type, String localId, String property, RestCallback<List<String>> callback) Retrieves possible durations for a reminder.voidvoidServiceWorkflow.getPresentationForm(String appId, String instanceId, String role, RestCallback<WorkflowInstancePresentationFormDTO> callback) Retrieves the presentation form for a workflow instance.voidServiceMedia.getPreviewPicture(String appId, String pictureId, RestCallback<PhotoDTO> callback) Retrieves a preview picture by its ID.voidServiceDocuments.getPublication(String appId, String id, String contributionId, String type, RestCallback<PublicationDTO> callback) Retrieves a specific publication by its ID.voidServiceDocuments.getPublications(String appId, String topicId, RestCallback<List<PublicationDTO>> callback) Retrieves publications for a given topic.voidServiceFormsOnline.getReceivablesForms(String appId, RestCallback<List<FormDTO>> callback) Retrieve the forms eligible for a given application.voidServiceReminder.getReminders(String componentInstanceId, String type, String localId, RestCallback<List<ReminderDTO>> callback) Retrieves reminders for a given component instance, type, and local ID.voidServiceFormsOnline.getRequests(String appId, String formId, RestCallback<List<FormRequestDTO>> callback) Retrieve the requests for a given form.voidServiceFormsOnline.getSendablesForms(String appId, RestCallback<List<FormDTO>> callback) Retrieve the forms that can be submitted for a given application.voidServiceMedia.getSound(String appId, String soundId, RestCallback<SoundDTO> callback) Retrieves a sound by its ID.voidServiceNavigation.getSpace(String spaceId, RestCallback<SpaceDTO> callback) Retrieves a space by its ID.voidServiceNavigation.getSpacesAndApps(String rootSpaceId, RestCallback<List<SilverpeasObjectDTO>> callback) Retrieves spaces and applications from a root space.voidServiceRSE.getStatus(RestCallback<StatusDTO> callback) voidServiceSurvey.getSurvey(String appId, String id, RestCallback<SurveyDetailDTO> callback) Retrieves a specific survey by its ID.voidServiceSurvey.getSurveys(String appId, RestCallback<List<SurveyDTO>> callback) Retrieves all surveys for a given application.protected <T> voidAbstractService.getText(String url, Function<Object, T> mapper, RestCallback<T> callback) voidServiceDocuments.getTickets(String appId, List<TicketDTO> tickets, RestCallback<List<TicketDTO>> callback) Retrieves tickets for a list of ticket IDs.voidRetrieves topics for a given root topic.voidServiceDocuments.getTopicsAndPublications(String appId, String rootTopicId, RestCallback<List<BaseDTO>> callback) Retrieves topics and publications for a given root topic.voidServiceHyperLink.getUrl(String appId, RestCallback<HyperLinkDTO> callback) voidServiceNavigation.getUser(String login, String domainId, RestCallback<DetailUserDTO> callback) Retrieves a user's details by their login and domain ID.voidServiceFormsOnline.getUserField(String appId, String formName, String fieldName, RestCallback<List<BaseDTO>> callback) Get a user field.voidServiceWorkflow.getUserField(String appId, String instanceId, String actionName, String fieldName, String role, RestCallback<List<BaseDTO>> callback) Retrieves user field data for a workflow.voidServiceNotifications.getUserNotifications(int callNumber, RestCallback<StreamingList<NotificationReceivedDTO>> callback) Retrieves received notifications for the current user.voidServiceNotifications.getUserSendedNotifications(int callNumber, RestCallback<StreamingList<NotificationSendedDTO>> callback) Retrieves sent notifications for the current user.voidServiceMedia.getVideo(String appId, String videoId, RestCallback<VideoDTO> callback) Retrieves a video by its ID.voidServiceMedia.getVideoStreaming(String appId, String videoId, RestCallback<VideoStreamingDTO> callback) Retrieves a streaming video by its ID.voidServiceWorkflow.getWorkflowInstances(String appId, String userRole, int callNumber, RestCallback<StreamingList<WorkflowInstanceDTO>> callback) Retrieves workflow instances for a given role and call number.voidServiceContact.hasContacts(RestCallback<ContactFilters> callback) voidServiceNavigation.isWorkflowApp(String instanceId, RestCallback<Boolean> callback) Checks whether an application is of workflow type.voidServiceFormsOnline.loadRequest(String appId, String requestId, RestCallback<FormRequestDTO> callback) Load a form request.voidServiceTask.loadTasks(RestCallback<List<TaskDTO>> callback) voidServiceConnection.login(List<String> ids, RestCallback<DetailUserDTO> callback) voidServiceNotifications.markAsRead(List<NotificationBoxDTO> selection, RestCallback<Void> callback) Marks a list of notifications as read.voidServiceNotifications.markAsReaden(long id, RestCallback<Void> callback) Marks a notification as read by its ID.protected <T> voidvoidServiceFormsOnline.processRequest(String appId, String requestId, ValidationRequestDTO validation, RestCallback<Void> callback) Process a form request.voidServiceDocuments.publish(String appId, String pubId, RestCallback<PublicationDTO> callback) Publishes a publication.protected <T> voidprotected <T> voidAbstractService.request(String method, String url, Object body, Function<Object, T> mapper, RestCallback<T> callback) protected <T> voidAbstractService.request(String method, String url, Object body, Function<Object, T> mapper, RestCallback<T> callback, String contentType) protected <T> voidAbstractService.requestJson(String method, String url, Object body, Function<Object, T> mapper, RestCallback<T> callback) protected voidAbstractService.requestText(String method, String url, Object body, RestCallback<String> callback) voidServiceFormsOnline.saveForm(String appId, String formId, RestCallback<Boolean> callback) Save form.voidServiceComment.saveNewComment(String componentId, String contentType, String contentId, CommentDTO commentToSave, RestCallback<CommentDTO> callback) voidServiceResourcesManager.saveReservation(String appId, ReservationDTO reservation, RestCallback<ReservationDTO> callback) voidServiceSurvey.saveSurvey(String appId, SurveyDetailDTO survey, RestCallback<Void> callback) Saves a survey for a given application.voidServiceSearch.search(String query, RestCallback<List<ResultDTO>> callback) voidServiceNotifications.send(NotificationToSendDTO notification, RestCallback<Void> callback) Sends a notification.voidServiceClassifieds.sendMessageToOwner(String appId, String message, ClassifiedDTO classifiedDTO, RestCallback<Void> callback) Sends a message to the owner of a classified.voidServiceConnection.setTabletMode(RestCallback<Boolean> callback) voidServiceNavigation.setTabletMode(RestCallback<Boolean> callback) Enables tablet mode.voidServiceTermsOfService.show(RestCallback<String> callback) Check whether the Terms and Conditions of Use need to be displayed.voidServiceNavigation.storeTokenMessaging(String token, RestCallback<Void> callback) Stores a messaging token.voidServiceComment.updateComment(String componentId, String contentType, String contentId, String commentId, CommentDTO comment, RestCallback<CommentDTO> callback) voidServiceNews.updateNews(String appId, NewsDTO news, RestCallback<Void> callback) voidServiceAlmanach.updateParticipation(String componentInstanceId, String calendarId, String eventId, String occurrenceId, String attendeeId, String zoneid, CalendarEventAttendeeDTO attendeeDTO, RestCallback<CalendarEventDTO> callback) Updates the participation of an attendee to an event occurrence.voidServiceReminder.updateReminder(String componentInstanceId, String type, String localId, String id, ReminderDTO reminderDTO, RestCallback<ReminderDTO> callback) Updates an existing reminder.voidServiceRSE.updateStatus(String textStatus, RestCallback<String> callback) voidServiceTask.updateTask(TaskDTO task, RestCallback<Void> callback) voidServiceMedia.uploadPicture(String name, String data, String idGallery, String idAlbum, RestCallback<Void> callback) Uploads a picture.voidServiceConnection.userAcceptsTermsOfService(RestCallback<Void> callback) voidServiceConnection.userExist(String login, String domainId, RestCallback<Boolean> callback)