BatchJobsManager Class |
Namespace: FileHold.LibraryManager
public class BatchJobsManager : WebService
The BatchJobsManager type exposes the following members.
| Name | Description | |
|---|---|---|
| BatchJobsManager | Initializes a new instance of the BatchJobsManager class |
| Name | Description | |
|---|---|---|
| AddBatchJob(BatchJob, Database, DbTransaction) | ||
| AddBatchJobT(BatchJobT, Database, DbTransaction) | ||
| CancelBatchJob |
Allows to cancel selected batch job. Only uncompleted jobs can be cancelled.
| |
| GetBatchJobDetails |
Provides batch job details.
| |
| GetBatchJobFiles | ||
| GetBatchJobFilesStatistics | ||
| GetBatchJobIdsForLocationId | ||
| GetBatchJobReport |
Returns filtered list of batch jobs.
| |
| GetBatchJobSummary |
Provides a short summary of selected batch job.
| |
| PauseBatchJob |
Allows to pause selected batch job. Only not started yet jobs can be paused.
| |
| RestartBatchJob(Int32) |
Allows to restart selected batch job. Only failed jobs can be restarted.
| |
| RestartBatchJob(Int32, Database, DbTransaction) | ||
| ResumeBatchJob |
Allows to resume selected batch job. Only paused jobs can be resumed.
|
| Name | Description | |
|---|---|---|
| ConvertT | (Defined by ObjectExtension.) | |
| ToJson | (Defined by ObjectExtension.) |