Uses of Class
com.atlassian.confluence.api.model.content.History

Packages that use History
com.atlassian.confluence.api.model.content   
 

Uses of History in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return History
 History History.HistoryBuilder.build()
           
 History Content.getHistory()
           
 

Methods in com.atlassian.confluence.api.model.content that return types with arguments of type History
static Reference<History> History.buildReference(Reference<Content> contentParent)
           
 Reference<History> Content.getHistoryRef()
           
 

Methods in com.atlassian.confluence.api.model.content with parameters of type History
 Content.ContentBuilder Content.ContentBuilder.history(History history)
           
 

Method parameters in com.atlassian.confluence.api.model.content with type arguments of type History
static Reference<Content> History.getParentReference(Reference<History> historyReference)
           
 Content.ContentBuilder Content.ContentBuilder.history(Reference<History> history)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.