Class WorkflowExportOptions

java.lang.Object
de.elo.ix.client.WorkflowExportOptions
All Implemented Interfaces:
Serializable

public class WorkflowExportOptions extends Object implements 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 Details

    • flowId

      protected String flowId
      Id of the workflow, that will be exported.
    • flowVersId

      @Deprecated protected String flowVersId
      Deprecated.
      Reserved.
    • characterSet

      protected String characterSet
      Character set for the export-data.
    • wordWrap

      protected String wordWrap
      Word wrap for the export-data.
    • format

      protected int format
      Export format.
      Since:
      9.00.016.017
  • Constructor Details

    • WorkflowExportOptions

      public WorkflowExportOptions()
  • Method Details

    • getFlowId

      public String getFlowId()
      Returns the id of the workflow, that will be exported.
      Returns:
      String
    • getFlowVersionId

      public String getFlowVersionId()
      Returns the id of the workflow-verion, that will be exported.
      Returns:
      String
    • getCharacterSet

      public String getCharacterSet()
      Returns the character set for the export-data.
      Returns:
      String character set
    • getWordWrap

      public String getWordWrap()
      Returns the word wrap for the export-data.
      Returns:
      String
    • setFlowId

      public void setFlowId(String flowId)
      Sets the id of the workflow, that will be exported.
      Parameters:
      flowId - String workflow id
    • setFlowVersionId

      public void setFlowVersionId(String flowVersId)
      Sets the id of the workflow-version, that will be exported.
      Parameters:
      flowVersId - String id of the workflow version
    • setCharacterSet

      public void setCharacterSet(String characterSet)
      Sets the character set for the export-data.
      Parameters:
      characterSet - character set
    • setWordWrap

      public void setWordWrap(String wordWrap)
      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

      public String toString()
      Overrides:
      toString in class Object
    • getFlowVersId

      public String getFlowVersId()
    • setFlowVersId

      public void setFlowVersId(String flowVersId)