You are here

class KalturaBatchJob in Kaltura 6.2

Same name and namespace in other branches
  1. 5 kaltura_client/kaltura_client.php \KalturaBatchJob
  2. 6 kaltura_client/kaltura_client.php \KalturaBatchJob

Hierarchy

Expanded class hierarchy of KalturaBatchJob

7 string references to 'KalturaBatchJob'
KalturaBatchService::addImportJob in kaltura_client/KalturaClient.php
KalturaBatchService::addPreConvertJob in kaltura_client/KalturaClient.php
KalturaBatchService::freeExclusiveImportJob in kaltura_client/KalturaClient.php
KalturaBatchService::freeExclusiveNotificationJob in kaltura_client/KalturaClient.php
KalturaBatchService::freeExclusivePreConvertJob in kaltura_client/KalturaClient.php

... See full list

File

kaltura_client/KalturaClient.php, line 813

View source
class KalturaBatchJob extends KalturaBaseJob {

  /**
   *
   *
   * @var string
   */
  public $entryId = null;

  /**
   *
   *
   * @var KalturaBatchJobType
   * @readonly
   */
  public $jobType = null;

  /**
   *
   *
   * @var string
   */
  public $data = null;

  /**
   *
   *
   * @var KalturaBatchJobStatus
   */
  public $status = null;

  /**
   *
   *
   * @var int
   */
  public $abort = null;

  /**
   *
   *
   * @var int
   */
  public $checkAgainTimeout = null;

  /**
   *
   *
   * @var int
   */
  public $progress = null;

  /**
   *
   *
   * @var string
   */
  public $message = null;

  /**
   *
   *
   * @var string
   */
  public $description = null;

  /**
   *
   *
   * @var int
   */
  public $updatesCount = null;

  /**
   * When one job creates another - the parent should set this parentJobId to be its own id.
   *
   * @var int
   */
  public $parentJobId = null;

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaBaseJob::$createdAt public property @readonly
KalturaBaseJob::$id public property @readonly
KalturaBaseJob::$partnerId public property @readonly
KalturaBaseJob::$processorExpiration public property @readonly
KalturaBaseJob::$processorLocation public property @readonly
KalturaBaseJob::$processorName public property @readonly
KalturaBaseJob::$updatedAt public property @readonly
KalturaBatchJob::$abort public property
KalturaBatchJob::$checkAgainTimeout public property
KalturaBatchJob::$data public property
KalturaBatchJob::$description public property
KalturaBatchJob::$entryId public property
KalturaBatchJob::$jobType public property @readonly
KalturaBatchJob::$message public property
KalturaBatchJob::$parentJobId public property When one job creates another - the parent should set this parentJobId to be its own id.
KalturaBatchJob::$progress public property
KalturaBatchJob::$status public property
KalturaBatchJob::$updatesCount public property
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function