Package de.elo.ix.client
Class ExportOptionsC
java.lang.Object
de.elo.ix.client.ExportOptionsC
- All Implemented Interfaces:
Serializable
Constants class for the ExportOptions class. Contains constants used when exporting objects from
the ELO archive.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Include other versions in the export.static final long
Include the document-files in the export.static final long
Include the used keyword-lists in the export.static final long
Include refereced documents in the export. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
void
setEXPORT_ALL_VERSIONS
(long EXPORT_ALL_VERSIONS) void
setEXPORT_DOCUMENTS
(long EXPORT_DOCUMENTS) void
setEXPORT_KEYWORDS
(long EXPORT_KEYWORDS) void
setEXPORT_REFERENCED_DOCUMENTS
(long EXPORT_REFERENCED_DOCUMENTS)
-
Field Details
-
EXPORT_ALL_VERSIONS
public static final long EXPORT_ALL_VERSIONSInclude other versions in the export. The default is to only export the current active document.- See Also:
-
EXPORT_DOCUMENTS
public static final long EXPORT_DOCUMENTSInclude the document-files in the export.- See Also:
-
EXPORT_KEYWORDS
public static final long EXPORT_KEYWORDSInclude the used keyword-lists in the export.- See Also:
-
EXPORT_REFERENCED_DOCUMENTS
public static final long EXPORT_REFERENCED_DOCUMENTSInclude refereced documents in the export.- See Also:
-
-
Constructor Details
-
ExportOptionsC
public ExportOptionsC()
-
-
Method Details
-
getEXPORT_ALL_VERSIONS
public long getEXPORT_ALL_VERSIONS() -
setEXPORT_ALL_VERSIONS
public void setEXPORT_ALL_VERSIONS(long EXPORT_ALL_VERSIONS) -
getEXPORT_DOCUMENTS
public long getEXPORT_DOCUMENTS() -
setEXPORT_DOCUMENTS
public void setEXPORT_DOCUMENTS(long EXPORT_DOCUMENTS) -
getEXPORT_KEYWORDS
public long getEXPORT_KEYWORDS() -
setEXPORT_KEYWORDS
public void setEXPORT_KEYWORDS(long EXPORT_KEYWORDS) -
getEXPORT_REFERENCED_DOCUMENTS
public long getEXPORT_REFERENCED_DOCUMENTS() -
setEXPORT_REFERENCED_DOCUMENTS
public void setEXPORT_REFERENCED_DOCUMENTS(long EXPORT_REFERENCED_DOCUMENTS)
-