Class: Kaltura::KalturaScheduleResourceBaseFilter

Inherits:
KalturaRelatedFilter show all
Defined in:
lib/kaltura_plugins/kaltura_schedule_client_plugin.rb

Direct Known Subclasses

KalturaScheduleResourceFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



1078
1079
1080
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1078

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



1079
1080
1081
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1079

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#id_equalObject

Returns the value of attribute id_equal.



1065
1066
1067
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1065

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



1066
1067
1068
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1066

def id_in
  @id_in
end

#id_not_inObject

Returns the value of attribute id_not_in.



1067
1068
1069
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1067

def id_not_in
  @id_not_in
end

#name_equalObject

Returns the value of attribute name_equal.



1070
1071
1072
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1070

def name_equal
  @name_equal
end

#parent_id_equalObject

Returns the value of attribute parent_id_equal.



1068
1069
1070
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1068

def parent_id_equal
  @parent_id_equal
end

#parent_id_inObject

Returns the value of attribute parent_id_in.



1069
1070
1071
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1069

def parent_id_in
  @parent_id_in
end

#status_equalObject

Returns the value of attribute status_equal.



1073
1074
1075
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1073

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



1074
1075
1076
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1074

def status_in
  @status_in
end

#system_name_equalObject

Returns the value of attribute system_name_equal.



1071
1072
1073
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1071

def system_name_equal
  @system_name_equal
end

#system_name_inObject

Returns the value of attribute system_name_in.



1072
1073
1074
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1072

def system_name_in
  @system_name_in
end

#tags_likeObject

Returns the value of attribute tags_like.



1075
1076
1077
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1075

def tags_like
  @tags_like
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



1077
1078
1079
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1077

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



1076
1077
1078
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1076

def tags_multi_like_or
  @tags_multi_like_or
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



1080
1081
1082
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1080

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



1081
1082
1083
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1081

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 1105

def from_xml(xml_element)
	super
	if xml_element.elements['idEqual'] != nil
		self.id_equal = xml_element.elements['idEqual'].text
	end
	if xml_element.elements['idIn'] != nil
		self.id_in = xml_element.elements['idIn'].text
	end
	if xml_element.elements['idNotIn'] != nil
		self.id_not_in = xml_element.elements['idNotIn'].text
	end
	if xml_element.elements['parentIdEqual'] != nil
		self.parent_id_equal = xml_element.elements['parentIdEqual'].text
	end
	if xml_element.elements['parentIdIn'] != nil
		self.parent_id_in = xml_element.elements['parentIdIn'].text
	end
	if xml_element.elements['nameEqual'] != nil
		self.name_equal = xml_element.elements['nameEqual'].text
	end
	if xml_element.elements['systemNameEqual'] != nil
		self.system_name_equal = xml_element.elements['systemNameEqual'].text
	end
	if xml_element.elements['systemNameIn'] != nil
		self.system_name_in = xml_element.elements['systemNameIn'].text
	end
	if xml_element.elements['statusEqual'] != nil
		self.status_equal = xml_element.elements['statusEqual'].text
	end
	if xml_element.elements['statusIn'] != nil
		self.status_in = xml_element.elements['statusIn'].text
	end
	if xml_element.elements['tagsLike'] != nil
		self.tags_like = xml_element.elements['tagsLike'].text
	end
	if xml_element.elements['tagsMultiLikeOr'] != nil
		self.tags_multi_like_or = xml_element.elements['tagsMultiLikeOr'].text
	end
	if xml_element.elements['tagsMultiLikeAnd'] != nil
		self.tags_multi_like_and = xml_element.elements['tagsMultiLikeAnd'].text
	end
	if xml_element.elements['createdAtGreaterThanOrEqual'] != nil
		self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text
	end
	if xml_element.elements['createdAtLessThanOrEqual'] != nil
		self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text
	end
	if xml_element.elements['updatedAtGreaterThanOrEqual'] != nil
		self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text
	end
	if xml_element.elements['updatedAtLessThanOrEqual'] != nil
		self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text
	end
end