@ConsumerType public abstract class ImportOptions extends Object
| Constructor and Description | 
|---|
| ImportOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isAutoCheckout()Specifies whether versionable nodes is automatically checked out when
 necessary. | 
| abstract boolean | isCheckin()Specifies whether versionable nodes is automatically checked in at the
 end of the import operation. | 
| abstract boolean | isIgnoredImportProvider(String extension)Check if the content reader for the given file extension should
 be ignored. | 
| abstract boolean | isOverwrite()Specifies whether imported nodes should overwrite existing nodes. | 
| abstract boolean | isPropertyOverwrite()Specifies whether imported properties should overwrite existing properties. | 
public abstract boolean isOverwrite()
public abstract boolean isPropertyOverwrite()
public abstract boolean isCheckin()
public boolean isAutoCheckout()
public abstract boolean isIgnoredImportProvider(String extension)
extension - the extension to checkCopyright © 2017 The Apache Software Foundation. All rights reserved.