com.atlassian.studio.confluence.history
Class ConfluenceBrowseHistory

java.lang.Object
  extended by com.atlassian.confluence.user.history.UserHistory
      extended by com.atlassian.studio.confluence.history.ConfluenceBrowseHistory
All Implemented Interfaces:
com.atlassian.studio.core.history.LocalBrowseHistory, java.io.Serializable

public class ConfluenceBrowseHistory
extends UserHistory
implements com.atlassian.studio.core.history.LocalBrowseHistory

See Also:
Serialized Form

Constructor Summary
ConfluenceBrowseHistory(UserHistory history, java.lang.String baseUrl, ContentEntityManager contentEntityManager)
           
 
Method Summary
 void addContentEntity(ContentEntityObject content)
           
 com.atlassian.studio.core.history.BrowseHistoryItem pop()
           
 
Methods inherited from class com.atlassian.confluence.user.history.UserHistory
addLabel, getContent, getLabels, getMaxHistoryLength, setMaxHistoryLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceBrowseHistory

public ConfluenceBrowseHistory(UserHistory history,
                               java.lang.String baseUrl,
                               ContentEntityManager contentEntityManager)
Method Detail

addContentEntity

public void addContentEntity(ContentEntityObject content)
Overrides:
addContentEntity in class UserHistory

pop

public com.atlassian.studio.core.history.BrowseHistoryItem pop()
Specified by:
pop in interface com.atlassian.studio.core.history.LocalBrowseHistory


Copyright © 2003-2014 Atlassian. All Rights Reserved.