Package de.elo.ix.client
Class WorkflowExportOptions
java.lang.Object
de.elo.ix.client.WorkflowExportOptions
- All Implemented Interfaces:
Serializable
Structure for the options for the workflow-export.
Copyright: Copyright (c) 2009
Organisation: ELO Digital Office GmbH
- Since:
- 7.00.020.002
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the character set for the export-data.Returns the id of the workflow, that will be exported.Returns the id of the workflow-verion, that will be exported.int
Get the export format.Returns the word wrap for the export-data.void
setCharacterSet
(String characterSet) Sets the character set for the export-data.void
Sets the id of the workflow, that will be exported.void
setFlowVersId
(String flowVersId) void
setFlowVersionId
(String flowVersId) Sets the id of the workflow-version, that will be exported.void
setFormat
(int format) Sets the export format.void
setWordWrap
(String wordWrap) Sets the word wrap for the export-data.toString()
-
Field Details
-
flowId
Id of the workflow, that will be exported. -
flowVersId
Deprecated.Reserved. -
characterSet
Character set for the export-data. -
wordWrap
Word wrap for the export-data. -
format
protected int formatExport format.- Since:
- 9.00.016.017
-
-
Constructor Details
-
WorkflowExportOptions
public WorkflowExportOptions()
-
-
Method Details
-
getFlowId
Returns the id of the workflow, that will be exported.- Returns:
- String
-
getFlowVersionId
Returns the id of the workflow-verion, that will be exported.- Returns:
- String
-
getCharacterSet
Returns the character set for the export-data.- Returns:
- String character set
-
getWordWrap
Returns the word wrap for the export-data.- Returns:
- String
-
setFlowId
Sets the id of the workflow, that will be exported.- Parameters:
flowId
- String workflow id
-
setFlowVersionId
Sets the id of the workflow-version, that will be exported.- Parameters:
flowVersId
- String id of the workflow version
-
setCharacterSet
Sets the character set for the export-data.- Parameters:
characterSet
- character set
-
setWordWrap
Sets the word wrap for the export-data.- Parameters:
wordWrap
- String word wrap
-
getFormat
public int getFormat()Get the export format.- Returns:
- int
-
setFormat
public void setFormat(int format) Sets the export format.- Parameters:
format
-
-
toString
-
getFlowVersId
-
setFlowVersId
-