Package de.elo.ix.client
Class WorkflowExportOptionsC
java.lang.Object
de.elo.ix.client.WorkflowExportOptionsC
- All Implemented Interfaces:
Serializable
Contants related to the workflow export.
- Since:
- 9.00.016.017
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
JSON format.static final int
Workflow table format for compatibility with Windows Client. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORMAT_JSON
public static final int FORMAT_JSONJSON format.- See Also:
-
FORMAT_PLAIN_TABLE
public static final int FORMAT_PLAIN_TABLEWorkflow table format for compatibility with Windows Client.- Since:
- 10.17.010.007
- See Also:
-
-
Constructor Details
-
WorkflowExportOptionsC
public WorkflowExportOptionsC()
-
-
Method Details
-
getFORMAT_JSON
public int getFORMAT_JSON() -
setFORMAT_JSON
public void setFORMAT_JSON(int FORMAT_JSON)
-