Uses of Class
com.atlassian.confluence.api.model.content.History
-
Packages that use History Package Description com.atlassian.confluence.api.impl.service.content.factory com.atlassian.confluence.api.model.content com.atlassian.confluence.plugins.restapi.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 Modifier and Type Method Description Reference<History>
HistoryFactory. buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory)
Map<ContentEntityObject,Reference<History>>
HistoryFactory. buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory)
-
Uses of History in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return History Modifier and Type Method Description History
History.HistoryBuilder. build()
History
Content. getHistory()
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type History Modifier and Type Method Description 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 Modifier and Type Method Description Content.ContentBuilder
Content.ContentBuilder. history(History history)
Method parameters in com.atlassian.confluence.api.model.content with type arguments of type History Modifier and Type Method Description static Reference<Content>
History. getParentReference(Reference<History> historyReference)
Content.ContentBuilder
Content.ContentBuilder. history(Reference<History> history)
-
Uses of History in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return History Modifier and Type Method Description History
ContentResource. getHistory(ContentId contentId, String expand)
Returns the history of a particular piece of content
-