Package de.elo.ix.client
Class ExportExtOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ExportExtOptions
- All Implemented Interfaces:
Serializable
Options for extended export.
- Since:
- 8.00.030
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Ending date for filter in ISO format (null for no date)protected String
Beginning date for filter in ISO format (null for no date)protected int
Which type of date must be considered?protected boolean
protected boolean
protected boolean
protected boolean
Export encrypted documents too?protected boolean
protected boolean
protected boolean
Export documents to filesystem structure.protected boolean
Do not export empty branches (without any document).protected String[]
List of masks IDs to export Empty list means: export all objects regardless of the masks.protected boolean
protected String
If the source is the search and if all results have to be exported, then this option must be set with the search's ID.protected String[]
List of the source objects IDs (folders in archive or search results)protected int
Type of the export's source (archive or search results)Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
String[]
String[]
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setDateEndIso
(String dateEndIso) void
setDateStartIso
(String dateStartIso) void
setDateType
(int dateType) void
setExportAttachments
(boolean exportAttachments) void
setExportDocs
(boolean exportDocs) void
setExportDocsVersions
(boolean exportDocsVersions) void
setExportEncrytedDocs
(boolean exportEncrytedDocs) void
setExportKeywords
(boolean exportKeywords) void
setExportReminders
(boolean exportReminders) void
setExportStructure
(boolean exportStructure) void
setIgnoreEmptyFolders
(boolean ignoreEmptyFolders) void
setMasksList
(String[] masksList) void
setReplaceRefWithOriginal
(boolean replaceRefWithOriginal) void
setSearchId
(String searchId) void
setSrcList
(String[] srcList) void
setSrcType
(int srcType) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
srcType
protected int srcTypeType of the export's source (archive or search results) -
srcList
List of the source objects IDs (folders in archive or search results) -
searchId
If the source is the search and if all results have to be exported, then this option must be set with the search's ID. -
exportDocs
protected boolean exportDocs -
exportDocsVersions
protected boolean exportDocsVersions -
exportAttachments
protected boolean exportAttachments -
exportKeywords
protected boolean exportKeywords -
exportReminders
protected boolean exportReminders -
replaceRefWithOriginal
protected boolean replaceRefWithOriginal -
exportEncrytedDocs
protected boolean exportEncrytedDocsExport encrypted documents too? -
exportStructure
protected boolean exportStructureExport documents to filesystem structure. If this member is false, only documents are exported and they are all located at the root export folder.- Since:
- 9.00.016.014
-
ignoreEmptyFolders
protected boolean ignoreEmptyFoldersDo not export empty branches (without any document).- Since:
- 10.00.020.009
-
dateStartIso
Beginning date for filter in ISO format (null for no date) -
dateEndIso
Ending date for filter in ISO format (null for no date) -
dateType
protected int dateTypeWhich type of date must be considered? -
masksList
List of masks IDs to export Empty list means: export all objects regardless of the masks.
-
-
Constructor Details
-
ExportExtOptions
public ExportExtOptions() -
ExportExtOptions
-
-
Method Details
-
getSrcType
public int getSrcType()- Returns:
- the srcType
-
setSrcType
public void setSrcType(int srcType) - Parameters:
srcType
- the srcType to set
-
getSrcList
- Returns:
- the srcList
-
setSrcList
- Parameters:
srcList
- the srcList to set
-
getSearchId
- Returns:
- the searchId
-
setSearchId
- Parameters:
searchId
- the searchId to set
-
isExportDocs
public boolean isExportDocs()- Returns:
- exportDocs
-
setExportDocs
public void setExportDocs(boolean exportDocs) - Parameters:
exportDocs
- the exportDocs to set
-
isExportStructure
public boolean isExportStructure()- Returns:
- exportStructure
- Since:
- 9.00.016.014
-
setExportStructure
public void setExportStructure(boolean exportStructure) - Parameters:
exportStructure
- the exportStructure to set- Since:
- 9.00.016.014
-
isIgnoreEmptyFolders
public boolean isIgnoreEmptyFolders()- Returns:
- ignoreEmptyFolders
- Since:
- , 10.00.020.008
-
setIgnoreEmptyFolders
public void setIgnoreEmptyFolders(boolean ignoreEmptyFolders) - Parameters:
ignoreEmptyFolders
-- Since:
- , 10.00.020.008
-
isExportDocsVersions
public boolean isExportDocsVersions()- Returns:
- the exportDocsVersions
-
setExportDocsVersions
public void setExportDocsVersions(boolean exportDocsVersions) - Parameters:
exportDocsVersions
- the exportDocsVersions to set
-
isExportAttachments
public boolean isExportAttachments()- Returns:
- the exportAttachments
-
setExportAttachments
public void setExportAttachments(boolean exportAttachments) - Parameters:
exportAttachments
- the exportAttachments to set
-
isExportKeywords
public boolean isExportKeywords()- Returns:
- the exportKeywords
-
setExportKeywords
public void setExportKeywords(boolean exportKeywords) - Parameters:
exportKeywords
- the exportKeywords to set
-
isExportReminders
public boolean isExportReminders()- Returns:
- the exportReminders
-
setExportReminders
public void setExportReminders(boolean exportReminders) - Parameters:
exportReminders
- the exportReminders to set
-
isReplaceRefWithOriginal
public boolean isReplaceRefWithOriginal()- Returns:
- the replaceRefWithOriginal
-
setReplaceRefWithOriginal
public void setReplaceRefWithOriginal(boolean replaceRefWithOriginal) - Parameters:
replaceRefWithOriginal
- the replaceRefWithOriginal to set
-
isExportEncrytedDocs
public boolean isExportEncrytedDocs()- Returns:
- the exportEncrytedDocs
-
setExportEncrytedDocs
public void setExportEncrytedDocs(boolean exportEncrytedDocs) - Parameters:
exportEncrytedDocs
- the exportEncrytedDocs to set
-
getDateStartIso
- Returns:
- the dateStartIso
-
setDateStartIso
- Parameters:
dateStartIso
- the dateStartIso to set
-
getDateEndIso
- Returns:
- the dateEndIso
-
setDateEndIso
- Parameters:
dateEndIso
- the dateEndIso to set
-
getDateType
public int getDateType()- Returns:
- the dateType
-
setDateType
public void setDateType(int dateType) - Parameters:
dateType
- the dateType to set
-
getMasksList
- Returns:
- the masksList
-
setMasksList
- Parameters:
masksList
- the masksList to set
-
toString
-