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

Packages that use History
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.rest.resources   
 

Uses of History in com.atlassian.confluence.api.impl.service.content.factory
 

Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type History
 Reference<History> HistoryFactory.buildRef(AbstractLabelableEntityObject entity, Reference<Content> contentReference, Fauxpansions fauxpansions)
           
 

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)
           
 

Uses of History in com.atlassian.confluence.rest.resources
 

Methods in com.atlassian.confluence.rest.resources that return History
 History ContentResource.getHistory(ContentId contentId, java.lang.String expand)
          Returns the history of a particular piece of content
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.