Class SynchronyUnlockEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.content.page.synchrony.SynchronyUnlockEvent
-
@Internal public class SynchronyUnlockEvent extends Object
- Since:
- 7.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Long>
getContentIds()
boolean
isGlobal()
static SynchronyUnlockEvent
unlockEntities(Collection<Long> contentIds)
Creates event for unlocking some particular hubsstatic SynchronyUnlockEvent
unlockEverything()
Creates event for global ("all-hubs") unlock
-
-
-
Method Detail
-
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
-
-