Uses of Interface
com.atlassian.confluence.event.events.types.Restore
-
Packages that use Restore Package Description com.atlassian.confluence.event.events.content.attachment Confluence attachment events.com.atlassian.confluence.event.events.content.blogpost com.atlassian.confluence.event.events.content.page com.atlassian.confluence.impl.labels com.atlassian.confluence.labels -
-
Uses of Restore in com.atlassian.confluence.event.events.content.attachment
Classes in com.atlassian.confluence.event.events.content.attachment that implement Restore Modifier and Type Class Description classGeneralAttachmentRestoreEventThis is published when an attachment is restored from the trash.classHiddenAttachmentRestoreEventThis is published when a hidden attachment is restored from the trash. -
Uses of Restore in com.atlassian.confluence.event.events.content.blogpost
Classes in com.atlassian.confluence.event.events.content.blogpost that implement Restore Modifier and Type Class Description classBlogPostRestoreEvent -
Uses of Restore in com.atlassian.confluence.event.events.content.page
Classes in com.atlassian.confluence.event.events.content.page that implement Restore Modifier and Type Class Description classPageRestoreEvent -
Uses of Restore in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type Restore Modifier and Type Method Description voidCachingLabelManager. onRestore(Restore restore) -
Uses of Restore in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with parameters of type Restore Modifier and Type Method Description voidCachingLabelManager. onRestore(Restore restore)Deprecated.
-