Uses of Class
de.spiritscorp.datasync.controller.SyncJobContext
Packages that use SyncJobContext
Package
Description
-
Uses of SyncJobContext in de.spiritscorp.datasync.controller
Methods in de.spiritscorp.datasync.controller with parameters of type SyncJobContextModifier and TypeMethodDescriptionvoidMainViewController.deleteSelectedDuplicates(SyncJobContext jobContext) voidSyncJobService.deleteSelectedDuplicates(SyncJobContext context) Purges marked elements from active disks securely on a detached stack.voidViewController.deleteSelectedDuplicates(SyncJobContext jobContext) voidMainViewController.handleDeleteJob(SyncJobContext job) voidViewController.handleDeleteJob(SyncJobContext job) Permanently removes a task entity context from the global orchestrator matrix tracking layer.voidMainViewController.handleDuplicateJob(SyncJobContext job) voidViewController.handleDuplicateJob(SyncJobContext job) Creates an independent copy of the currently selected task parameters profile mapping.voidMainViewController.handleExecuteTask(SyncJobContext job) voidViewController.handleExecuteTask(SyncJobContext job) Initiates execution of processing operations based on active configuration parameters.voidMainViewController.handleStopTask(SyncJobContext job) voidViewController.handleStopTask(SyncJobContext job) Stop execution of processing operations based on active configuration parameters.voidSyncJobService.startBackup(SyncJobContext context) Runs localized multi-threaded incremental backups using task-isolated rules.voidSyncJobService.startDuplicateScan(SyncJobContext job) Scans source paths asynchronously to list file checksum collisions.voidSyncJobService.startSynchronize(SyncJobContext context) Executes bidirectional folder synchronization using task-bound preferences.Method parameters in de.spiritscorp.datasync.controller with type arguments of type SyncJobContextModifier and TypeMethodDescriptionvoidMainViewController.handleRenameJob(javafx.scene.control.ListCell<SyncJobContext> cell) voidViewController.handleRenameJob(javafx.scene.control.ListCell<SyncJobContext> cell) Triggers the specialized configuration context dialog to change a job instance identification label. -
Uses of SyncJobContext in de.spiritscorp.datasync.gui
Methods in de.spiritscorp.datasync.gui that return types with arguments of type SyncJobContextModifier and TypeMethodDescriptionjavafx.collections.ObservableList<SyncJobContext> Gui.getJobList()Returns the observable list of currently tracked synchronization jobs.javafx.scene.control.ListView<SyncJobContext> SidebarView.getSidebarListView()Methods in de.spiritscorp.datasync.gui with parameters of type SyncJobContextModifier and TypeMethodDescriptionvoidWorkspaceView.bindJob(SyncJobContext job) Rebinds background parameters changes metrics values directly onto visual output listeners text nodes. * @param job Selected pipeline source.voidWorkspaceView.refreshView(Gui.ViewState state, SyncJobContext job) Redraws visible frame items based on routing navigation instructions and current job payload state. * @param state The target navigation ViewState.voidGui.setCurrentActiveJob(SyncJobContext job) Updates central contextual execution active jobs binding structures hooks.Method parameters in de.spiritscorp.datasync.gui with type arguments of type SyncJobContextModifier and TypeMethodDescriptionvoidGui.setInitialJobConfigurations(javafx.collections.ObservableList<SyncJobContext> jobList) Initializes saved job configurations within the runtime context. -
Uses of SyncJobContext in de.spiritscorp.datasync.io
Methods in de.spiritscorp.datasync.io with parameters of type SyncJobContextModifier and TypeMethodDescriptionbooleanPreferenceManager.removeProfile(SyncJobContext job) Atomically removes an active synchronization job context tracking assignment. -
Uses of SyncJobContext in de.spiritscorp.datasync.model
Methods in de.spiritscorp.datasync.model with parameters of type SyncJobContextModifier and TypeMethodDescriptionbooleanModel.syncFiles(SyncJobContext ctx, ArrayList<Map<Path, FileAttributes>> result, Map<Path, FileAttributes> syncMap, Path sourcePath, Path destPath, boolean testOn) Synchronizes files bi-directionally between the configured directories.