[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/batchjobsmanager")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class BatchJobsManager : WebService
BatchJobsManager | Initializes a new instance of the BatchJobsManager class |
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. |
ConvertT | (Defined by ObjectExtension) |
GetUserIdentityName | (Defined by WebServiceExtension) |
ToJson | (Defined by ObjectExtension) |