public class BulkImportParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkImportParameters.ExistingFileMode |
| Constructor and Description |
|---|
BulkImportParameters() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchSize() |
BulkImportParameters.ExistingFileMode |
getExistingFileMode() |
Integer |
getLoggingInterval() |
Integer |
getNumThreads() |
NodeRef |
getTarget() |
boolean |
isDisableRulesService() |
boolean |
isReplaceExisting()
Deprecated.
Use
getExistingFileMode() (MNT-17703) |
void |
setBatchSize(Integer batchSize) |
void |
setDisableRulesService(boolean disableRulesService) |
void |
setExistingFileMode(BulkImportParameters.ExistingFileMode existingFileMode) |
void |
setLoggingInterval(Integer loggingInterval) |
void |
setNumThreads(Integer numThreads) |
void |
setReplaceExisting(boolean replaceExisting)
Deprecated.
|
void |
setTarget(NodeRef target) |
public boolean isDisableRulesService()
public void setDisableRulesService(boolean disableRulesService)
public Integer getLoggingInterval()
public void setLoggingInterval(Integer loggingInterval)
public NodeRef getTarget()
public void setTarget(NodeRef target)
public Integer getBatchSize()
public void setBatchSize(Integer batchSize)
public Integer getNumThreads()
public void setNumThreads(Integer numThreads)
public boolean isReplaceExisting()
getExistingFileMode() (MNT-17703)@Deprecated public void setReplaceExisting(boolean replaceExisting)
setExistingFileMode(org.alfresco.repo.bulkimport.BulkImportParameters.ExistingFileMode) (MNT-17703)replaceExisting - public BulkImportParameters.ExistingFileMode getExistingFileMode()
public void setExistingFileMode(BulkImportParameters.ExistingFileMode existingFileMode)
Copyright © 2005–2020 Alfresco Software. All rights reserved.