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

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

public class StreamResource
extends java.lang.Object


Constructor Summary
StreamResource(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, EdgeQueries edgeQueries, EdgeTypeRepository edgeTypeRepository, StreamItemFactory streamItemFactory)
           
 
Method Summary
 javax.ws.rs.core.Response getMostPopular(java.lang.Long days, java.lang.Integer pageSizeQueryParam, boolean excerpt, boolean thumbnails, java.lang.String nextPageOffset, boolean debug, java.lang.Float followeeEdge, java.lang.Float commentCreateEdge, java.lang.Float likeCreateEdge, java.lang.Float timeDecayBase, java.lang.String urlStrategy, java.lang.String edgeTypes)
           
 
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,
                      EdgeQueries edgeQueries,
                      EdgeTypeRepository edgeTypeRepository,
                      StreamItemFactory streamItemFactory)
Method Detail

getMostPopular

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.