IBatchHubServiceImpl Methods |
The IBatchHubServiceImpl 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.
(Inherited from IBatchHubService.) | |
BatchHubGetVaults |
Retrieves all available vaults.
(Inherited from IBatchHubService.) | |
BatchJobAddAttachment |
Adds a named attachment to the job. If an attachment with the same name already exists, it will be replaced.
(Inherited from IBatchHubService.) | |
BatchJobAddDependencies |
Adds dependencies to a job.
(Inherited from IBatchHubService.) | |
BatchJobAppendLog |
Appends text to the batch job log.
(Inherited from IBatchHubService.) | |
BatchJobComplete |
Declare job as completed by a batch worker.
(Inherited from IBatchHubService.) | |
BatchJobCreate |
Creates a batch job definition.
(Inherited from IBatchHubService.) | |
BatchJobDeactivate |
Deactivates a job.
(Inherited from IBatchHubService.) | |
BatchJobDelete |
Deletes a batch job.
(Inherited from IBatchHubService.) | |
BatchJobGetAttachments |
Gets information about the attachments of the job.
(Inherited from IBatchHubService.) | |
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.
(Inherited from IBatchHubService.) | |
BatchJobGetDetails |
Retrieves detail information for a batch job.
(Inherited from IBatchHubService.) | |
BatchJobGetList |
Retrieves a filtered list of jobs.
(Inherited from IBatchHubService.) | |
BatchJobGetProperties |
Retrieves batch job property values.
(Inherited from IBatchHubService.) | |
BatchJobGetTableProperties |
Retrieves batch job table property values.
(Inherited from IBatchHubService.) | |
BatchJobQuery |
Performs a batch job (search) query with specified filter criteria and returns specified fields of the query result.
(Inherited from IBatchHubService.) | |
BatchJobReadAttachment |
Retrieves the content of a batch job attachment.
(Inherited from IBatchHubService.) | |
BatchJobReadLog |
Reads text from the batch job log.
(Inherited from IBatchHubService.) | |
BatchJobReceive |
Receives job from queue to be processed by a batch worker.
(Inherited from IBatchHubService.) | |
BatchJobReprioritize |
Reprioritizes a job.
(Inherited from IBatchHubService.) | |
BatchJobResubmit |
Resubmits an already processed or completed job.
(Inherited from IBatchHubService.) | |
BatchJobSetDescription |
Updates the description of a job.
(Inherited from IBatchHubService.) | |
BatchJobSetProperties |
Sets batch job property values.
(Inherited from IBatchHubService.) | |
BatchJobSetTableProperties |
Sets batch job property values.
(Inherited from IBatchHubService.) | |
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.
(Inherited from IBatchHubService.) | |
BatchJobSwitchLane |
Switches a job to another lane.
(Inherited from IBatchHubService.) | |
BatchQueueGetList |
Retrieves all available queues.
(Inherited from IBatchHubService.) | |
BatchQueueGetPropertyTemplate |
Retrieves list of all properties available for the specified queue.
(Inherited from IBatchHubService.) | |
BatchQueueGetTablePropertyTemplateRow |
Retrieves a template row that contains all table properties available for the specified queue.
(Inherited from IBatchHubService.) | |
BatchWorkerGetList |
Retrieves the list of workers.
(Inherited from IBatchHubService.) | |
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.
(Inherited from IBatchHubService.) | |
BeginAccess |