Package com.morpheusdata.core
Interface MorpheusTaskService
- All Superinterfaces:
MorpheusDataQueryService<Task>,MorpheusDataService<Task,Task>
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<TaskConfig>buildLocalTaskConfig(Map baseConfig, Task task, Collection excludes, Map opts) io.reactivex.rxjava3.core.Single<TaskConfig>buildRemoteTaskConfig(Map baseConfig, Task task, Collection excludes, Map opts) io.reactivex.rxjava3.core.Single<Void>disableTask(String code) Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, searchMethods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
disableTask
-
buildLocalTaskConfig
io.reactivex.rxjava3.core.Single<TaskConfig> buildLocalTaskConfig(Map baseConfig, Task task, Collection excludes, Map opts) -
buildRemoteTaskConfig
io.reactivex.rxjava3.core.Single<TaskConfig> buildRemoteTaskConfig(Map baseConfig, Task task, Collection excludes, Map opts)
-