Uses of Class
ch.rswk.meta.engine.FileService
Packages that use FileService
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of FileService in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as FileServiceModifier and TypeFieldDescriptionEngineUpdater.UpdaterServices.fileServiceprivate final FileServiceWatchdogService.fileServiceMethods in ch.rswk.meta.engine with parameters of type FileServiceModifier and TypeMethodDescriptionstatic com.google.common.util.concurrent.ListenableFuture<Integer> FileService.createFileInfos(@Nullable Iterable<FileInfo> fileInfos, FileService fileService) voidEngineUpdater.UpdateTaskContext.searchAndCreateFiles(FileService fileService, @Nullable String query, Function<FileSearchRequest, com.google.common.util.concurrent.ListenableFuture<FileSearchReply>> service) Constructors in ch.rswk.meta.engine with parameters of type FileServiceModifierConstructorDescriptionUpdaterServices(EngineRuntime runtime, DatabaseService databaseService, FileService fileService, MetaService metaService, UserService userService) WatchdogService(WatchdogService.WatchdogServiceConfig config, FileService fileService, MetaService metaService, EngineRuntime runtime, UserService userService) -
Uses of FileService in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger with parameters of type FileServiceModifier and TypeMethodDescriptionFileServiceModule.getBackupService(FileService service) FileServiceModule.getJerseyConfig(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) com.google.common.util.concurrent.ServiceFileServiceModule.getService(FileService service) -
Uses of FileService in ch.rswk.meta.engine.rs
Fields in ch.rswk.meta.engine.rs declared as FileServiceModifier and TypeFieldDescriptionprivate final FileServiceFileDownloadResource.fileServiceprivate final FileServiceFileUploadResource.fileServiceConstructors in ch.rswk.meta.engine.rs with parameters of type FileServiceModifierConstructorDescriptionFileDownloadResource(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) FileUploadResource(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) -
Uses of FileService in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as FileServiceModifier and TypeFieldDescriptionprotected FileServiceFileDownloadResourceTest.fileServiceprotected FileServiceFileServiceTest.fileServiceprivate final FileServiceFileServiceTest.TestService.fileServiceprotected FileServiceFileUploadResourceTest.fileServiceprotected FileServiceWatchdogServiceTest.fileServiceprotected FileServiceWatchdogStatusResourceTest.fileServiceprotected FileServiceWatchdogUpdateResourceTest.fileServiceMethods in ch.rswk.meta.engine.test with parameters of type FileServiceModifier and TypeMethodDescriptionstatic UploadReplyFileServiceTest.uploadFile(@Nullable String channel, @Nullable OffsetDateTime expiration, Path file, FileService service) Constructors in ch.rswk.meta.engine.test with parameters of type FileServiceModifierConstructorDescription(package private)TestService(EngineRuntime runtime, FileService fileService) -
Uses of FileService in ch.rswk.meta.engine.ws
Fields in ch.rswk.meta.engine.ws declared as FileServiceConstructors in ch.rswk.meta.engine.ws with parameters of type FileServiceModifierConstructorDescriptionEngineWebSocketController(EngineRuntime runtime, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, ActionService actionService, FileService fileService, LoggingService loggingService, MetaService metaService, UserService userService, EngineWebSocketController.EngineWebSocketControllerConfig config)