OlapicCurationMediaList Class Reference
| Inherits from | OlapicMediaList : NSObject |
| Declared in | OlapicCurationMediaList.h |
Tasks
Utils
Initializer
-
– initWithSorting:delegate: -
– initWithSorting:delegate:status: -
– initWithSorting:delegate:status:stream: -
– initWithSorting:delegate:status:stream:source: -
– initWithSorting:delegate:status:stream:source:mediaPerPage: -
– initWithSorting:delegate:status:stream:source:mediaPerPage:offset: -
– initWithSearch:delegate: -
– initWithSearch:delegate:status: -
– initWithSearch:delegate:status:favorited: -
– initWithSearch:delegate:status:favorited:sources: -
– initWithSearch:delegate:status:favorited:sources:dateFrom: -
– initWithSearch:delegate:status:favorited:sources:dateFrom:dateTo:
Class Methods
Instance Methods
initWithSearch:delegate:
Initialize with the search text and the delegate reference.
- (id)initWithSearch:(NSString *)fullTextQuery delegate:(id<OlapicMediaListDelegate> __weak)delegateObjectParameters
- fullTextQuery
The text search can have # @
- delegateObject
The reference to the delegate object
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSearch:delegate:status:
Initialize with the search text, the delegate reference and the status flag.
- (id)initWithSearch:(NSString *)fullTextQuery delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicCurationMediaListStatusFilterType)statusParameters
- fullTextQuery
The text search can have # @
- delegateObject
The reference to the delegate object
- status
Filter by default status
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSearch:delegate:status:favorited:
Initialize with the search text, the delegate reference and the favorited flag.
- (id)initWithSearch:(NSString *)fullTextQuery delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicCurationMediaListStatusFilterType)status favorited:(OlapicCurationMediaListFavoritesFilterType)favoritedParameters
- fullTextQuery
The text search can have # @
- delegateObject
The reference to the delegate object
- status
Filter by default status
- favorited
If the media is favorited
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSearch:delegate:status:favorited:sources:
Initialize with the search text, the delegate reference, the favorited flag and a list of sources.
- (id)initWithSearch:(NSString *)fullTextQuery delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicCurationMediaListStatusFilterType)status favorited:(OlapicCurationMediaListFavoritesFilterType)favorited sources:(NSArray *)sourcesParameters
- fullTextQuery
The text search can have # @
- delegateObject
The reference to the delegate object
- status
Filter by default status
- favorited
If the media is favorited
- sources
The media source
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSearch:delegate:status:favorited:sources:dateFrom:
Initialize with the search text, the delegate reference, the favorited flag, a list of sources and the filter date from.
- (id)initWithSearch:(NSString *)fullTextQuery delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicCurationMediaListStatusFilterType)status favorited:(OlapicCurationMediaListFavoritesFilterType)favorited sources:(NSArray *)sources dateFrom:(NSString *)dateFromParameters
- fullTextQuery
The text search can have # @
- delegateObject
The reference to the delegate object
- status
Filter by default status
- favorited
If the media is favorited
- sources
The media source
- dateFrom
The filter search to a specific date
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSearch:delegate:status:favorited:sources:dateFrom:dateTo:
Initialize with the search text, the delegate reference, the favorited flag, a list of sources, the filter date from, and the filter to date.
- (id)initWithSearch:(NSString *)fullTextQuery delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicCurationMediaListStatusFilterType)status favorited:(OlapicCurationMediaListFavoritesFilterType)favorited sources:(NSArray *)sources dateFrom:(NSString *)dateFrom dateTo:(NSString *)dateToParameters
- fullTextQuery
The text search can have # @
- delegateObject
The reference to the delegate object
- status
Filter by default status
- favorited
If the media is favorited
- sources
The media source
- dateFrom
The filter search to a specific date
- dateTo
The filter search to a specific date
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSorting:delegate:
Basic initialization with sorting and delegate reference
- (id)initWithSorting:(OlapicCurationMediaListSortingType)sort delegate:(id<OlapicMediaListDelegate> __weak)delegateObjectParameters
- sort
The sorting type
- delegateObject
The reference to the delegate object
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSorting:delegate:status:
Initialize with the sorting, the delegate reference and a specific media status
- (id)initWithSorting:(OlapicCurationMediaListSortingType)sort delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicMediaStatus *)statusParameters
- sort
The sorting type
- delegateObject
The reference to the delegate object
- status
The required media status
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Declared In
OlapicCurationMediaList.hinitWithSorting:delegate:status:stream:
Initialize with the sorting, the delegate reference, and a specific status or stream
- (id)initWithSorting:(OlapicCurationMediaListSortingType)sort delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicMediaStatus *)status stream:(OlapicStreamEntity *)streamParameters
- sort
The sorting type
- delegateObject
The reference to the delegate object
- status
The required media status
- stream
The required stream
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Discussion
Note: You can only use a stream or a status, not the two of them together. And in case you use them both, the method will only take the stream
Declared In
OlapicCurationMediaList.hinitWithSorting:delegate:status:stream:source:
Initialize with the sorting, the delegate reference, a specific status or stream and the media source (like instagram or twitter)
- (id)initWithSorting:(OlapicCurationMediaListSortingType)sort delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicMediaStatus *)status stream:(OlapicStreamEntity *)stream source:(NSString *)sourceParameters
- sort
The sorting type
- delegateObject
The reference to the delegate object
- status
The required media status
- stream
The required stream
- source
The media source
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Discussion
Note: You can only use a stream or a status, not the two of them together. And in case you use them both, the method will only take the stream
Declared In
OlapicCurationMediaList.hinitWithSorting:delegate:status:stream:source:mediaPerPage:
Initialize with the sorting, the delegate reference, a specific status or stream, the media source (like instagram or twitter) and the amount of media per page that are going going to be downloaded
- (id)initWithSorting:(OlapicCurationMediaListSortingType)sort delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicMediaStatus *)status stream:(OlapicStreamEntity *)stream source:(NSString *)source mediaPerPage:(NSInteger)perPageParameters
- sort
The sorting type
- delegateObject
The reference to the delegate object
- status
The required media status
- stream
The required stream
- source
The media source
- perPage
The number of media per page
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Discussion
Note: You can only use a stream or a status, not the two of them together. And in case you use them both, the method will only take the stream
Declared In
OlapicCurationMediaList.hinitWithSorting:delegate:status:stream:source:mediaPerPage:offset:
Initialize with the sorting, the delegate reference, a specific status or stream, the media source (like instagram or twitter), the amount of media per page that are going going to be downloaded and set an offset
- (id)initWithSorting:(OlapicCurationMediaListSortingType)sort delegate:(id<OlapicMediaListDelegate> __weak)delegateObject status:(OlapicMediaStatus *)status stream:(OlapicStreamEntity *)stream source:(NSString *)source mediaPerPage:(NSInteger)perPage offset:(NSInteger)offsetParameters
- sort
The sorting type
- delegateObject
The reference to the delegate object
- status
The required media status
- stream
The required stream
- source
The media source
- perPage
The number of media per page
- offset
The offset to change the page
Return Value
The OlapicCurationMediaList instance
Availability
v1.0
Discussion
Note: You can only use a stream or a status, not the two of them together. And in case you use them both, the method will only take the stream
Declared In
OlapicCurationMediaList.h