Uses of Class
org.graylog.plugins.views.search.views.ViewDTO
Packages that use ViewDTO
Package
Description
-
Uses of ViewDTO in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type ViewDTOModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.Multibinder<Requirement<ViewDTO>>ViewsModule.viewRequirementBinder()Method parameters in org.graylog.plugins.views with type arguments of type ViewDTOModifier and TypeMethodDescriptionprotected voidViewsModule.registerViewRequirement(Class<? extends Requirement<ViewDTO>> viewRequirement) -
Uses of ViewDTO in org.graylog.plugins.views.search
Method parameters in org.graylog.plugins.views.search with type arguments of type ViewDTOModifier and TypeMethodDescriptionSearchDomain.getAllForUser(SearchPermissions searchPermissions, Predicate<ViewDTO> viewReadPermission) -
Uses of ViewDTO in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return ViewDTOModifier and TypeMethodDescriptionViewsResource.create(@Valid @NotNull(message="View is mandatory") ViewDTO dto, UserContext userContext, SearchUser searchUser) ViewsResource.delete(@NotEmpty String id, SearchUser searchUser) ViewsResource.get(@NotEmpty String id, SearchUser searchUser) ViewsResource.update(@NotEmpty String id, @Valid ViewDTO dto, SearchUser searchUser) Methods in org.graylog.plugins.views.search.rest that return types with arguments of type ViewDTOModifier and TypeMethodDescriptionViewsResource.views(int page, int perPage, String sortField, String order, String query, SearchUser searchUser) Methods in org.graylog.plugins.views.search.rest with parameters of type ViewDTOModifier and TypeMethodDescriptionViewsResource.create(@Valid @NotNull(message="View is mandatory") ViewDTO dto, UserContext userContext, SearchUser searchUser) ViewsResource.update(@NotEmpty String id, @Valid ViewDTO dto, SearchUser searchUser) protected voidViewsResource.validateSearchProperties(ViewDTO dto, Search search) -
Uses of ViewDTO in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views that return ViewDTOModifier and TypeMethodDescriptionabstract ViewDTOViewDTO.Builder.build()ViewService.requirementsForView(ViewDTO view) ViewService.saveWithOwner(ViewDTO viewDTO, User user) Methods in org.graylog.plugins.views.search.views that return types with arguments of type ViewDTOModifier and TypeMethodDescriptionprotected PaginatedList<ViewDTO>ViewService.findPaginatedWithQueryFilterAndSortWithGrandTotal(SearchUser searchUser, SearchQuery dbQuery, Predicate<ViewDTO> filter, org.mongojack.DBSort.SortBuilder sort, org.mongojack.DBQuery.Query grandTotalQuery, int page, int perPage) ViewService.get(SearchUser searchUser, String id) ViewResolver.getBySearchId(String searchId) ViewService.getDefault()ViewService.searchPaginated(SearchUser searchUser, SearchQuery query, Predicate<ViewDTO> filter, String order, String sortField, int page, int perPage) ViewService.searchPaginatedByType(ViewDTO.Type type, SearchQuery query, Predicate<ViewDTO> filter, String order, String sortField, int page, int perPage) ViewService.streamAll()ViewService.streamByIds(Set<String> idSet) ViewService.type()Methods in org.graylog.plugins.views.search.views with parameters of type ViewDTOModifier and TypeMethodDescriptionstatic ViewParameterSummaryDTOViewService.requirementsForView(ViewDTO view) voidViewService.saveDefault(ViewDTO dto) ViewService.saveWithOwner(ViewDTO viewDTO, User user) Method parameters in org.graylog.plugins.views.search.views with type arguments of type ViewDTOModifier and TypeMethodDescriptionprotected PaginatedList<ViewDTO>ViewService.findPaginatedWithQueryFilterAndSortWithGrandTotal(SearchUser searchUser, SearchQuery dbQuery, Predicate<ViewDTO> filter, org.mongojack.DBSort.SortBuilder sort, org.mongojack.DBQuery.Query grandTotalQuery, int page, int perPage) ViewDTO.idsFrom(Collection<ViewDTO> views) ViewService.searchPaginated(SearchUser searchUser, SearchQuery query, Predicate<ViewDTO> filter, String order, String sortField, int page, int perPage) ViewService.searchPaginatedByType(ViewDTO.Type type, SearchQuery query, Predicate<ViewDTO> filter, String order, String sortField, int page, int perPage) Constructors in org.graylog.plugins.views.search.views with parameters of type ViewDTOModifierConstructorDescriptionViewRequirements(Set<Requirement<ViewDTO>> requirements, ViewDTO dto) Constructor parameters in org.graylog.plugins.views.search.views with type arguments of type ViewDTOModifierConstructorDescriptionViewRequirements(Set<Requirement<ViewDTO>> requirements, ViewDTO dto) -
Uses of ViewDTO in org.graylog.plugins.views.startpage
Methods in org.graylog.plugins.views.startpage with parameters of type ViewDTOModifier and TypeMethodDescriptionvoidStartPageService.addLastOpenedFor(ViewDTO view, SearchUser searchUser) -
Uses of ViewDTO in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type ViewDTOModifier and TypeMethodDescriptionDashboardEntityCreator.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) ViewFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) protected NativeEntity<ViewDTO>ViewFacade.decode(EntityV1 entityV1, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, User user) ViewFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type ViewDTO -
Uses of ViewDTO in org.graylog2.contentpacks.facades.dashboardV1
Methods in org.graylog2.contentpacks.facades.dashboardV1 that return types with arguments of type ViewDTOModifier and TypeMethodDescriptionDashboardV1Facade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) protected NativeEntity<ViewDTO>DashboardV1Facade.decode(EntityV1 entityV1, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, User user)