@ConsumerType
public abstract class ImportOptions
extends java.lang.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(java.lang.String extension)
Check if the content reader for the given file extension should
be ignored.
|
boolean |
isMerge()
Specifies whether imported nodes should merge with existing nodes.
|
abstract boolean |
isOverwrite()
Specifies whether imported nodes should overwrite existing nodes.
|
boolean |
isPropertyMerge()
Specifies whether imported properties should merge with existing properties.
|
abstract boolean |
isPropertyOverwrite()
Specifies whether imported properties should overwrite existing properties.
|
public abstract boolean isOverwrite()
public boolean isMerge()
public abstract boolean isPropertyOverwrite()
public boolean isPropertyMerge()
public abstract boolean isCheckin()
public boolean isAutoCheckout()
public abstract boolean isIgnoredImportProvider(java.lang.String extension)
extension
- the extension to checkCopyright © 2022 The Apache Software Foundation. All rights reserved.