public class ExportOptions extends Object
Modifier and Type | Method and Description |
---|---|
static ExportOptions |
create(OperationState state,
ItemTypeSet types,
boolean exportDeletions,
int maxNumberOfItemsToExport) |
int |
getMaxNumberOfAttachmentsToExport() |
int |
getMaxNumberOfDocumentsToExport() |
LastEtagsInfo |
getStartEtags() |
boolean |
isExportAttachments() |
boolean |
isExportDeletions() |
boolean |
isExportDocuments() |
void |
setExportAttachments(boolean exportAttachments) |
void |
setExportDeletions(boolean exportDeletions) |
void |
setExportDocuments(boolean exportDocuments) |
void |
setMaxNumberOfAttachmentsToExport(int maxNumberOfAttachmentsToExport) |
void |
setMaxNumberOfDocumentsToExport(int maxNumberOfDocumentsToExport) |
void |
setStartEtags(LastEtagsInfo startEtags) |
public boolean isExportDocuments()
public void setExportDocuments(boolean exportDocuments)
public boolean isExportAttachments()
public void setExportAttachments(boolean exportAttachments)
public boolean isExportDeletions()
public void setExportDeletions(boolean exportDeletions)
public LastEtagsInfo getStartEtags()
public void setStartEtags(LastEtagsInfo startEtags)
public int getMaxNumberOfDocumentsToExport()
public void setMaxNumberOfDocumentsToExport(int maxNumberOfDocumentsToExport)
public int getMaxNumberOfAttachmentsToExport()
public void setMaxNumberOfAttachmentsToExport(int maxNumberOfAttachmentsToExport)
public static ExportOptions create(OperationState state, ItemTypeSet types, boolean exportDeletions, int maxNumberOfItemsToExport)
Copyright © 2016. All Rights Reserved.