Uses of Class
com.atlassian.confluence.content.service.experimental.PreparedAbstractPage
-
Packages that use PreparedAbstractPage Package Description com.atlassian.confluence.content.service.experimental -
-
Uses of PreparedAbstractPage in com.atlassian.confluence.content.service.experimental
Methods in com.atlassian.confluence.content.service.experimental that return PreparedAbstractPage Modifier and Type Method Description PreparedAbstractPage
DefaultPageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)
PreparedAbstractPage
PageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)
Prepare content (page or blogpost) for update.Methods in com.atlassian.confluence.content.service.experimental with parameters of type PreparedAbstractPage Modifier and Type Method Description void
DefaultPageUpdateService. update(PreparedAbstractPage preparedAbstractPage)
void
PageUpdateService. update(PreparedAbstractPage preparedAbstractPage)
Perform update of page or blogpost.
-