Class StartWorkflowInfo

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

public class StartWorkflowInfo extends ValueClass implements Serializable
This class is used as a parameter in the function IXServicePortIF.startWorkFlow2(ClientInfo, String, StartWorkflowInfo).
Since:
10.99.999.029
See Also:
  • Field Details

    • templFlowId

      protected String templFlowId
      Name or ID of the workflow template.
    • flowName

      protected String flowName
      Name of the new workflow.
    • flowOwner

      protected String flowOwner
      The flow owner ID.
  • Constructor Details

    • StartWorkflowInfo

      public StartWorkflowInfo()
    • StartWorkflowInfo

      public StartWorkflowInfo(StartWorkflowInfo rhs)
    • StartWorkflowInfo

      public StartWorkflowInfo(String templFlowId, String flowName)
  • Method Details

    • getTemplFlowId

      public String getTemplFlowId()
    • setTemplFlowId

      public void setTemplFlowId(String templFlowId)
    • getFlowName

      public String getFlowName()
    • setFlowName

      public void setFlowName(String flowName)
    • getFlowOwner

      public String getFlowOwner()
    • setFlowOwner

      public void setFlowOwner(String flowOwner)
    • toString

      public String toString()
      Overrides:
      toString in class Object