@Internal public class SynchronyUnlockEvent extends Object
Modifier and Type | Method and Description |
---|---|
Collection<Long> |
getContentIds() |
boolean |
isGlobal() |
static SynchronyUnlockEvent |
unlockEntities(Collection<Long> contentIds)
Creates event for unlocking some particular hubs
|
static SynchronyUnlockEvent |
unlockEverything()
Creates event for global ("all-hubs") unlock
|
public static SynchronyUnlockEvent unlockEntities(Collection<Long> contentIds)
contentIds
- list of content ids to be unlockedpublic static SynchronyUnlockEvent unlockEverything()
public Collection<Long> getContentIds()
public boolean isGlobal()
true
if all hubs should be unlocked, false
otherwiseCopyright © 2003–2020 Atlassian. All rights reserved.