Click or drag to resize

IBatchHubServiceImpl Interface

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IBatchHubServiceImpl : IBatchHubService

The IBatchHubServiceImpl type exposes the following members.

Methods
  NameDescription
Public methodBatchHubCreateFileContent
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.)
Public methodBatchHubGetVaults
Retrieves all available vaults.
(Inherited from IBatchHubService.)
Public methodBatchJobAddAttachment
Adds a named attachment to the job. If an attachment with the same name already exists, it will be replaced.
(Inherited from IBatchHubService.)
Public methodBatchJobAddDependencies
Adds dependencies to a job.
(Inherited from IBatchHubService.)
Public methodBatchJobAppendLog
Appends text to the batch job log.
(Inherited from IBatchHubService.)
Public methodBatchJobComplete
Declare job as completed by a batch worker.
(Inherited from IBatchHubService.)
Public methodBatchJobCreate
Creates a batch job definition.
(Inherited from IBatchHubService.)
Public methodBatchJobDeactivate
Deactivates a job.
(Inherited from IBatchHubService.)
Public methodBatchJobDelete
Deletes a batch job.
(Inherited from IBatchHubService.)
Public methodBatchJobGetAttachments
Gets information about the attachments of the job.
(Inherited from IBatchHubService.)
Public methodBatchJobGetAttachmentUrl
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.)
Public methodBatchJobGetDetails
Retrieves detail information for a batch job.
(Inherited from IBatchHubService.)
Public methodBatchJobGetList
Retrieves a filtered list of jobs.
(Inherited from IBatchHubService.)
Public methodBatchJobGetProperties
Retrieves batch job property values.
(Inherited from IBatchHubService.)
Public methodBatchJobGetTableProperties
Retrieves batch job table property values.
(Inherited from IBatchHubService.)
Public methodBatchJobQuery
Performs a batch job (search) query with specified filter criteria and returns specified fields of the query result.
(Inherited from IBatchHubService.)
Public methodBatchJobReadAttachment
Retrieves the content of a batch job attachment.
(Inherited from IBatchHubService.)
Public methodBatchJobReadLog
Reads text from the batch job log.
(Inherited from IBatchHubService.)
Public methodBatchJobReceive
Receives job from queue to be processed by a batch worker.
(Inherited from IBatchHubService.)
Public methodBatchJobReprioritize
Reprioritizes a job.
(Inherited from IBatchHubService.)
Public methodBatchJobResubmit
Resubmits an already processed or completed job.
(Inherited from IBatchHubService.)
Public methodBatchJobSetDescription
Updates the description of a job.
(Inherited from IBatchHubService.)
Public methodBatchJobSetProperties
Sets batch job property values.
(Inherited from IBatchHubService.)
Public methodBatchJobSetTableProperties
Sets batch job property values.
(Inherited from IBatchHubService.)
Public methodBatchJobSubmit
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.)
Public methodBatchJobSwitchLane
Switches a job to another lane.
(Inherited from IBatchHubService.)
Public methodBatchQueueGetList
Retrieves all available queues.
(Inherited from IBatchHubService.)
Public methodBatchQueueGetPropertyTemplate
Retrieves list of all properties available for the specified queue.
(Inherited from IBatchHubService.)
Public methodBatchQueueGetTablePropertyTemplateRow
Retrieves a template row that contains all table properties available for the specified queue.
(Inherited from IBatchHubService.)
Public methodBatchWorkerGetList
Retrieves the list of workers.
(Inherited from IBatchHubService.)
Public methodBatchWorkerNotify
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.)
Public methodBeginAccess
Top
See Also