java.lang.Object
com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent

@Internal public class SynchronyUnlockEvent extends Object
Since:
7.0.0
  • Method Details

    • unlockEntities

      public static SynchronyUnlockEvent unlockEntities(Collection<Long> contentIds)
      Creates event for unlocking some particular hubs
      Parameters:
      contentIds - list of content ids to be unlocked
    • unlockEverything

      public static SynchronyUnlockEvent unlockEverything()
      Creates event for global ("all-hubs") unlock
    • getContentIds

      public Collection<Long> getContentIds()
    • isGlobal

      public boolean isGlobal()
      Returns:
      true if all hubs should be unlocked, false otherwise