Uses of Interface
com.atlassian.confluence.core.DeleteContext
-
Packages that use DeleteContext Package Description com.atlassian.confluence.core com.atlassian.confluence.impl.content com.atlassian.confluence.pages -
-
Uses of DeleteContext in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement DeleteContext Modifier and Type Class Description classDefaultDeleteContextFields in com.atlassian.confluence.core declared as DeleteContext Modifier and Type Field Description static DeleteContextDefaultDeleteContext. BULK_OPERATIONstatic DeleteContextDefaultDeleteContext. DEFAULTstatic DeleteContextDefaultDeleteContext. SUPPRESS_NOTIFICATIONS -
Uses of DeleteContext in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with parameters of type DeleteContext Modifier and Type Method Description voidDefaultPageManager. trashPage(AbstractPage page, @NonNull DeleteContext deleteContext) -
Uses of DeleteContext in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type DeleteContext Modifier and Type Method Description voidPageManager. trashPage(AbstractPage page, @NonNull DeleteContext deleteContext)
-