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 HistoryHistory.HistoryBuilder. build()HistoryContent. 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.ContentBuilderContent.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.ContentBuilderContent.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 HistoryContentResource. getHistory(ContentId contentId, String expand)Returns the history of a particular piece of content
-