IBatchHubService Interface |
Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
public interface IBatchHubService
The IBatchHubService type exposes the following members.
Name | Description | |
---|---|---|
BatchHubCreateFileContent |
Creates a file content record. Use the resulting URLs to upload the file content to the vault. Then use the file content UUID to add an attachment with the uploaded file content. The provided URLs are for immediate use and will expire within one day.
| |
BatchHubGetVaults |
Retrieves all available vaults.
| |
BatchJobAddAttachment |
Adds a named attachment to the job. If an attachment with the same name already exists, it will be replaced.
| |
BatchJobAddDependencies |
Adds dependencies to a job.
| |
BatchJobAppendLog |
Appends text to the batch job log.
| |
BatchJobComplete |
Declare job as completed by a batch worker.
| |
BatchJobCreate |
Creates a batch job definition.
| |
BatchJobDeactivate |
Deactivates a job.
| |
BatchJobDelete |
Deletes a batch job.
| |
BatchJobGetAttachments |
Gets information about the attachments of the job.
| |
BatchJobGetAttachmentUrl |
Retrieves the URL (HTTP/S GET) for a batch job attachment. This method fails if the attachment is not stored in an HTTP/S Vault.
| |
BatchJobGetDetails |
Retrieves detail information for a batch job.
| |
BatchJobGetList |
Retrieves a filtered list of jobs.
| |
BatchJobGetProperties |
Retrieves batch job property values.
| |
BatchJobGetTableProperties |
Retrieves batch job table property values.
| |
BatchJobQuery |
Performs a batch job (search) query with specified filter criteria and returns specified fields of the query result.
| |
BatchJobReadAttachment |
Retrieves the content of a batch job attachment.
| |
BatchJobReadLog |
Reads text from the batch job log.
| |
BatchJobReceive |
Receives job from queue to be processed by a batch worker.
| |
BatchJobReprioritize |
Reprioritizes a job.
| |
BatchJobResubmit |
Resubmits an already processed or completed job.
| |
BatchJobSetDescription |
Updates the description of a job.
| |
BatchJobSetProperties |
Sets batch job property values.
| |
BatchJobSetTableProperties |
Sets batch job property values.
| |
BatchJobSubmit |
Submits a batch job to the processing queue. Use this method to submit an inactive job that has been created with the 'deferred submit' option.
| |
BatchJobSwitchLane |
Switches a job to another lane.
| |
BatchQueueGetList |
Retrieves all available queues.
| |
BatchQueueGetPropertyTemplate |
Retrieves list of all properties available for the specified queue.
| |
BatchQueueGetTablePropertyTemplateRow |
Retrieves a template row that contains all table properties available for the specified queue.
| |
BatchWorkerGetList |
Retrieves the list of workers.
| |
BatchWorkerNotify |
Updates the LastActive timestamp of the worker. Use this method while processing a long-running batch job to keep the health status of the worker green.
|