com.atlassian.confluence.plugins.edgeindex.rest
Class StreamResource

java.lang.Object
  extended by com.atlassian.confluence.plugins.edgeindex.rest.StreamResource

public class StreamResource
extends Object


Constructor Summary
StreamResource(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, LikeManager likeManager, EdgeQueries edgeQueries, ContentEntityHelper contentEntityHelper, Excerpter excerpter, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Method Summary
 javax.ws.rs.core.Response getMostPopular(Long days, Integer pageSizeQueryParam, boolean excerpt, boolean thumbnails, String nextPageOffset, boolean debug, Float followeeEdge, Float commentCreateEdge, Float likeCreateEdge, Float timeDecayBase, String urlStrategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamResource

public StreamResource(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
                      ContextPathHolder contextPathHolder,
                      UserDtoFactory userDtoFactory,
                      DateEntityFactory dateEntityFactory,
                      LikeManager likeManager,
                      EdgeQueries edgeQueries,
                      ContentEntityHelper contentEntityHelper,
                      Excerpter excerpter,
                      com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail

getMostPopular

public javax.ws.rs.core.Response getMostPopular(Long days,
                                                Integer pageSizeQueryParam,
                                                boolean excerpt,
                                                boolean thumbnails,
                                                String nextPageOffset,
                                                boolean debug,
                                                Float followeeEdge,
                                                Float commentCreateEdge,
                                                Float likeCreateEdge,
                                                Float timeDecayBase,
                                                String urlStrategy)


Copyright © 2003-2013 Atlassian. All Rights Reserved.