Uses of Record Class
org.graylog.plugins.views.startpage.lastOpened.LastOpenedDTO
Packages that use LastOpenedDTO
Package
Description
-
Uses of LastOpenedDTO in org.graylog.plugins.views.startpage
Methods in org.graylog.plugins.views.startpage that return types with arguments of type LastOpenedDTOModifier and TypeMethodDescriptionprotected static List<LastOpenedDTO>StartPageService.filterForExistingIdAndCapAtMaximum(LastOpenedForUserDTO loi, GRN grn, long max) -
Uses of LastOpenedDTO in org.graylog.plugins.views.startpage.lastOpened
Methods in org.graylog.plugins.views.startpage.lastOpened that return types with arguments of type LastOpenedDTOModifier and TypeMethodDescriptionLastOpenedForUserDTO.items()Returns the value of theitemsrecord component.Constructor parameters in org.graylog.plugins.views.startpage.lastOpened with type arguments of type LastOpenedDTOModifierConstructorDescriptionLastOpenedForUserDTO(String id, String userId, List<LastOpenedDTO> items) Creates an instance of aLastOpenedForUserDTOrecord class.LastOpenedForUserDTO(String userId, List<LastOpenedDTO> items)