Class: KalturaApi::KalturaCompareMetadataCondition

Inherits:
KalturaCompareCondition show all
Defined in:
lib/kaltura_plugins/kaltura_metadata_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaCompareCondition

#comparison, #value

Attributes inherited from KalturaCondition

#description, #not, #type

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#profile_idObject

Metadata profile id



343
344
345
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 343

def profile_id
  @profile_id
end

#profile_system_nameObject

Metadata profile system name



346
347
348
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 346

def profile_system_name
  @profile_system_name
end

#x_pathObject

May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()=‘metadata’]/ 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName



340
341
342
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 340

def x_path
  @x_path
end