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
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.