Class RSSWorkItemHandler

  • All Implemented Interfaces:
    org.kie.api.runtime.process.WorkItemHandler

    @Wid(widfile="RSSDefinitions.wid",
         name="RSS",
         displayName="RSS",
         defaultHandler="mvel: new org.jbpm.process.workitem.rss.RSSWorkItemHandler()",
         documentation="rss-workitem/index.html",
         category="rss-workitem",
         icon="RSS.png",
         parameters=@WidParameter(name="URL",required=true),
         mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="rss-workitem",version="7.62.0-SNAPSHOT"),
         serviceInfo=@WidService(category="RSS",description="Create RSS feeds",keywords="rss,feed,create",action=@WidAction(title="Create a RSS feed from multiple sources"),authinfo=@WidAuth))
    public class RSSWorkItemHandler
    extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
    • Field Summary

      • Fields inherited from class org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler

        handlingProcessId, handlingStrategy, logThrownException, retries
    • Constructor Detail

      • RSSWorkItemHandler

        public RSSWorkItemHandler()
    • Method Detail

      • executeWorkItem

        public void executeWorkItem​(org.kie.api.runtime.process.WorkItem workItem,
                                    org.kie.api.runtime.process.WorkItemManager manager)
      • getFeeds

        public List<com.sun.syndication.feed.synd.SyndFeed> getFeeds()
      • abortWorkItem

        public void abortWorkItem​(org.kie.api.runtime.process.WorkItem workItem,
                                  org.kie.api.runtime.process.WorkItemManager manager)
      • setInput

        public void setInput​(com.sun.syndication.io.SyndFeedInput input)