@AsynchronousPreferred public class AsyncImportFinishedEvent extends ConfluenceEvent implements ClusterEvent
source| Constructor and Description | 
|---|
AsyncImportFinishedEvent(Object src,
                        ImportContext importContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
ImportContext | 
getImportContext()  | 
boolean | 
isCloudImport()
Returns true if the data being imported comes from a Cloud instance as opposed to a Server instance. 
 | 
boolean | 
isOriginalEvent()
Still keeping for API comparable build on confluence master 
 | 
boolean | 
isSiteImport()  | 
equals, hashCodegetSource, toStringpublic AsyncImportFinishedEvent(Object src, ImportContext importContext)
public boolean isOriginalEvent()
public ImportContext getImportContext()
public boolean isSiteImport()
public boolean isCloudImport()
Copyright © 2003–2020 Atlassian. All rights reserved.