Class SynchronyUnlockEvent
java.lang.Object
com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent
- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isGlobal()
static SynchronyUnlockEvent
unlockEntities
(Collection<Long> contentIds) Creates event for unlocking some particular hubsstatic SynchronyUnlockEvent
Creates event for global ("all-hubs") unlock
-
Method Details
-
unlockEntities
Creates event for unlocking some particular hubs- Parameters:
contentIds
- list of content ids to be unlocked
-
unlockEverything
Creates event for global ("all-hubs") unlock -
getContentIds
-
isGlobal
public boolean isGlobal()- Returns:
true
if all hubs should be unlocked,false
otherwise
-