You are here

class KalturaDocumentEntryFilter in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaDocumentEntryFilter

File

kaltura_client/KalturaClient.php, line 1226

View source
class KalturaDocumentEntryFilter extends KalturaBaseEntryFilter {

  /**
   *
   *
   * @var KalturaDocumentType
   */
  public $documentTypeEqual = null;

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

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaBaseEntryFilter::$adminTagsLike public property This filter should be in use for retrieving specific entries while applying an SQL 'LIKE' pattern matching on entry tags, set by an ADMIN user. It should include only one pattern for matching entry tags against.
KalturaBaseEntryFilter::$adminTagsMultiLikeAnd public property This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on tags, set by an ADMIN user. It could include few (comma separated) patterns for matching entry tags against, while applying an…
KalturaBaseEntryFilter::$adminTagsMultiLikeOr public property This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on tags, set by an ADMIN user. It could include few (comma separated) patterns for matching entry tags against, while applying an OR…
KalturaBaseEntryFilter::$createdAtGreaterThanOrEqual public property This filter parameter should be in use for retrieving only entries which were created at Kaltura system after a specific time/date (standard timestamp format).
KalturaBaseEntryFilter::$createdAtLessThanOrEqual public property This filter parameter should be in use for retrieving only entries which were created at Kaltura system before a specific time/date (standard timestamp format).
KalturaBaseEntryFilter::$groupIdEqual public property
KalturaBaseEntryFilter::$idEqual public property This filter should be in use for retrieving only a specific entry (identified by its entryId).
KalturaBaseEntryFilter::$idIn public property This filter should be in use for retrieving few specific entries (string should include comma separated list of entryId strings).
KalturaBaseEntryFilter::$nameEqual public property This filter should be in use for retrieving entries with a specific name.
KalturaBaseEntryFilter::$nameLike public property This filter should be in use for retrieving specific entries while applying an SQL 'LIKE' pattern matching on entry names. It should include only one pattern for matching entry names against.
KalturaBaseEntryFilter::$nameMultiLikeAnd public property This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on entry names. It could include few (comma separated) patterns for matching entry names against, while applying an AND logic to…
KalturaBaseEntryFilter::$nameMultiLikeOr public property This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on entry names. It could include few (comma separated) patterns for matching entry names against, while applying an OR logic to…
KalturaBaseEntryFilter::$partnerIdEqual public property This filter should be in use for retrieving only entries which were uploaded by/assigned to users of a specific Kaltura Partner (identified by Partner ID).
KalturaBaseEntryFilter::$partnerIdIn public property This filter should be in use for retrieving only entries within Kaltura network which were uploaded by/assigned to users of few Kaltura Partners (string should include comma separated list of PartnerIDs)
KalturaBaseEntryFilter::$searchTextMatchAnd public property This filter should be in use for retrieving specific entries while search match the input string within all of the following metadata attributes: name, description, tags, adminTags.
KalturaBaseEntryFilter::$searchTextMatchOr public property This filter should be in use for retrieving specific entries while search match the input string within at least one of the following metadata attributes: name, description, tags, adminTags.
KalturaBaseEntryFilter::$statusEqual public property This filter should be in use for retrieving only entries, at a specific {@link ?object=KalturaEntryStatus KalturaEntryStatus}.
KalturaBaseEntryFilter::$statusIn public property This filter should be in use for retrieving only entries, at few specific {@link ?object=KalturaEntryStatus KalturaEntryStatus}.
KalturaBaseEntryFilter::$tagsAdminTagsMultiLikeAnd public property
KalturaBaseEntryFilter::$tagsAdminTagsMultiLikeOr public property
KalturaBaseEntryFilter::$tagsAdminTagsNameMultiLikeAnd public property
KalturaBaseEntryFilter::$tagsAdminTagsNameMultiLikeOr public property
KalturaBaseEntryFilter::$tagsLike public property This filter should be in use for retrieving specific entries while applying an SQL 'LIKE' pattern matching on entry tags. It should include only one pattern for matching entry tags against.
KalturaBaseEntryFilter::$tagsMultiLikeAnd public property This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on tags. It could include few (comma separated) patterns for matching entry tags against, while applying an AND logic to retrieve…
KalturaBaseEntryFilter::$tagsMultiLikeOr public property This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on tags. It could include few (comma separated) patterns for matching entry tags against, while applying an OR logic to retrieve…
KalturaBaseEntryFilter::$tagsNameMultiLikeAnd public property
KalturaBaseEntryFilter::$tagsNameMultiLikeOr public property
KalturaBaseEntryFilter::$typeEqual public property
KalturaBaseEntryFilter::$typeIn public property This filter should be in use for retrieving entries of few {@link ?object=KalturaEntryType KalturaEntryType} (string should include a comma separated list of {@link ?object=KalturaEntryType KalturaEntryType} enumerated parameters).
KalturaBaseEntryFilter::$userIdEqual public property This filter parameter should be in use for retrieving only entries, uploaded by/assigned to a specific user (identified by user Id).
KalturaDocumentEntryFilter::$documentTypeEqual public property
KalturaDocumentEntryFilter::$documentTypeIn public property
KalturaFilter::$orderBy public property
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function