org.jmythapi.protocol.response
Interface IRecordingsExpiring

All Superinterfaces:
Cloneable, IPropertyAware<IRecordingsExpiring.Props>, IRecordings, Iterable<IProgramInfo>, IVersionable
All Known Implementing Classes:
RecordingsExpiring

public interface IRecordingsExpiring
extends IRecordings, IVersionable, IPropertyAware<IRecordingsExpiring.Props>

An interface to get all expiring recordings of a MythTV backend.

This interface represents the response to a IBackend.queryExpiring() request.
Alternatively you fetch all available recordings and then determine the expiring recordings by the autoexpire flag.

This interface is property-aware. See IRecordingsExpiring.Props for a list of properties of this interface.

See Also:
IBackend.queryExpiring(), QUERY_GETEXPIRING

Nested Class Summary
static class IRecordingsExpiring.Props
          The properties of an IRecordingsExpiring response.
 
Method Summary
 
Methods inherited from interface org.jmythapi.protocol.response.IRecordings
getProgramInfoList, getProgramInfoList, isEmpty, iterator, iterator, size
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 



Copyright © 2008-2013. All Rights Reserved.