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

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

public class StreamItemFactory
extends java.lang.Object


Constructor Summary
StreamItemFactory(ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, ContentEntityHelper contentEntityHelper, EdgeTypeRepository edgeTypeRepository, ContentUiSupport<ContentEntityObject> contentUiSupport)
           
 
Method Summary
 java.util.List<StreamItem> fromEdgeTargetInfos(java.util.List<EdgeTargetInfo> edgeTargetInfos, java.lang.String urlStrategy, boolean debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamItemFactory

public StreamItemFactory(ContextPathHolder contextPathHolder,
                         UserDtoFactory userDtoFactory,
                         DateEntityFactory dateEntityFactory,
                         ContentEntityHelper contentEntityHelper,
                         EdgeTypeRepository edgeTypeRepository,
                         ContentUiSupport<ContentEntityObject> contentUiSupport)
Method Detail

fromEdgeTargetInfos

public java.util.List<StreamItem> fromEdgeTargetInfos(java.util.List<EdgeTargetInfo> edgeTargetInfos,
                                                      java.lang.String urlStrategy,
                                                      boolean debug)


Copyright © 2003-2014 Atlassian. All Rights Reserved.