org.mule.module.rss.routing
Class EntryLastUpdatedFilter
java.lang.Object
org.mule.module.rss.routing.EntryLastUpdatedFilter
- All Implemented Interfaces:
- Filter
public class EntryLastUpdatedFilter
- extends Object
- implements Filter
Will filter a feed who's update date has changed since the last time it was read.
Some feeds to no update this value so setAcceptWithoutUpdateDate(boolean)
can be set to always consume the feed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryLastUpdatedFilter
public EntryLastUpdatedFilter()
EntryLastUpdatedFilter
public EntryLastUpdatedFilter(Date lastUpdate)
accept
public boolean accept(MuleMessage message)
- Specified by:
accept in interface Filter
transformToSyndEntry
protected com.sun.syndication.feed.synd.SyndEntry transformToSyndEntry(MuleMessage message)
isAcceptWithoutUpdateDate
public boolean isAcceptWithoutUpdateDate()
setAcceptWithoutUpdateDate
public void setAcceptWithoutUpdateDate(boolean acceptWithoutUpdateDate)
getLastUpdate
public Date getLastUpdate()
setLastUpdate
public void setLastUpdate(Date lastUpdate)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.