Class WorkflowImportOptions

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

public class WorkflowImportOptions extends ValueClass
Options for the workflow import.
Since:
9.00.016.017
See Also:
  • Field Details

    • replaceMissingUserByUserId

      protected String replaceMissingUserByUserId
      If this variable is set, the missing user is replaced by this user. Otherwise the missing user will be created using a random password.
  • Constructor Details

    • WorkflowImportOptions

      public WorkflowImportOptions()
  • Method Details

    • getReplaceMissingUserByUserId

      public String getReplaceMissingUserByUserId()
    • setReplaceMissingUserByUserId

      public void setReplaceMissingUserByUserId(String replaceMissingUserByUserId)
    • toString

      public String toString()
      Overrides:
      toString in class Object