Class WorkflowExchangeInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WorkflowExchangeInfo
All Implemented Interfaces:
Serializable

public class WorkflowExchangeInfo extends ValueClass implements Serializable
This class represents a workflow export data.
Since:
9.00.016.016
See Also:
  • Field Details

    • workflow

      protected WFDiagram workflow
      The exchanged workflow.
    • userNames

      protected Map<Integer,UserName> userNames
      The users associated with the workflow
    • subWorkflowMap

      protected Map<Integer,WFDiagram> subWorkflowMap
      Map contains the all direct und indirect subworkflows. The workflow ID is the key.
      Since:
      9.00.030.022
    • workflowVersions

      protected WFDiagram[] workflowVersions
      The workflow version.
    • subWorkflowVersionMap

      protected Map<Integer,ArrayList<WFDiagram>> subWorkflowVersionMap
      Map contains the workflow verions of the sub workflows.
      Since:
      9.00.030.022
  • Constructor Details

    • WorkflowExchangeInfo

      public WorkflowExchangeInfo()
  • Method Details