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.fileService
private final FileService
WatchdogService.fileService
Methods 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) void
EngineUpdater.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.Service
FileServiceModule.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 FileService
FileDownloadResource.fileService
private final FileService
FileUploadResource.fileService
Constructors 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 FileService
FileDownloadResourceTest.fileService
protected FileService
FileServiceTest.fileService
private final FileService
FileServiceTest.TestService.fileService
protected FileService
FileUploadResourceTest.fileService
protected FileService
WatchdogServiceTest.fileService
protected FileService
WatchdogStatusResourceTest.fileService
protected FileService
WatchdogUpdateResourceTest.fileService
Methods in ch.rswk.meta.engine.test with parameters of type FileServiceModifier and TypeMethodDescriptionstatic UploadReply
FileServiceTest.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)