Package org.olat.modules.webFeed.managers

Examples of org.olat.modules.webFeed.managers.FeedManager.updateItem()


            }
            // do logging
            ThreadLocalUserActivityLogger.log(FeedLoggingAction.FEED_ITEM_CREATE, getClass(), LoggingResourceable.wrap(currentItem));
          } else {
            // write item file
            feedManager.updateItem(currentItem, mediaFile, feed);
            // do logging
            ThreadLocalUserActivityLogger.log(FeedLoggingAction.FEED_ITEM_EDIT, getClass(), LoggingResourceable.wrap(currentItem));
          }
          vcItems.setDirty(true);
          // if the current item is displayed, update the view
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.